forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6
* master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6: (78 commits) USB: update MAINAINERS and CREDITS for Freescale USB driver USB: update gadget files for fsl_usb2_udc driver USB: add Freescale high-speed USB SOC device controller driver USB: quirk for broken suspend of IT8152F/G USB: iowarrior.c: timeouts too small in usb_control_msg calls USB: dell device id for option.c USB: Remove Huawei unusual_devs entry USB: CP2101 New Device IDs USB: add picdem device to ldusb usbfs micro optimitation USB: remove ancient/broken CRIS hcd usb ethernet gadget, workaround network stack API glitch USB: add "busnum" attribute for USB devices USB: cxacru: ADSL state management usbatm: Detect usb device shutdown and ignore failed urbs USB: Remove duplicate define of OHCI_QUIRK_ZFMICRO USB: BandRich BandLuxe HSDPA Data Card Driver USB gadget rndis: fix struct rndis_packet_msg_type unaligned bug USB Elan FTDI: check for driver registration status USB: sierra: add more checks on shutdown ...
- Loading branch information
Showing
80 changed files
with
5,355 additions
and
5,680 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3301,6 +3301,14 @@ S: 12725 SW Millikan Way, Suite 400 | |
S: Beaverton, Oregon 97005 | ||
S: USA | ||
|
||
N: Li Yang | ||
E: [email protected] | ||
D: Freescale Highspeed USB device driver | ||
D: Freescale QE SoC support and Ethernet driver | ||
S: B-1206 Jingmao Guojigongyu | ||
S: 16 Baliqiao Nanjie, Beijing 101100 | ||
S: People's Repulic of China | ||
|
||
N: Marcelo Tosatti | ||
E: [email protected] | ||
D: v2.4 kernel maintainer | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
What: /sys/bus/usb/devices/.../power/autosuspend | ||
Date: March 2007 | ||
KernelVersion: 2.6.21 | ||
Contact: Alan Stern <[email protected]> | ||
Description: | ||
Each USB device directory will contain a file named | ||
power/autosuspend. This file holds the time (in seconds) | ||
the device must be idle before it will be autosuspended. | ||
0 means the device will be autosuspended as soon as | ||
possible. Negative values will prevent the device from | ||
being autosuspended at all, and writing a negative value | ||
will resume the device if it is already suspended. | ||
|
||
The autosuspend delay for newly-created devices is set to | ||
the value of the usbcore.autosuspend module parameter. | ||
|
||
What: /sys/bus/usb/devices/.../power/level | ||
Date: March 2007 | ||
KernelVersion: 2.6.21 | ||
Contact: Alan Stern <[email protected]> | ||
Description: | ||
Each USB device directory will contain a file named | ||
power/level. This file holds a power-level setting for | ||
the device, one of "on", "auto", or "suspend". | ||
|
||
"on" means that the device is not allowed to autosuspend, | ||
although normal suspends for system sleep will still | ||
be honored. "auto" means the device will autosuspend | ||
and autoresume in the usual manner, according to the | ||
capabilities of its driver. "suspend" means the device | ||
is forced into a suspended state and it will not autoresume | ||
in response to I/O requests. However remote-wakeup requests | ||
from the device may still be enabled (the remote-wakeup | ||
setting is controlled separately by the power/wakeup | ||
attribute). | ||
|
||
During normal use, devices should be left in the "auto" | ||
level. The other levels are meant for administrative uses. | ||
If you want to suspend a device immediately but leave it | ||
free to wake up in response to I/O requests, you should | ||
write "0" to power/autosuspend. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -981,6 +981,11 @@ M: [email protected] | |
W: http://www.wittsend.com/computone.html | ||
S: Maintained | ||
|
||
CONEXANT ACCESSRUNNER USB DRIVER | ||
P: Simon Arlott | ||
M: [email protected] | ||
S: Maintained | ||
|
||
COSA/SRP SYNC SERIAL DRIVER | ||
P: Jan "Yenya" Kasprzak | ||
M: [email protected] | ||
|
@@ -1389,6 +1394,13 @@ L: [email protected] | |
L: [email protected] | ||
S: Maintained | ||
|
||
FREESCALE HIGHSPEED USB DEVICE DRIVER | ||
P: Li Yang | ||
M: [email protected] | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
|
||
FILE LOCKING (flock() and fcntl()/lockf()) | ||
P: Matthew Wilcox | ||
M: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.