summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* USB: extend poisoning to anchorsOliver Neukum2008-10-171-9/+48
* USB: kill URBs permanentlyOliver Neukum2008-10-171-6/+50
* device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-163-9/+8Star
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* USB: revert recovery from transient errorsAlan Stern2008-09-231-22/+17Star
* USB: fix hcd interrupt disablingGeoff Levand2008-09-231-1/+2
* USB: automatically enable RHSC interruptsAlan Stern2008-08-213-22/+0Star
* USB: Don't rebind before "complete" callbackAlan Stern2008-08-211-21/+9Star
* USB: Add new PM callback methods for USBAlan Stern2008-08-213-19/+72
* USB: Defer Set-Interface for suspended devicesAlan Stern2008-08-211-3/+28
* USB: Add udev argument to interface suspend/resume functionsAlan Stern2008-08-211-10/+10
* USB: fix bug in usb_unlink_anchored_urbs()Oliver Neukum2008-08-211-2/+7
* USB: fix compiler warning fixAlan Stern2008-08-141-2/+2
* USB: fix interface unregistration logicAlan Stern2008-08-141-1/+1
* usb/core/driver: fix warningAlexander Beregalov2008-08-141-2/+1Star
* Fix USB storage hang on command abortAlan Stern2008-08-051-1/+1
* device create: usb: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-222-5/+6
* sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorDan Williams2008-07-221-0/+5
* USB: use reset_resume when normal resume failsAlan Stern2008-07-221-3/+17
* USB: Fix pointer/int cast in USB devio codeDavid Howells2008-07-221-2/+3
* usbfs: don't store bad pointers in registrationAlan Stern2008-07-221-9/+10
* usbfs: fix race between open and unregisterAlan Stern2008-07-221-5/+11
* usbfs: simplify the lookup-by-minor routinesAlan Stern2008-07-221-9/+6Star
* usbfs: send disconnect signals when device is unregisteredAlan Stern2008-07-223-31/+41
* USB: Force unbinding of drivers lacking reset_resume or other methodsAlan Stern2008-07-223-21/+139
* USB: fix usb_reset_device and usb_reset_composite_device(take 3)Ming Lei2008-07-222-17/+18
* USB: fix comment of usb_set_configurationMing Lei2008-07-221-1/+1
* USB: use standard SG iterator in the scatter-gather libraryAlan Stern2008-07-221-6/+6
* USB: remove interface parameter of usb_reset_composite_deviceMing Lei2008-07-222-9/+4Star
* usb: hub: add check for unsupported bus topologyFelipe Balbi2008-07-223-2/+8