summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* USB: kill dead code from hub.cOliver Neukum2007-03-101-7/+0Star
* USB: ratelimit debounce error messagesOliver Neukum2007-03-101-1/+1
* USB: set the correct interval for interrupt URBsAlan Stern2007-03-102-9/+13
* USB: export autosuspend delay in sysfsAlan Stern2007-02-243-1/+87
* USB: make autosuspend delay a module parameterAlan Stern2007-02-244-10/+26
* USB: minor cleanups for sysfs.cAlan Stern2007-02-241-24/+12Star
* USB: add a blacklist for devices that can't handle some things we throw at them.Oliver Neukum2007-02-246-2/+96
* USB: refactor usb device matching and create usb_device_matchGreg Kroah-Hartman2007-02-242-12/+23
* USB: kernel-doc fixesRandy Dunlap2007-02-171-0/+1
* USB: unconfigure devices which have config 0Alan Stern2007-02-174-8/+22
* USB: fix concurrent buffer access in the hub driverAlan Stern2007-02-171-0/+6
* usbcore: small changes to hub driver's suspend methodAlan Stern2007-02-171-15/+10Star
* USB: Fix apparent typo CONFIG_USB_CDCETHER.Robert P. J. Day2007-02-171-1/+1
* USB: fix needless failure under certain conditionsOliver Neukum2007-02-171-4/+5
* USB: In init_endpoint_class, use PTR_ERR to obtain an errno value, not IS_ERRJosh Triplett2007-02-171-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2007-02-0814-382/+218Star
|\
| * USB: a bit more coding style cleanupOliver Neukum2007-02-082-25/+25
| * usbcore: trivial whitespace fixesOliver Neukum2007-02-083-107/+107
| * USB: total removal of multithreaded probing in usbOliver Neukum2007-02-081-43/+21Star
| * usbcore: remove unused bandwith-related codeAlan Stern2007-02-084-157/+0Star
| * USB serial: add dynamic id support to usb-serial coreGreg Kroah-Hartman2007-02-081-16/+19
| * rndis_host learns ActiveSync basicsOle Andre Vadla Ravnas2007-02-081-8/+20
| * usbcore: remove unneeded error checkAlan Stern2007-02-081-5/+1Star
| * USB: indicate active altsetting in proc/bus/usb/devices fileDavid Brownell2007-02-081-2/+6
| * USB: devio.c add missing INIT_LIST_HEAD()Dan Carpenter2007-02-081-0/+1
| * USB: convert usb class devices to real devicesGreg Kroah-Hartman2007-02-081-7/+6Star
| * USB: move usb_device_class class devices to be real devicesGreg Kroah-Hartman2007-02-081-12/+12
* | USB: add the sysfs driver name to all modulesGreg Kroah-Hartman2007-02-071-1/+3
|/
* USB: disable USB_MULTITHREAD_PROBEGreg Kroah-Hartman2007-01-222-24/+1Star
* USB: Fixed bug in endpoint release function.Sarah Bailey2007-01-051-1/+1
* USB: fix to usbfs_snoop logging of user defined control urbsChris Frey2006-12-201-1/+5
* [PATCH] struct path: convert usbJosef Sipek2006-12-081-2/+2
* [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-071-0/+1
* [PATCH] slab: remove SLAB_DMAChristoph Lameter2006-12-071-1/+1
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-072-2/+2
* WorkQueue: Fix up arch-specific work items where possibleDavid Howells2006-12-051-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-0511-397/+489
|\
| * usbcore: remove unused argument in autosuspendAlan Stern2006-12-015-62/+71
| * USB: keep count of unsuspended childrenAlan Stern2006-12-012-11/+37
| * USB hub: simplify remote-wakeup handlingAlan Stern2006-12-011-23/+20Star
| * USB: struct usb_device: change flag to bitflagAlan Stern2006-12-011-1/+1
| * USB: Add autosuspend support to the hub driverAlan Stern2006-12-011-19/+26
| * USB: create a new thread for every USB device found during the probe sequenceGreg Kroah-Hartman2006-12-012-22/+74
| * USB: added dynamic major number for USB endpointsSarah Bailey2006-12-011-13/+85
| * USB: make drivers/usb/core/driver.c:usb_device_match() staticAdrian Bunk2006-12-011-1/+1
| * USB core: fix compiler warning about usb_autosuspend_workAlan Stern2006-12-011-8/+8
| * USB: resume_device symbol conflictStephen Hemminger2006-12-011-10/+10
| * USB: Move private hub declarations out of public header fileAlan Stern2006-12-012-41/+42
| * USB: expand autosuspend/autoresume APIAlan Stern2006-12-011-0/+22