summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorLines
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells-4/+6
2008-11-14CRED: Wrap task credential accesses in the USB driverDavid Howells-6/+6
2008-11-13USB: mention URB_FREE_BUFFER in usb_free_urb documentationRabin Vincent-2/+2
2008-11-13USB: don't register endpoints for interfaces that are going awayAlan Stern-1/+2
2008-10-29USB: prevent autosuspend during hub initializationAlan Stern-0/+3
2008-10-29USB: fix crash when URBs are unlinked after the device is goneAlan Stern-3/+56
2008-10-22USB: don't rebind drivers after failed resume or resetAlan Stern-2/+3
2008-10-17USB: remove err() macro from usb core codeGreg Kroah-Hartman-14/+17
2008-10-17USB: remove warn() macro from usb driversGreg Kroah-Hartman-4/+8
2008-10-17USB: hub.c: Add initial_descriptor_timeout module parameter for usbcoreJaroslav Kysela-1/+10
2008-10-17USB: Export if an interface driver supports autosuspend.Sarah Sharp-0/+24
2008-10-17USB: snoop processes opening usbfs device filesAlan Stern-0/+2
2008-10-17USB: EHCI: log a warning if ehci-hcd is not loaded firstAlan Stern-0/+10
2008-10-17USB: anchor API changes needed for btusbOliver Neukum-0/+70
2008-10-17USB: change hub initialization sleeps to delayed_workAlan Stern-10/+81
2008-10-17USB: RESET_RESUME needs to block autosuspend when remote wakeup is neededOliver Neukum-1/+2
2008-10-17usb core: fix USB_OTG_BLACKLIST_HUB typoPeter Korsgaard-1/+1
2008-10-17USB: extend poisoning to anchorsOliver Neukum-9/+48
2008-10-17USB: kill URBs permanentlyOliver Neukum-6/+50
2008-10-16device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman-9/+8
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse-1/+1
2008-09-23USB: revert recovery from transient errorsAlan Stern-22/+17
2008-09-23USB: fix hcd interrupt disablingGeoff Levand-1/+2
2008-08-21USB: automatically enable RHSC interruptsAlan Stern-22/+0
2008-08-21USB: Don't rebind before "complete" callbackAlan Stern-21/+9
2008-08-21USB: Add new PM callback methods for USBAlan Stern-19/+72
2008-08-21USB: Defer Set-Interface for suspended devicesAlan Stern-3/+28
2008-08-21USB: Add udev argument to interface suspend/resume functionsAlan Stern-10/+10
2008-08-21USB: fix bug in usb_unlink_anchored_urbs()Oliver Neukum-2/+7
2008-08-13USB: fix compiler warning fixAlan Stern-2/+2
2008-08-13USB: fix interface unregistration logicAlan Stern-1/+1
2008-08-13usb/core/driver: fix warningAlexander Beregalov-2/+1
2008-08-05Fix USB storage hang on command abortAlan Stern-1/+1
2008-07-21device create: usb: convert device_create to device_create_drvdataGreg Kroah-Hartman-5/+6
2008-07-21sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorDan Williams-0/+5
2008-07-21USB: use reset_resume when normal resume failsAlan Stern-3/+17
2008-07-21USB: Fix pointer/int cast in USB devio codeDavid Howells-2/+3
2008-07-21usbfs: don't store bad pointers in registrationAlan Stern-9/+10
2008-07-21usbfs: fix race between open and unregisterAlan Stern-5/+11
2008-07-21usbfs: simplify the lookup-by-minor routinesAlan Stern-9/+6
2008-07-21usbfs: send disconnect signals when device is unregisteredAlan Stern-31/+41
2008-07-21USB: Force unbinding of drivers lacking reset_resume or other methodsAlan Stern-21/+139
2008-07-21USB: fix usb_reset_device and usb_reset_composite_device(take 3)Ming Lei-17/+18
2008-07-21USB: fix comment of usb_set_configurationMing Lei-1/+1
2008-07-21USB: use standard SG iterator in the scatter-gather libraryAlan Stern-6/+6
2008-07-21USB: remove interface parameter of usb_reset_composite_deviceMing Lei-9/+4
2008-07-21usb: hub: add check for unsupported bus topologyFelipe Balbi-2/+8
2008-07-21USB: remove CVS keywordsAdrian Bunk-4/+0
2008-07-21USB: implement "soft" unbindingAlan Stern-5/+6
2008-07-21USB: combine hub_quiesce and hub_stopAlan Stern-31/+32