OSDN Git Service

extcon: max8997: Fix lack of path setting in USB device mode
authorMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 13 Nov 2018 15:38:47 +0000 (16:38 +0100)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 14 Nov 2018 00:06:32 +0000 (09:06 +0900)
commita2dc50914744eea9f83a70a5db0486be625e5dc0
tree3c3e7c769882b081e1ff5e6782ca9c90ce71d945
parent3e34c819896091d0f1bbf6ece8a620552f8dc04e
extcon: max8997: Fix lack of path setting in USB device mode

MAX8997 driver disables automatic path selection from MicroUSB connector
and manually sets path to either UART or USB lines. However the code for
setting USB path worked only for USB host mode (when ID pin is set
to ground). When standard USB cable (USB device mode) is connected, path
registers are not touched. This means that once the non-USB accessory is
connected to MAX8997-operated micro USB port, the path is no longer set
to USB and USB device mode doesn't work. This patch fixes it by setting
USB path both for USB and USB host modes.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-max8997.c