aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)Author
2011-07-13USB: don't let the hub driver prevent system sleepAlan Stern
2011-07-13USB: don't let errors prevent system sleepAlan Stern
2011-06-23USB: core: Tolerate protocol stall during hub and port status readLibor Pechacek
2011-05-09USB: teach "devices" file about Wireless and SuperSpeed USBAlan Stern
2011-05-09USB: don't enable remote wakeup by defaultAlan Stern
2011-05-09USB: retain USB device power/wakeup setting across reconfigurationDan Streetman
2011-04-22USB: fix formatting of SuperSpeed endpoints in /proc/bus/usb/devicesDmitry Torokhov
2011-03-02USB: Add quirk for Samsung Android phone modemMaciej Szmigiero
2011-03-02USB: add quirks entry for Keytouch QWERTY PanelAlan Stern
2011-03-02OHCI: work around for nVidia shutdown problemAlan Stern
2011-02-17usb: Realloc xHCI structures after a hub is verified.Sarah Sharp
2011-02-17USB: prevent buggy hubs from crashing the USB stackAlan Stern
2010-12-09usb: core: fix information leak to userlandVasiliy Kulikov
2010-11-22USB: accept some invalid ep0-maxpacket valuesAlan Stern
2010-11-22USB: disable endpoints after unbinding interfaces, not beforeAlan Stern
2010-10-28USB: fix bug in initialization of interface minor numbersAlan Stern
2010-08-13USB: fix thread-unsafe anchor utiliy routinesChristian Lamparter
2010-08-13USB delay init quirk for logitech Harmony 700-series devicesPhil Dibowitz
2010-08-02USB: add quirk for Broadcom BT dongleOliver Neukum
2010-08-02USB: adds Artisman USB dongle to list of quirky devicesPaul Mortier
2010-08-02USB: obey the sysfs power/wakeup settingAlan Stern
2010-05-12USB: don't choose configs with no interfacesAlan Stern
2010-05-12USB: fix testing the wrong variable in fs_create_by_name()Dan Carpenter
2010-05-12USB: fix remote wakeup settings during system sleepAlan Stern
2010-04-01USB: fix usbfs regressionAlan Stern
2010-03-15USB: Move hcd free_dev call into usb_disconnect to fix oopsHerbert Xu
2010-03-15USB: remove debugging message for uevent constructionsAlan Stern
2010-03-15USB: fix the idProduct value for USB-3.0 root hubsAlan Stern
2010-02-23USB: usbfs: properly clean up the as structure on error pathsLinus Torvalds
2010-02-23USB: usbfs: only copy the actual data receivedGreg KH
2010-01-25USB: add speed values for USB 3.0 and wireless controllersGreg Kroah-Hartman
2010-01-25USB: add missing delay during remote wakeupAlan Stern
2010-01-25USB: Don't use GFP_KERNEL while we cannot reset a storage deviceOliver Neukum
2010-01-06USB: fix bugs in usb_(de)authorize_deviceAlan Stern
2010-01-06USB: rename usb_configure_deviceAlan Stern
2009-12-18USB: Close usb_find_interface race v3Russ Dill
2009-11-30USB: EHCI: don't send Clear-TT-Buffer following a STALLAlan Stern
2009-09-23USB: Add hub descriptor update hook for xHCISarah Sharp
2009-09-23USB: xhci: Set route string for all devices.Sarah Sharp
2009-09-23USB: fix missing error check in probingOliver Neukum
2009-09-23USB: usbfs: add USBDEVFS_URB_BULK_CONTINUATION flagAlan Stern
2009-09-23USB: Clean up root hub string descriptorsGeorge Spelvin
2009-09-23USB: make usb_buffer_map_sg consistent with docJiri Slaby
2009-09-23USB: increase usbdevfs max isoc buffer sizeMarkus Rechberger
2009-09-23USB: don't lose mode switch events on suspended devicesAlan Stern
2009-09-23USB: check for hub driver not bound to root hub deviceAlan Stern
2009-09-23USB: make the "usbfs_snoop" log more pertinentAlan Stern
2009-09-23USB: make intf.pm_usage an atomic_tAlan Stern
2009-09-23USB: add API for userspace drivers to "claim" portsAlan Stern
2009-09-23USB: Let usb_sg_init to set transfer_buffer more oftenPete Zaitcev