aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-20USB: Reset USB 3.0 devices on (re)discoveryLuben Tuikov1-11/+7
2011-02-17Revert "USB: Reset USB 3.0 devices on (re)discovery"Greg Kroah-Hartman1-7/+11
2011-02-17USB: Reset USB 3.0 devices on (re)discoveryLuben Tuikov1-11/+7
2011-02-17USB: Add quirk for Samsung Android phone modemMaciej Szmigiero1-0/+4
2011-02-17USB: add quirks entry for Keytouch QWERTY PanelAlan Stern1-0/+4
2011-02-03USB: fix race between root-hub resume and wakeup requestsAlan Stern1-1/+1
2011-02-03USB: prevent buggy hubs from crashing the USB stackAlan Stern1-0/+5
2011-01-24Merge branch 'for-usb-linus' of master.kernel.org:/pub/scm/linux/kernel/git/sarah/xhci into usb-linusGreg Kroah-Hartman2-1/+27
2011-01-22usb: set ep_dev async suspend should be later than device_initializePeter Chen1-1/+1
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-3/+3
2011-01-14usb: Realloc xHCI structures after a hub is verified.Sarah Sharp1-0/+21
2011-01-14xHCI: synchronize irq in xhci_suspend()Andiry Xu1-1/+6
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-4/+3
2011-01-07Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds9-207/+61
2011-01-07fs: dcache remove dcache_lockNick Piggin1-3/+0
2011-01-07fs: dcache scale subdirsNick Piggin1-3/+5
2011-01-07fs: dcache scale d_unhashedNick Piggin1-0/+3
2010-12-24PM: Replace the device power.status field with a bit fieldRafael J. Wysocki1-4/+3
2010-12-22USB: Merge 2.6.37-rc5 into usb-nextGreg Kroah-Hartman1-2/+10
2010-12-16USB: core: Add input prompt and help text for USB_OTG configPavankumar Kondeti1-2/+10
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman9-207/+61
2010-11-22usb: musb: do not use dma for control transfersAnand Gadiyar1-0/+2
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann4-4/+0
2010-11-16USB: improve uses of usb_mark_last_busyAlan Stern3-16/+10
2010-11-16USB: use the runtime-PM autosuspend implementationAlan Stern6-110/+13
2010-11-16USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei5-16/+11
2010-11-16USB: use sysfs_merge_group for power attributesAlan Stern1-33/+17
2010-11-16USB: use the no_callbacks flag for interfacesMing Lei2-53/+31
2010-11-11usb: core: fix information leak to userlandVasiliy Kulikov1-3/+4
2010-10-29convert get_sb_single() usersAl Viro1-4/+4
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds9-52/+67
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-22USB: accept some invalid ep0-maxpacket valuesAlan Stern1-3/+6
2010-10-22usb: Fix issue with USB 3.0 devices after system resumeSarah Sharp1-0/+3
2010-10-22USB: core: use kernel assigned address for devices under xHCIAndiry Xu1-14/+13
2010-10-22usb: makefile cleanupmatt mooney1-12/+7
2010-10-22usb: core: endpoint: Fix error pathRahul Ruikar1-1/+1
2010-10-22USB: do not print -ESHUTDOWN message if usb at otg device modePeter Chen1-1/+1
2010-10-22USB: introduce unmap_urb_setup_for_dma()Martin Fuzzey1-5/+13
2010-10-22USB: disable endpoints after unbinding interfaces, not beforeAlan Stern1-7/+7
2010-10-22usb: change to new flag variablematt mooney1-3/+1
2010-10-22usb: musb: host: unmap the buffer for PIO data transfersMaulik Mankad1-1/+2
2010-10-22USB: teach "devices" file about Wireless and SuperSpeed USBAlan Stern1-4/+7
2010-10-22OHCI: work around for nVidia shutdown problemAlan Stern1-1/+3
2010-10-22USB: output an error message when the pipe type doesn't match the endpoint typeSimon Arlott1-1/+4
2010-10-22USB: core: update comment to match current function nameWolfram Sang1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-24USB: update Kconfig help text for CONFIG_USB_SUSPENDAlan Stern1-3/+3
2010-09-24USB: fix bug in initialization of interface minor numbersAlan Stern2-19/+17