summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* device create: usb: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-212-5/+6
* sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorDan Williams2008-07-211-0/+5
* USB: use reset_resume when normal resume failsAlan Stern2008-07-211-3/+17
* USB: Fix pointer/int cast in USB devio codeDavid Howells2008-07-211-2/+3
* usbfs: don't store bad pointers in registrationAlan Stern2008-07-211-9/+10
* usbfs: fix race between open and unregisterAlan Stern2008-07-211-5/+11
* usbfs: simplify the lookup-by-minor routinesAlan Stern2008-07-211-9/+6
* usbfs: send disconnect signals when device is unregisteredAlan Stern2008-07-213-31/+41
* USB: Force unbinding of drivers lacking reset_resume or other methodsAlan Stern2008-07-213-21/+139
* USB: fix usb_reset_device and usb_reset_composite_device(take 3)Ming Lei2008-07-212-17/+18
* USB: fix comment of usb_set_configurationMing Lei2008-07-211-1/+1
* USB: use standard SG iterator in the scatter-gather libraryAlan Stern2008-07-211-6/+6
* USB: remove interface parameter of usb_reset_composite_deviceMing Lei2008-07-212-9/+4
* usb: hub: add check for unsupported bus topologyFelipe Balbi2008-07-213-2/+8
* USB: remove CVS keywordsAdrian Bunk2008-07-212-4/+0
* USB: implement "soft" unbindingAlan Stern2008-07-211-5/+6
* USB: combine hub_quiesce and hub_stopAlan Stern2008-07-211-31/+32
* USB: combine hub_activate and hub_restartAlan Stern2008-07-211-26/+23
* USB: optimize port debouncing during hub activationAlan Stern2008-07-211-5/+27
* USB: try to salvage lost power sessionsAlan Stern2008-07-212-22/+53
* USB: simplify hub_restart() logicAlan Stern2008-07-212-67/+54
* USB: revert "don't use reset-resume if drivers don't support it"Greg Kroah-Hartman2008-07-211-44/+2
* USB: debounce before unregisteringAlan Stern2008-07-211-12/+19
* USB: add new routine for checking port-resume typeAlan Stern2008-07-211-26/+63
* USB: usb dev_set_name() instead of dev->bus_idKay Sievers2008-07-213-5/+4
* USB: usb dev_name() instead of dev->bus_idKay Sievers2008-07-216-15/+15
* USB: revert "don't lose disconnections during suspend"Greg Kroah-Hartman2008-07-211-4/+11
* USB: handle pci_name() being constGreg Kroah-Hartman2008-07-212-2/+2
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-146-55/+143
|\
| * Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds2008-07-063-0/+20
| * USB: don't lose disconnections during suspendAlan Stern2008-07-031-11/+4
| * USB: fix interrupt disabling for HCDs with shared interrupt handlersStefan Becker2008-07-031-10/+28
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-06-171-0/+3
| |\
| | * Input: appletouch - implement reset-resume logicOliver Neukum2008-06-171-0/+3
| * | USB: don't use reset-resume if drivers don't support itLinus Torvalds2008-06-111-2/+44
| * | USB: add another scanner quirkRené Rebe2008-05-291-0/+4
| * | USB: EHCI: suppress unwanted error messagesAlan Stern2008-05-292-1/+7
| * | USB: add all configs to the "descriptors" attributeAlan Stern2008-05-291-23/+21
| * | USB: fix possible deadlock involving sysfs attributesAlan Stern2008-05-292-5/+9
| * | USB: Core: fix race in device_createGreg Kroah-Hartman2008-05-201-3/+3
| |/
* | usbdev: BKL pushdownJonathan Corbet2008-06-201-0/+2
* | usbcore: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-0/+3
|/
* USB: create attributes before sending ueventAlan Stern2008-05-145-58/+96
* USB: fix cannot work usb storage when using ohci-sm501Yoshihiro Shimoda2008-05-021-1/+3
* proc: remove proc_busAlexey Dobriyan2008-04-291-2/+2
* usb: don't update devnum for wusb devicesDavid Vrabel2008-04-241-3/+11
* wusb: make ep0_reinit available for modulesInaky Perez-Gonzalez2008-04-242-5/+7
* wusb: devices dont use a set addressInaky Perez-Gonzalez2008-04-241-20/+27
* wusb: teach choose_address() about wireless devicesInaky Perez-Gonzalez2008-04-241-9/+31
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-246-47/+47