projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c5f0e0
)
extcon: Modify the name of EXTCON_USB_HOST connector
author
Chanwoo Choi
<cw00.choi@samsung.com>
Fri, 6 Jan 2017 20:17:36 +0000
(
05:17
+0900)
committer
Chanwoo Choi
<cw00.choi@samsung.com>
Mon, 9 Jan 2017 01:04:58 +0000
(10:04 +0900)
This patch renames the EXTCON_USB_HOST by using '-' char because
the name of all external connector use the '-' char instead of '_' char.
- "USB_HOST" -> "USB-HOST"
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/extcon/extcon.c
b/drivers/extcon/extcon.c
index 768e36769870036282eaa3f23a0d046ffd57f08d..09ac5e70c2f38706909d27a8369d357178d989bd 100644
(file)
--- a/
drivers/extcon/extcon.c
+++ b/
drivers/extcon/extcon.c
@@
-60,7
+60,7
@@
struct __extcon_info {
[EXTCON_USB_HOST] = {
.type = EXTCON_TYPE_USB,
.id = EXTCON_USB_HOST,
- .name = "USB
_
HOST",
+ .name = "USB
-
HOST",
},
/* Charging external connector */