commit | 71c3ffa5d23af0554c27010cf12710da9bf85950 | [log] [tgz] |
---|---|---|
author | Chanwoo Choi <cw00.choi@samsung.com> | Wed Apr 15 15:02:01 2015 +0900 |
committer | Chanwoo Choi <cw00.choi@samsung.com> | Tue May 19 16:39:04 2015 +0900 |
tree | b6164dd3c46e9e2fc963d6386d8a36b3ff6621db | |
parent | f03123783d4e43cd59df58e23e963136e04f8280 [diff] |
extcon: Modify the device name as extcon[X] for sysfs This patch modify the device name as extcon[X] for sysfs by using the 'extcon' prefix word instead of separate device name. On user-space aspect, user would find the some extcon drvier with extcon[X] pattern. So, this patch modify the device name as following: - /sys/class/extcon/[device name] -> /sys/class/extcon/extcon[X] Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>