summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* USB: usbfs: export the URB_NO_INTERRUPT flag to userspaceAlan Stern2008-04-241-4/+23
* USB: don't explicitly reenable root-hub status interruptsAlan Stern2008-04-243-20/+0
* USB: HCDs use the do_remote_wakeup flagAlan Stern2008-04-241-1/+0
* USB: log an error message when USB enumeration failsAlan Stern2008-04-241-0/+1
* USB: add extension of anchor API, usb_unlink_anchored_urbsOliver Neukum2008-04-241-0/+24
* USB: rework sysfs removal of interface filesAlan Stern2008-04-241-4/+3
* USB: clarify usage of hcd->suspend/resume methodsAlan Stern2008-04-242-7/+7
* USB: root hubs don't lie about their number of TTsAlan Stern2008-04-242-2/+13
* USB: fix comments of 2 functions in hcd.cMing Lei2008-04-241-2/+0
* USB: Remove EXPERIMENTAL from dynamic USB minor allocation.Robert P. J. Day2008-04-241-2/+2
* drivers/usb/core/devio.c: suppress warning with 64k PAGE_SIZEAndrew Morton2008-04-241-1/+3
* USB: remove dev->power.power_stateAlan Stern2008-04-243-15/+4
* USB: partial USB embedded host supportRobin Getz2008-04-241-5/+8
* USB: ehci tolerates some buggy devicesDavid Brownell2008-04-241-0/+17
* USB: defines for USB "Link Power Management" (LPM) ECNDavid Brownell2008-04-242-3/+7
* USB: enable USB-PERSIST by defaultAlan Stern2008-04-241-2/+4
* USB: check serial-number string after device resetAlan Stern2008-04-242-16/+51
* USB: remove CONFIG_USB_PERSIST settingAlan Stern2008-04-244-54/+32
* USB: make USB-PERSIST work after every system sleepAlan Stern2008-04-241-34/+80