aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)Author
2007-01-22USB: disable USB_MULTITHREAD_PROBEGreg Kroah-Hartman
2007-01-05USB: Fixed bug in endpoint release function.Sarah Bailey
2006-12-20USB: fix to usbfs_snoop logging of user defined control urbsChris Frey
2006-12-08[PATCH] struct path: convert usbJosef Sipek
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham
2006-12-07[PATCH] slab: remove SLAB_DMAChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter
2006-12-05WorkQueue: Fix up arch-specific work items where possibleDavid Howells
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-12-01usbcore: remove unused argument in autosuspendAlan Stern
2006-12-01USB: keep count of unsuspended childrenAlan Stern
2006-12-01USB hub: simplify remote-wakeup handlingAlan Stern
2006-12-01USB: struct usb_device: change flag to bitflagAlan Stern
2006-12-01USB: Add autosuspend support to the hub driverAlan Stern
2006-12-01USB: create a new thread for every USB device found during the probe sequenceGreg Kroah-Hartman
2006-12-01USB: added dynamic major number for USB endpointsSarah Bailey
2006-12-01USB: make drivers/usb/core/driver.c:usb_device_match() staticAdrian Bunk
2006-12-01USB core: fix compiler warning about usb_autosuspend_workAlan Stern
2006-12-01USB: resume_device symbol conflictStephen Hemminger
2006-12-01USB: Move private hub declarations out of public header fileAlan Stern
2006-12-01USB: expand autosuspend/autoresume APIAlan Stern
2006-12-01USB: autosuspend code consolidationAlan Stern
2006-12-01USB: makes usb_endpoint_* functions inline.Luiz Fernando N. Capitulino
2006-12-01USB: devices: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino
2006-12-01USB core: don't match interface descriptors for vendor-specific devicesAlan Stern
2006-12-01usb hub: fix root hub code so it takes more than 15 devices per root hubinaky@linux.intel.com
2006-12-01usb/hub: allow hubs up to 31 childreninaky@linux.intel.com
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-11-16USB: Fixed outdated usb_get_device_descriptor() documentationLaurent Pinchart
2006-11-03USB: fix compiler issues with newer gcc versionsDavid Brownell
2006-10-17usb devio: handle class_device_create() errorAkinobu Mita
2006-10-17usbcore: fix endpoint device creationAlan Stern
2006-10-17usbcore: fix refcount bug in endpoint removalAlan Stern
2006-10-10[PATCH] devio __user annotationsAl Viro
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones
2006-10-03fix file specification in commentsUwe Zeisberger
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn
2006-10-02[PATCH] usb: fixup usb so it uses struct pidEric W. Biederman
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen
2006-09-28USB: fix autosuspend when CONFIG_PM isn't setAlan Stern
2006-09-28USB: allow both root-hub interrupts and pollingAlan Stern
2006-09-28USB: create new workqueue thread for USB autosuspendAlan Stern
2006-09-28USB: fixes kerneldoc errors in usbcore-auto(susp/res)-patchHenrik Kretzschmar
2006-09-28USB: Fix alignment of buffer passed down to ->hub_control()Mikael Pettersson
2006-09-27USB: remove OTG build warningDavid Brownell
2006-09-27USB: force root hub resume after power lossAlan Stern
2006-09-27USB: Remove unneeded void * casts in core filesTobias Klauser