aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-21USB: revert "don't use reset-resume if drivers don't support it"Greg Kroah-Hartman1-44/+2
2008-07-21USB: debounce before unregisteringAlan Stern1-12/+19
2008-07-21USB: add new routine for checking port-resume typeAlan Stern1-26/+63
2008-07-21USB: usb dev_set_name() instead of dev->bus_idKay Sievers3-5/+4
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers6-15/+15
2008-07-21USB: revert "don't lose disconnections during suspend"Greg Kroah-Hartman1-4/+11
2008-07-21USB: handle pci_name() being constGreg Kroah-Hartman2-2/+2
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet6-55/+143
2008-07-06Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds3-0/+20
2008-07-03USB: don't lose disconnections during suspendAlan Stern1-11/+4
2008-07-03USB: fix interrupt disabling for HCDs with shared interrupt handlersStefan Becker1-10/+28
2008-06-20usbdev: BKL pushdownJonathan Corbet1-0/+2
2008-06-20usbcore: cdev lock_kernel() pushdownJonathan Corbet1-0/+3
2008-06-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+3
2008-06-17Input: appletouch - implement reset-resume logicOliver Neukum1-0/+3
2008-06-11USB: don't use reset-resume if drivers don't support itLinus Torvalds1-2/+44
2008-05-29USB: add another scanner quirkRené Rebe1-0/+4
2008-05-29USB: EHCI: suppress unwanted error messagesAlan Stern2-1/+7
2008-05-29USB: add all configs to the "descriptors" attributeAlan Stern1-23/+21
2008-05-29USB: fix possible deadlock involving sysfs attributesAlan Stern2-5/+9
2008-05-20USB: Core: fix race in device_createGreg Kroah-Hartman1-3/+3
2008-05-14USB: create attributes before sending ueventAlan Stern5-58/+96
2008-05-02USB: fix cannot work usb storage when using ohci-sm501Yoshihiro Shimoda1-1/+3
2008-04-29proc: remove proc_busAlexey Dobriyan1-2/+2
2008-04-24usb: don't update devnum for wusb devicesDavid Vrabel1-3/+11
2008-04-24wusb: make ep0_reinit available for modulesInaky Perez-Gonzalez2-5/+7
2008-04-24wusb: devices dont use a set addressInaky Perez-Gonzalez1-20/+27
2008-04-24wusb: teach choose_address() about wireless devicesInaky Perez-Gonzalez1-9/+31
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison6-47/+47