summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2009-01-07USB: Don't use __module_param_call; use core_param.Rusty Russell1-2/+6
2009-01-07USB: announce new devices earlierAlan Stern1-6/+7
2009-01-07USB: Allow usbmon as a module even if usbcore is builtinPete Zaitcev2-4/+4
2009-01-07USB: Introduce usb_queue_reset() to do resets from atomic contextsInaky Perez-Gonzalez3-2/+105
2009-01-07USB: add asynchronous autosuspend/autoresume supportAlan Stern4-2/+91
2009-01-07USB: change interface to usb_lock_device_for_reset()Alan Stern1-16/+7
2009-01-07USB: Remove restrictions on signal numbers in devio.cPhil Endecott1-5/+0
2009-01-07USB: straighten out inline code in sysfs.cAlan Stern1-26/+9
2009-01-07USB: avoid needless address-taking of function parametersHarvey Harrison1-3/+3
2009-01-07USB: protect hcd.h from multiple inclusionsAnton Vorontsov1-0/+4
2009-01-06PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki1-2/+2
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-1/+0
2008-12-25Merge branch 'next' into for-linusJames Morris2-6/+8
2008-12-17USB: skip Set-Interface(0) if already in altsetting 0Alan Stern1-1/+3
2008-11-18Merge branch 'master' into nextJames Morris3-3/+4
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells1-4/+6
2008-11-14CRED: Wrap task credential accesses in the USB driverDavid Howells2-6/+6
2008-11-13USB: mention URB_FREE_BUFFER in usb_free_urb documentationRabin Vincent1-2/+2
2008-11-13USB: don't register endpoints for interfaces that are going awayAlan Stern2-1/+2
2008-10-29USB: prevent autosuspend during hub initializationAlan Stern1-0/+3
2008-10-29USB: fix crash when URBs are unlinked after the device is goneAlan Stern4-3/+56
2008-10-22USB: don't rebind drivers after failed resume or resetAlan Stern2-2/+3
2008-10-17USB: remove err() macro from usb core codeGreg Kroah-Hartman5-14/+17
2008-10-17USB: remove warn() macro from usb driversGreg Kroah-Hartman3-4/+8
2008-10-17USB: hub.c: Add initial_descriptor_timeout module parameter for usbcoreJaroslav Kysela1-1/+10
2008-10-17USB: Export if an interface driver supports autosuspend.Sarah Sharp1-0/+24
2008-10-17USB: snoop processes opening usbfs device filesAlan Stern1-0/+2
2008-10-17USB: EHCI: log a warning if ehci-hcd is not loaded firstAlan Stern2-0/+10
2008-10-17USB: anchor API changes needed for btusbOliver Neukum1-0/+70
2008-10-17USB: change hub initialization sleeps to delayed_workAlan Stern1-10/+81
2008-10-17USB: RESET_RESUME needs to block autosuspend when remote wakeup is neededOliver Neukum1-1/+2
2008-10-17usb core: fix USB_OTG_BLACKLIST_HUB typoPeter Korsgaard1-1/+1
2008-10-17USB: extend poisoning to anchorsOliver Neukum1-9/+48
2008-10-17USB: kill URBs permanentlyOliver Neukum1-6/+50
2008-10-16device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman3-9/+8
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-09-23USB: revert recovery from transient errorsAlan Stern1-22/+17
2008-09-23USB: fix hcd interrupt disablingGeoff Levand1-1/+2
2008-08-21USB: automatically enable RHSC interruptsAlan Stern3-22/+0
2008-08-21USB: Don't rebind before "complete" callbackAlan Stern1-21/+9
2008-08-21USB: Add new PM callback methods for USBAlan Stern3-19/+72
2008-08-21USB: Defer Set-Interface for suspended devicesAlan Stern1-3/+28
2008-08-21USB: Add udev argument to interface suspend/resume functionsAlan Stern1-10/+10
2008-08-21USB: fix bug in usb_unlink_anchored_urbs()Oliver Neukum1-2/+7
2008-08-13USB: fix compiler warning fixAlan Stern1-2/+2
2008-08-13USB: fix interface unregistration logicAlan Stern1-1/+1
2008-08-13usb/core/driver: fix warningAlexander Beregalov1-2/+1
2008-08-05Fix USB storage hang on command abortAlan Stern1-1/+1
2008-07-21device create: usb: convert device_create to device_create_drvdataGreg Kroah-Hartman2-5/+6
2008-07-21sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorDan Williams1-0/+5