summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* USB: disable USB_MULTITHREAD_PROBEGreg Kroah-Hartman2007-01-222-24/+1
* 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/+20
| * 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
| * USB: autosuspend code consolidationAlan Stern2006-12-011-45/+67
| * USB: makes usb_endpoint_* functions inline.Luiz Fernando N. Capitulino2006-12-011-144/+0
| * USB: devices: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-4/+5
| * USB core: don't match interface descriptors for vendor-specific devicesAlan Stern2006-12-011-1/+21
| * usb hub: fix root hub code so it takes more than 15 devices per root hubinaky@linux.intel.com2006-12-012-2/+9
| * usb/hub: allow hubs up to 31 childreninaky@linux.intel.com2006-12-011-1/+1
* | WorkStruct: make allyesconfigDavid Howells2006-11-224-16/+20
|/
* USB: Fixed outdated usb_get_device_descriptor() documentationLaurent Pinchart2006-11-161-4/+1
* USB: fix compiler issues with newer gcc versionsDavid Brownell2006-11-031-2/+1
* usb devio: handle class_device_create() errorAkinobu Mita2006-10-171-2/+6
* usbcore: fix endpoint device creationAlan Stern2006-10-171-10/+8
* usbcore: fix refcount bug in endpoint removalAlan Stern2006-10-171-3/+1
* [PATCH] devio __user annotationsAl Viro2006-10-101-3/+3
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-055-18/+14
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0
* fix file specification in commentsUwe Zeisberger2006-10-032-2/+2
* [PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn2006-10-021-2/+2
* [PATCH] usb: fixup usb so it uses struct pidEric W. Biederman2006-10-023-6/+8
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-2/+2
* [PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen2006-10-011-3/+4
* USB: fix autosuspend when CONFIG_PM isn't setAlan Stern2006-09-284-26/+42
* USB: allow both root-hub interrupts and pollingAlan Stern2006-09-281-2/+1
* USB: create new workqueue thread for USB autosuspendAlan Stern2006-09-283-8/+46
* USB: fixes kerneldoc errors in usbcore-auto(susp/res)-patchHenrik Kretzschmar2006-09-281-6/+6
* USB: Fix alignment of buffer passed down to ->hub_control()Mikael Pettersson2006-09-281-1/+2
* USB: remove OTG build warningDavid Brownell2006-09-271-2/+1
* USB: force root hub resume after power lossAlan Stern2006-09-271-0/+6
* USB: Remove unneeded void * casts in core filesTobias Klauser2006-09-275-12/+12
OpenPOWER on IntegriCloud