Age | Commit message (Expand) | Author | Files | Lines |
2012-09-27 | USB: Fix race condition when removing host controllers | Alan Stern | 2 | -5/+3 |
2012-09-06 | USB: add device quirk for Joss Optical touchboard | Alan Stern | 1 | -0/+4 |
2012-08-01 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+9 |
2012-07-20 | usb: Add USB_QUIRK_RESET_RESUME for all Logitech UVC webcams | Laurent Pinchart | 1 | -42/+16 |
2012-07-20 | usb: Add quirk detection based on interface information | Laurent Pinchart | 4 | -39/+106 |
2012-07-17 | USB: notify phy when root hub port connect change | Richard Zhao | 1 | -0/+8 |
2012-07-17 | Merge tag 'for-usb-next-2012-07-11' of git://git.kernel.org/pub/scm/linux/ker... | Greg Kroah-Hartman | 4 | -20/+102 |
2012-07-17 | Merge 3.5-rc7 into usb-next | Greg Kroah-Hartman | 8 | -49/+182 |
2012-07-15 | usb: feed USB device information to the /dev/random driver | Theodore Ts'o | 1 | -0/+9 |
2012-07-11 | USB: Add a sysfs file to show LTM capabilities. | Sarah Sharp | 2 | -7/+10 |
2012-07-11 | USB: Enable Latency Tolerance Messaging (LTM). | Sarah Sharp | 2 | -6/+84 |
2012-07-11 | USB: Fix LPM disable count mismatch on driver unbind. | Sarah Sharp | 1 | -0/+1 |
2012-07-11 | USB: Disable LPM while the device is unconfigured. | Sarah Sharp | 2 | -3/+5 |
2012-07-11 | USB: Fix LPM disable/enable during device reset. | Sarah Sharp | 1 | -14/+12 |
2012-07-09 | usb/hcd: Ensure scatter-gather is not used for isoc transfers | Hans de Goede | 1 | -1/+9 |
2012-07-06 | usb: convert port_owners type from void * to struct dev_state * | Lan Tianyu | 2 | -12/+18 |
2012-07-06 | usbdevfs: Use scatter-gather lists for large bulk transfers | Hans de Goede | 1 | -31/+121 |
2012-07-06 | usbdevfs: Add a USBDEVFS_GET_CAPABILITIES ioctl | Hans de Goede | 1 | -0/+17 |
2012-07-06 | usbdevfs: Correct amount of data copied to user in processcompl_compat | Hans de Goede | 1 | -3/+7 |
2012-07-02 | usb: Add support for root hub port status CAS | Stanislaw Ledwon | 1 | -8/+10 |
2012-06-21 | Merge 3.5-rc3 into usb-next | Greg Kroah-Hartman | 2 | -2/+3 |
2012-06-15 | USB: fix gathering of interface associations | Daniel Mack | 1 | -1/+2 |
2012-06-14 | Merge tag 'for-usb-linus-2012-06-13' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 1 | -1/+1 |
2012-06-14 | USB: Checking the wrong variable in usb_disable_lpm() | Dan Carpenter | 1 | -1/+1 |
2012-06-14 | usb-core: Set intfdata to NULL if a driver's probe method failed | Hans de Goede | 1 | -0/+1 |
2012-06-14 | USB: allow match on bInterfaceNumber | Bjørn Mork | 3 | -6/+13 |
2012-06-14 | USB: rename the usb misc class from "usb" to "usbmisc" | Greg Kroah-Hartman | 1 | -1/+1 |
2012-06-14 | USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2 | Alan Stern | 1 | -9/+0 |
2012-05-23 | Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+3 |
2012-05-21 | USB: Fix core compile with CONFIG_USB_SUSPEND=n | Sarah Sharp | 1 | -0/+4 |
2012-05-19 | USB: Remove races in devio.c | Huajun Li | 1 | -8/+25 |
2012-05-19 | USB: Disable USB 3.0 LPM in critical sections. | Sarah Sharp | 3 | -1/+118 |
2012-05-19 | USB: Add support to enable/disable USB3 link states. | Sarah Sharp | 1 | -0/+414 |
2012-05-19 | USB: Calculate USB 3.0 exit latencies for LPM. | Sarah Sharp | 1 | -1/+210 |
2012-05-19 | USB: Refactor code to set LPM support flag. | Sarah Sharp | 1 | -5/+17 |
2012-05-19 | USB: Make sure to fetch the BOS desc for roothubs. | Sarah Sharp | 1 | -0/+9 |
2012-05-17 | usbcore: enable USB2 LPM if port suspend fails | Andiry Xu | 1 | -0/+4 |
2012-05-16 | usb: fix breakage on systems without ACPI | Sasha Levin | 1 | -4/+1 |
2012-05-14 | sysfs: get rid of some lockdep false positives | Alan Stern | 1 | -3/+3 |
2012-05-14 | USB: add read support to usb-serial/../new_id | Bjørn Mork | 1 | -3/+10 |
2012-05-14 | USB: let both new_id and remove_id show dynamic id list | Bjørn Mork | 1 | -2/+19 |
2012-05-14 | Revert "usb: add struct usb_hub_port to store port related members." | Greg Kroah-Hartman | 1 | -16/+13 |
2012-05-14 | Revert "usb: move struct usb_device->children to struct usb_hub_port->child" | Greg Kroah-Hartman | 2 | -42/+28 |
2012-05-14 | usb: Kconfig: remove unneeded default value | David Herrmann | 1 | -1/+0 |
2012-05-12 | usb: move struct usb_device->children to struct usb_hub_port->child | Lan Tianyu | 2 | -28/+42 |
2012-05-12 | usb: add struct usb_hub_port to store port related members. | Lan Tianyu | 1 | -13/+16 |
2012-05-12 | usb: Set device removable state based on ACPI USB data | Matthew Garrett | 1 | -0/+57 |
2012-05-12 | usb: Bind devices to ACPI devices when possible | Matthew Garrett | 4 | -0/+74 |
2012-05-08 | USB: make vendor id of root hubs greppable | Paul Bolle | 1 | -3/+3 |
2012-05-07 | Merge 3.4-rc6 into usb-next | Greg Kroah-Hartman | 1 | -0/+9 |