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 15654a5f907fff609885d27e234186ee84f94ecb..af260ba5f5b5b4dbe40ecb2c0d06de5c668d3bb9 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 bb863da26b1bfee79054a4c40879b8e11ad3eae6..8ddd406ec94cec18252a141abacefcf884cd8d70 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 cc1c362d4c52a5a5ea31a6dddcda1a9445beaeca..16a7c23cbe47c18f80d94e26dde796b1ca906ab6 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 73a4e334e0d8b3fa970988fe85eb7554f09efe24..1062ebfb9e06895295129c1d79e3ff1ba9bb3d66 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 c05d2ece4d34dd7709a1396167ae26453c43af11..ee61c91232bab1c38c5a81248ec6656bf9c8c43a 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,