index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
Age
Commit message (
Expand
)
Author
2007-05-22
USB: fix ratelimit call semantics
Alan Stern
2007-05-22
USB: handle errors in power/level attribute
Alan Stern
2007-05-22
USB: make the autosuspend workqueue thread freezable
Alan Stern
2007-05-22
USB: don't try to kzalloc 0 bytes
Alan Stern
2007-05-22
USB: remove short initial timeout for device descriptor fetch
Alan Stern
2007-05-22
USB: Deref URB after usbmon is done with it
Pete Zaitcev
2007-05-22
USB: set the correct Interrupt interval in usb_bulk_msg
Alan Stern
2007-05-22
USB: remove unneeded WARN_ON
Alan Stern
2007-05-22
USB: more autosuspend timer stuff
Alan Stern
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-04-27
usbfs micro optimitation
Oliver Neukum
2007-04-27
USB: add "busnum" attribute for USB devices
Alan Stern
2007-04-27
USB: fix signed jiffies issue in autosuspend logic
Alan Stern
2007-04-27
USB: Allow transfer_buffer with transfer_dma
Tony Lindgren
2007-04-27
USB: add "last_busy" field for use in autosuspend
Alan Stern
2007-04-27
USB: make usbdevices export their device nodes instead of using a separate class
Kay Sievers
2007-04-27
USB: add power/level sysfs attribute
Alan Stern
2007-04-27
USB: Allow autosuspend delay to equal 0
Alan Stern
2007-04-27
USB: separate autosuspend from external suspend
Alan Stern
2007-04-27
USB: fix race in HCD removal
Alan Stern
2007-04-27
usbcore: move usb_autosuspend_work
Alan Stern
2007-04-27
dev_dbg: check dev_dbg() arguments
Dan Williams
2007-04-27
USB: remove use of the bus rwsem, as it doesn't really protect anything.
Greg Kroah-Hartman
2007-03-26
USB: another entry for the quirk list
Oliver Neukum
2007-03-09
USB: kill dead code from hub.c
Oliver Neukum
2007-03-09
USB: ratelimit debounce error messages
Oliver Neukum
2007-03-09
USB: set the correct interval for interrupt URBs
Alan Stern
2007-02-23
USB: export autosuspend delay in sysfs
Alan Stern
2007-02-23
USB: make autosuspend delay a module parameter
Alan Stern
2007-02-23
USB: minor cleanups for sysfs.c
Alan Stern
2007-02-23
USB: add a blacklist for devices that can't handle some things we throw at them.
Oliver Neukum
2007-02-23
USB: refactor usb device matching and create usb_device_match
Greg Kroah-Hartman
2007-02-16
USB: kernel-doc fixes
Randy Dunlap
2007-02-16
USB: unconfigure devices which have config 0
Alan Stern
2007-02-16
USB: fix concurrent buffer access in the hub driver
Alan Stern
2007-02-16
usbcore: small changes to hub driver's suspend method
Alan Stern
2007-02-16
USB: Fix apparent typo CONFIG_USB_CDCETHER.
Robert P. J. Day
2007-02-16
USB: fix needless failure under certain conditions
Oliver Neukum
2007-02-16
USB: In init_endpoint_class, use PTR_ERR to obtain an errno value, not IS_ERR
Josh Triplett
2007-02-07
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
2007-02-07
USB: a bit more coding style cleanup
Oliver Neukum
2007-02-07
usbcore: trivial whitespace fixes
Oliver Neukum
2007-02-07
USB: total removal of multithreaded probing in usb
Oliver Neukum
2007-02-07
usbcore: remove unused bandwith-related code
Alan Stern
2007-02-07
USB serial: add dynamic id support to usb-serial core
Greg Kroah-Hartman
2007-02-07
rndis_host learns ActiveSync basics
Ole Andre Vadla Ravnas
2007-02-07
usbcore: remove unneeded error check
Alan Stern
2007-02-07
USB: indicate active altsetting in proc/bus/usb/devices file
David Brownell
2007-02-07
USB: devio.c add missing INIT_LIST_HEAD()
Dan Carpenter
2007-02-07
USB: convert usb class devices to real devices
Greg Kroah-Hartman
[prev]
[next]