summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorLines
2008-07-21USB: combine hub_activate and hub_restartAlan Stern-26/+23
2008-07-21USB: optimize port debouncing during hub activationAlan Stern-5/+27
2008-07-21USB: try to salvage lost power sessionsAlan Stern-22/+53
2008-07-21USB: simplify hub_restart() logicAlan Stern-67/+54
2008-07-21USB: revert "don't use reset-resume if drivers don't support it"Greg Kroah-Hartman-44/+2
2008-07-21USB: debounce before unregisteringAlan Stern-12/+19
2008-07-21USB: add new routine for checking port-resume typeAlan Stern-26/+63
2008-07-21USB: usb dev_set_name() instead of dev->bus_idKay Sievers-5/+4
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers-15/+15
2008-07-21USB: revert "don't lose disconnections during suspend"Greg Kroah-Hartman-4/+11
2008-07-21USB: handle pci_name() being constGreg Kroah-Hartman-2/+2
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet-55/+143
2008-07-06Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds-0/+20
2008-07-03USB: don't lose disconnections during suspendAlan Stern-11/+4
2008-07-03USB: fix interrupt disabling for HCDs with shared interrupt handlersStefan Becker-10/+28
2008-06-20usbdev: BKL pushdownJonathan Corbet-0/+2
2008-06-20usbcore: cdev lock_kernel() pushdownJonathan Corbet-0/+3
2008-06-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-0/+3
2008-06-17Input: appletouch - implement reset-resume logicOliver Neukum-0/+3
2008-06-11USB: don't use reset-resume if drivers don't support itLinus Torvalds-2/+44
2008-05-29USB: add another scanner quirkRené Rebe-0/+4
2008-05-29USB: EHCI: suppress unwanted error messagesAlan Stern-1/+7
2008-05-29USB: add all configs to the "descriptors" attributeAlan Stern-23/+21
2008-05-29USB: fix possible deadlock involving sysfs attributesAlan Stern-5/+9
2008-05-20USB: Core: fix race in device_createGreg Kroah-Hartman-3/+3
2008-05-14USB: create attributes before sending ueventAlan Stern-58/+96
2008-05-02USB: fix cannot work usb storage when using ohci-sm501Yoshihiro Shimoda-1/+3
2008-04-29proc: remove proc_busAlexey Dobriyan-2/+2
2008-04-24usb: don't update devnum for wusb devicesDavid Vrabel-3/+11
2008-04-24wusb: make ep0_reinit available for modulesInaky Perez-Gonzalez-5/+7
2008-04-24wusb: devices dont use a set addressInaky Perez-Gonzalez-20/+27
2008-04-24wusb: teach choose_address() about wireless devicesInaky Perez-Gonzalez-9/+31
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison-47/+47
2008-04-24USB: usbfs: export the URB_NO_INTERRUPT flag to userspaceAlan Stern-4/+23
2008-04-24USB: don't explicitly reenable root-hub status interruptsAlan Stern-20/+0
2008-04-24USB: HCDs use the do_remote_wakeup flagAlan Stern-1/+0
2008-04-24USB: log an error message when USB enumeration failsAlan Stern-0/+1
2008-04-24USB: add extension of anchor API, usb_unlink_anchored_urbsOliver Neukum-0/+24
2008-04-24USB: rework sysfs removal of interface filesAlan Stern-4/+3
2008-04-24USB: clarify usage of hcd->suspend/resume methodsAlan Stern-7/+7
2008-04-24USB: root hubs don't lie about their number of TTsAlan Stern-2/+13
2008-04-24USB: fix comments of 2 functions in hcd.cMing Lei-2/+0
2008-04-24USB: Remove EXPERIMENTAL from dynamic USB minor allocation.Robert P. J. Day-2/+2
2008-04-24drivers/usb/core/devio.c: suppress warning with 64k PAGE_SIZEAndrew Morton-1/+3
2008-04-24USB: remove dev->power.power_stateAlan Stern-15/+4
2008-04-24USB: partial USB embedded host supportRobin Getz-5/+8
2008-04-24USB: ehci tolerates some buggy devicesDavid Brownell-0/+17
2008-04-24USB: defines for USB "Link Power Management" (LPM) ECNDavid Brownell-3/+7
2008-04-24USB: enable USB-PERSIST by defaultAlan Stern-2/+4
2008-04-24USB: check serial-number string after device resetAlan Stern-16/+51