Change vender name
authorlokilee73 <changjoo.lee@samsung.com>
Wed, 13 Jan 2021 04:43:17 +0000 (13:43 +0900)
committerlokilee73 <changjoo.lee@samsung.com>
Wed, 13 Jan 2021 04:43:17 +0000 (13:43 +0900)
Change-Id: I211f45b164f1dde5a4c29fd0138d9e6c316a7482

hw/board/board.c
hw/display/display.c
hw/led/led.c
hw/thermal/thermal.c
hw/touchscreen/touchscreen.c

index 15654a5..af260ba 100644 (file)
@@ -77,7 +77,7 @@ static int board_exit(void *data)
 
 hal_backend EXPORT hal_backend_device_board_data = {
        .name = "board",
-       .vendor = "rpi3",
+       .vendor = "RPI",
        .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
        .init = board_init,
        .exit = board_exit,
index bb863da..8ddd406 100644 (file)
@@ -120,7 +120,7 @@ static int display_exit(void *data)
 
 hal_backend EXPORT hal_backend_device_display_data = {
        .name = "display",
-       .vendor = "rpi3",
+       .vendor = "RPI",
        .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
        .init = display_init,
        .exit = display_exit,
index cc1c362..16a7c23 100644 (file)
@@ -356,7 +356,7 @@ static int led_exit(void *data)
 
 hal_backend EXPORT hal_backend_device_led_data = {
        .name = "led",
-       .vendor = "rpi3",
+       .vendor = "RPI",
        .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
        .init = led_init,
        .exit = led_exit,
index 73a4e33..1062ebf 100644 (file)
@@ -141,7 +141,7 @@ static int thermal_exit(void *data)
 
 hal_backend EXPORT hal_backend_device_thermal_data = {
        .name = "thermal",
-       .vendor = "rpi3",
+       .vendor = "RPI",
        .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
        .init = thermal_init,
        .exit = thermal_exit,
index c05d2ec..ee61c91 100644 (file)
@@ -113,7 +113,7 @@ static int touchscreen_exit(void *data)
 
 hal_backend EXPORT hal_backend_device_touchscreen_data = {
        .name = "touchscreen",
-       .vendor = "rpi3",
+       .vendor = "RPI",
        .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
        .init = touchscreen_init,
        .exit = touchscreen_exit,