summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
...
| * USB: autosuspend code consolidationAlan Stern2006-12-011-45/+67
| * USB: makes usb_endpoint_* functions inline.Luiz Fernando N. Capitulino2006-12-011-144/+0Star
| * 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/+1Star
* USB: fix compiler issues with newer gcc versionsDavid Brownell2006-11-031-2/+1Star
* usb devio: handle class_device_create() errorAkinobu Mita2006-10-171-2/+6
* usbcore: fix endpoint device creationAlan Stern2006-10-171-10/+8Star
* usbcore: fix refcount bug in endpoint removalAlan Stern2006-10-171-3/+1Star
* [PATCH] devio __user annotationsAl Viro2006-10-111-3/+3
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-055-18/+14Star
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0Star
* 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-294-26/+42
* USB: allow both root-hub interrupts and pollingAlan Stern2006-09-291-2/+1Star
* USB: create new workqueue thread for USB autosuspendAlan Stern2006-09-293-8/+46
* USB: fixes kerneldoc errors in usbcore-auto(susp/res)-patchHenrik Kretzschmar2006-09-291-6/+6
* USB: Fix alignment of buffer passed down to ->hub_control()Mikael Pettersson2006-09-291-1/+2
* USB: remove OTG build warningDavid Brownell2006-09-271-2/+1Star
* 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
* USB: fix __must_check warnings in drivers/usb/core/Greg Kroah-Hartman2006-09-276-29/+80
* USB: fix root-hub resume when CONFIG_USB_SUSPEND is not setAlan Stern2006-09-271-1/+6
* usbcore: remove usb_suspend_root_hubAlan Stern2006-09-274-68/+1Star
* usbcore: non-hub-specific uses of autosuspendAlan Stern2006-09-273-11/+17
* usbcore: add autosuspend/autoresume infrastructureAlan Stern2006-09-274-45/+460
* usbcore: store each usb_device's level in the treeAlan Stern2006-09-271-0/+1
* usbcore: trim down usb_bus structureAlan Stern2006-09-274-55/+34Star
* usbcore: Add flag for whether a host controller uses DMAAlan Stern2006-09-271-3/+5
* USB: remove struct usb_operationsAlan Stern2006-09-275-84/+24Star
* USB: usb-hub-driver-improve-use-of-ifdef fixAndrew Morton2006-09-271-0/+2
* USB: Turn usb_resume_both() into static inlineAlexey Dobriyan2006-09-271-1/+4
* usbcore: help drivers to change device configsAlan Stern2006-09-271-0/+59
* USB core: Use const where possible.Luiz Fernando N. Capitulino2006-09-272-12/+13
* wusb: pretty print new wireless USB devices when they connectInaky Perez-Gonzalez2006-09-271-10/+15
* wusb: handle wusb device ep0 speed settingsInaky Perez-Gonzalez2006-09-271-2/+10
* wusb: hub code recognizes wusb portsInaky Perez-Gonzalez2006-09-272-1/+16
* usb: deal with broken config descriptorsInaky Perez-Gonzalez2006-09-271-1/+3
* usbcore: khubd and busy-port handlingAlan Stern2006-09-272-2/+12
* usbcore: make hcd_endpoint_disable wait for queue to drainAlan Stern2006-09-271-30/+35
* USB: Properly unregister reboot notifier in case of failure in ehci hcdAleksey Gorelov2006-09-273-0/+35
* USB: hub: Use usb_endpoint_* functions.Luiz Fernando N. Capitulino2006-09-271-7/+2Star
* USB: New functions to check endpoints info.Luiz Fernando N. Capitulino2006-09-271-0/+144