android_kernel_samsung_sm8650/drivers/extcon
Axel Lin 155cb06c89 extcon: Fix wrong index in max8997_extcon_cable[]
Currently, the index of "Dock-desk" and "Dock-card" are the same.
Thus the latter one overrides the first one.
Then we have problem when calling extcon_find_cable_index() because
edev->supported_cable[7] only matches "Dock-card".

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-06-18 16:30:42 -07:00
..
extcon_class.c Extcon: Don't try to create duplicate link names 2012-06-14 17:20:09 -07:00
extcon_gpio.c Extcon: fix section mismatch in extcon_gpio.c 2012-05-02 15:49:29 -07:00
extcon-max8997.c extcon: Fix wrong index in max8997_extcon_cable[] 2012-06-18 16:30:42 -07:00
Kconfig Extcon: add MAX8997 extcon driver 2012-05-09 15:14:19 -07:00
Makefile Extcon: add MAX8997 extcon driver 2012-05-09 15:14:19 -07:00