aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-21USB: use reset_resume when normal resume failsAlan Stern1-3/+17
2008-07-21USB: Fix pointer/int cast in USB devio codeDavid Howells1-2/+3
2008-07-21usbfs: don't store bad pointers in registrationAlan Stern1-9/+10
2008-07-21usbfs: fix race between open and unregisterAlan Stern1-5/+11
2008-07-21usbfs: simplify the lookup-by-minor routinesAlan Stern1-9/+6
2008-07-21usbfs: send disconnect signals when device is unregisteredAlan Stern3-31/+41
2008-07-21USB: Force unbinding of drivers lacking reset_resume or other methodsAlan Stern3-21/+139
2008-07-21USB: fix usb_reset_device and usb_reset_composite_device(take 3)Ming Lei2-17/+18
2008-07-21USB: fix comment of usb_set_configurationMing Lei1-1/+1
2008-07-21USB: use standard SG iterator in the scatter-gather libraryAlan Stern1-6/+6
2008-07-21USB: remove interface parameter of usb_reset_composite_deviceMing Lei2-9/+4
2008-07-21usb: hub: add check for unsupported bus topologyFelipe Balbi3-2/+8
2008-07-21USB: remove CVS keywordsAdrian Bunk2-4/+0
2008-07-21USB: implement "soft" unbindingAlan Stern1-5/+6
2008-07-21USB: combine hub_quiesce and hub_stopAlan Stern1-31/+32
2008-07-21USB: combine hub_activate and hub_restartAlan Stern1-26/+23
2008-07-21USB: optimize port debouncing during hub activationAlan Stern1-5/+27
2008-07-21USB: try to salvage lost power sessionsAlan Stern2-22/+53
2008-07-21USB: simplify hub_restart() logicAlan Stern2-67/+54