From: Dongjin Kim Date: Tue, 21 May 2013 20:20:08 +0000 (+0900) Subject: usb: misc: usb3503: Add to select the ports to disable X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~78^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8e44a4896a5f0bde1af36a31b7ec662bdaa44ef;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed