summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
...
* USB: usb_get_string should check the descriptor typeAlan Stern2009-02-271-3/+8
* USB/PCI: Fix resume breakage of controllers behind cardbus bridgesRafael J. Wysocki2009-02-182-14/+2Star
* USB: fix char-device disconnect handlingAlan Stern2009-01-283-10/+12
* USB: Fix suspend-resume of PCI USB controllersRafael J. Wysocki2009-01-282-90/+27Star
* USB: don't enable wakeup by default for PCI host controllersAlan Stern2009-01-281-1/+0Star
* USB: fix toggle mismatch in disable_endpoint pathsAlan Stern2009-01-284-21/+30
* drivers/usb/core/hub.c: fix CONFIG_USB_OTG=y buildDavid Brownell2009-01-161-1/+1
* USB: fix minor nit in usbfs checkingMark Lord2009-01-071-1/+1
* USB: re-enable interface after driver unbindsAlan Stern2009-01-075-16/+26
* USB: cancel pending Set-Config requests if userspace gets there firstAlan Stern2009-01-071-4/+38
* USB: automatically enable wakeup for PCI host controllersAlan Stern2009-01-071-0/+1
* USB: fix up suspend and resume for PCI host controllersAlan Stern2009-01-072-95/+109
* USB: extension of anchor API to unpoison an anchorOliver Neukum2009-01-071-0/+20
* USB: mark "reject" field of struct urb as atomic_tMing Lei2009-01-072-21/+8Star
* USB: utilize the bus notifiersAlan Stern2009-01-076-44/+91
* USB: make printk messages more searchableWu Fengguang2009-01-071-21/+24
* USB: Enhance usage of pm_message_tAlan Stern2009-01-078-60/+70
* USB: utilize round_jiffies_up_relative()Alan Stern2009-01-071-2/+2
* USB: Don't use __module_param_call; use core_param.Rusty Russell2009-01-071-2/+6
* USB: announce new devices earlierAlan Stern2009-01-071-6/+7
* USB: Allow usbmon as a module even if usbcore is builtinPete Zaitcev2009-01-072-4/+4
* USB: Introduce usb_queue_reset() to do resets from atomic contextsInaky Perez-Gonzalez2009-01-073-2/+105
* USB: add asynchronous autosuspend/autoresume supportAlan Stern2009-01-074-2/+91
* USB: change interface to usb_lock_device_for_reset()Alan Stern2009-01-071-16/+7Star
* USB: Remove restrictions on signal numbers in devio.cPhil Endecott2009-01-071-5/+0Star
* USB: straighten out inline code in sysfs.cAlan Stern2009-01-071-26/+9Star
* USB: avoid needless address-taking of function parametersHarvey Harrison2009-01-071-3/+3
* USB: protect hcd.h from multiple inclusionsAnton Vorontsov2009-01-071-0/+4
* PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki2009-01-061-2/+2
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-1/+0Star
* Merge branch 'next' into for-linusJames Morris2008-12-252-6/+8
|\
| * Merge branch 'master' into nextJames Morris2008-11-183-3/+4
| |\
| * | CRED: Wrap current->cred and a few other accessorsDavid Howells2008-11-141-4/+6
| * | CRED: Wrap task credential accesses in the USB driverDavid Howells2008-11-142-6/+6
* | | USB: skip Set-Interface(0) if already in altsetting 0Alan Stern2008-12-171-1/+3
| |/ |/|
* | USB: mention URB_FREE_BUFFER in usb_free_urb documentationRabin Vincent2008-11-131-2/+2
* | USB: don't register endpoints for interfaces that are going awayAlan Stern2008-11-132-1/+2
|/
* USB: prevent autosuspend during hub initializationAlan Stern2008-10-291-0/+3
* USB: fix crash when URBs are unlinked after the device is goneAlan Stern2008-10-294-3/+56
* USB: don't rebind drivers after failed resume or resetAlan Stern2008-10-222-2/+3
* USB: remove err() macro from usb core codeGreg Kroah-Hartman2008-10-175-14/+17
* USB: remove warn() macro from usb driversGreg Kroah-Hartman2008-10-173-4/+8
* USB: hub.c: Add initial_descriptor_timeout module parameter for usbcoreJaroslav Kysela2008-10-171-1/+10
* USB: Export if an interface driver supports autosuspend.Sarah Sharp2008-10-171-0/+24
* USB: snoop processes opening usbfs device filesAlan Stern2008-10-171-0/+2
* USB: EHCI: log a warning if ehci-hcd is not loaded firstAlan Stern2008-10-172-0/+10
* USB: anchor API changes needed for btusbOliver Neukum2008-10-171-0/+70
* USB: change hub initialization sleeps to delayed_workAlan Stern2008-10-171-10/+81
* USB: RESET_RESUME needs to block autosuspend when remote wakeup is neededOliver Neukum2008-10-171-1/+2
* usb core: fix USB_OTG_BLACKLIST_HUB typoPeter Korsgaard2008-10-171-1/+1