commit | 0cf6ad8a18f7f7bdbb81975188d9e0656ef277dd | [log] [tgz] |
---|---|---|
author | anish kumar <anish198519851985@gmail.com> | Thu Aug 30 00:35:09 2012 +0530 |
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | Mon Oct 22 11:28:10 2012 +0900 |
tree | 1a41c7af25323fae9c52eedb2cc43a84420cb2a1 | |
parent | 3cafbd4e5005dbef78b32f2e0fe3ab00a955c6c1 [diff] |
extcon: standard cable names definition and declaration changed With this change now individual drivers can use standard cable names as below: static const char *arizona_cable[] = { extcon_cable_name[EXTCON_USB], extcon_cable_name[EXTCON_USB_HOST], "CUSTOM_CABLE" NULL, } Signed-off-by: anish kumar <anish198519851985@gmail.com> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>