linux/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
..
sisusbvga USB: regroup all depends on USB within an if USB block 2013-04-09 16:49:07 -07:00
adutux.c usb: misc: Fixed assignment error in if statement 2013-05-16 00:06:30 -04:00
appledisplay.c usb/misc/appledisplay: Add 24" LED Cinema display 2013-04-03 11:38:53 -07:00
cypress_cy7c63.c
cytherm.c
emi26.c
emi62.c
ezusb.c Merge 3.7-rc3 into usb-next. 2012-10-29 09:04:39 -07:00
ftdi-elan.c
idmouse.c
iowarrior.c treewide: Fix typo in printks 2013-04-12 15:21:36 +02:00
isight_firmware.c
Kconfig USB: regroup all depends on USB within an if USB block 2013-04-09 16:49:07 -07:00
ldusb.c
legousbtower.c
Makefile USB: misc: Add USB3503 High-Speed Hub Controller 2013-01-11 12:12:07 -08:00
rio500.c
rio500_usb.h
trancevibrator.c
usb3503.c usb: misc: usb3503: Add to select the ports to disable 2013-05-30 21:32:52 +09:00
usb_u132.h
usblcd.c
usbled.c
usbsevseg.c
usbtest.c USB: altsetting overrides for usbtest 2013-01-31 10:09:19 +01:00
uss720.c treewide: Fix typos in printk and comment 2013-03-18 14:57:53 +01:00
yurex.c yurex: don't wank with fasync on ->release()... 2013-04-29 15:41:43 -04:00