summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2006-12-08[PATCH] struct path: convert usbJosef Sipek1-2/+2
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-0/+1
2006-12-07[PATCH] slab: remove SLAB_DMAChristoph Lameter1-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter2-2/+2
2006-12-05WorkQueue: Fix up arch-specific work items where possibleDavid Howells1-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells11-397/+489
2006-12-02usbcore: remove unused argument in autosuspendAlan Stern5-62/+71
2006-12-02USB: keep count of unsuspended childrenAlan Stern2-11/+37
2006-12-02USB hub: simplify remote-wakeup handlingAlan Stern1-23/+20
2006-12-02USB: struct usb_device: change flag to bitflagAlan Stern1-1/+1
2006-12-02USB: Add autosuspend support to the hub driverAlan Stern1-19/+26
2006-12-02USB: create a new thread for every USB device found during the probe sequenceGreg Kroah-Hartman2-22/+74
2006-12-02USB: added dynamic major number for USB endpointsSarah Bailey1-13/+85
2006-12-02USB: make drivers/usb/core/driver.c:usb_device_match() staticAdrian Bunk1-1/+1
2006-12-02USB core: fix compiler warning about usb_autosuspend_workAlan Stern1-8/+8
2006-12-02USB: resume_device symbol conflictStephen Hemminger1-10/+10
2006-12-02USB: Move private hub declarations out of public header fileAlan Stern2-41/+42
2006-12-02USB: expand autosuspend/autoresume APIAlan Stern1-0/+22
2006-12-02USB: autosuspend code consolidationAlan Stern1-45/+67
2006-12-02USB: makes usb_endpoint_* functions inline.Luiz Fernando N. Capitulino1-144/+0
2006-12-02USB: devices: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-4/+5
2006-12-02USB core: don't match interface descriptors for vendor-specific devicesAlan Stern1-1/+21
2006-12-02usb hub: fix root hub code so it takes more than 15 devices per root hubinaky@linux.intel.com2-2/+9
2006-12-02usb/hub: allow hubs up to 31 childreninaky@linux.intel.com1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells4-16/+20
2006-11-17USB: Fixed outdated usb_get_device_descriptor() documentationLaurent Pinchart1-4/+1
2006-11-03USB: fix compiler issues with newer gcc versionsDavid Brownell1-2/+1
2006-10-18usb devio: handle class_device_create() errorAkinobu Mita1-2/+6
2006-10-18usbcore: fix endpoint device creationAlan Stern1-10/+8
2006-10-18usbcore: fix refcount bug in endpoint removalAlan Stern1-3/+1
2006-10-11[PATCH] devio __user annotationsAl Viro1-3/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells5-18/+14
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-10-04fix file specification in commentsUwe Zeisberger2-2/+2
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn1-2/+2
2006-10-02[PATCH] usb: fixup usb so it uses struct pidEric W. Biederman3-6/+8
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-2/+2
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-3/+4
2006-09-29USB: fix autosuspend when CONFIG_PM isn't setAlan Stern4-26/+42
2006-09-29USB: allow both root-hub interrupts and pollingAlan Stern1-2/+1
2006-09-29USB: create new workqueue thread for USB autosuspendAlan Stern3-8/+46
2006-09-29USB: fixes kerneldoc errors in usbcore-auto(susp/res)-patchHenrik Kretzschmar1-6/+6
2006-09-29USB: Fix alignment of buffer passed down to ->hub_control()Mikael Pettersson1-1/+2
2006-09-27USB: remove OTG build warningDavid Brownell1-2/+1
2006-09-27USB: force root hub resume after power lossAlan Stern1-0/+6
2006-09-27USB: Remove unneeded void * casts in core filesTobias Klauser5-12/+12
2006-09-27USB: fix __must_check warnings in drivers/usb/core/Greg Kroah-Hartman6-29/+80
2006-09-27USB: fix root-hub resume when CONFIG_USB_SUSPEND is not setAlan Stern1-1/+6
2006-09-27usbcore: remove usb_suspend_root_hubAlan Stern4-68/+1