Files
android_kernel_xiaomi_sm8450/drivers/usb/misc
Dongjin Kim e8e44a4896 usb: misc: usb3503: Add to select the ports to disable
This patch is to disable the USB ports unconnected to USB3503. In order to
disable the port, 'port_off_mask' must be set.

* Disable PORT1 only
	.port_off_mask = USB3503_OFF_PORT1;

* Disable PORT1 and PORT3 only
	.port_off_mask = USB3503_OFF_PORT1 | USB3503_OFF_PORT3;

* Enables all ports
	.port_off_mask = 0;

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-05-30 21:32:52 +09:00
..
2012-04-20 16:53:37 -07:00
2012-10-29 09:04:39 -07:00
2012-05-01 21:33:58 -07:00
2013-04-12 15:21:36 +02:00
2012-04-20 16:53:47 -07:00
2005-04-16 15:20:36 -07:00
2012-05-01 21:34:03 -07:00
2012-01-24 12:08:36 -08:00