Age | Commit message (Expand) | Author |
2012-08-15 | usb: feed USB device information to the /dev/random driver | Theodore Ts'o |
2012-08-09 | USB: Fix LPM disable count mismatch on driver unbind. | Sarah Sharp |
2012-08-09 | USB: Fix LPM disable/enable during device reset. | Sarah Sharp |
2012-08-09 | USB: Disable LPM while the device is unconfigured. | Sarah Sharp |
2012-08-09 | usbdevfs: Correct amount of data copied to user in processcompl_compat | Hans de Goede |
2012-07-02 | usb: Add support for root hub port status CAS | Stanislaw Ledwon |
2012-06-14 | USB: fix gathering of interface associations | Daniel Mack |
2012-06-13 | Merge tag 'for-usb-linus-2012-06-13' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman |
2012-06-13 | USB: Checking the wrong variable in usb_disable_lpm() | Dan Carpenter |
2012-06-13 | USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2 | Alan Stern |
2012-05-22 | Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2012-05-21 | USB: Fix core compile with CONFIG_USB_SUSPEND=n | Sarah Sharp |
2012-05-18 | USB: Remove races in devio.c | Huajun Li |
2012-05-18 | USB: Disable USB 3.0 LPM in critical sections. | Sarah Sharp |
2012-05-18 | USB: Add support to enable/disable USB3 link states. | Sarah Sharp |
2012-05-18 | USB: Calculate USB 3.0 exit latencies for LPM. | Sarah Sharp |
2012-05-18 | USB: Refactor code to set LPM support flag. | Sarah Sharp |
2012-05-18 | USB: Make sure to fetch the BOS desc for roothubs. | Sarah Sharp |
2012-05-17 | usbcore: enable USB2 LPM if port suspend fails | Andiry Xu |
2012-05-16 | usb: fix breakage on systems without ACPI | Sasha Levin |
2012-05-14 | sysfs: get rid of some lockdep false positives | Alan Stern |
2012-05-14 | USB: add read support to usb-serial/../new_id | Bjørn Mork |
2012-05-14 | USB: let both new_id and remove_id show dynamic id list | Bjørn Mork |
2012-05-14 | Revert "usb: add struct usb_hub_port to store port related members." | Greg Kroah-Hartman |
2012-05-14 | Revert "usb: move struct usb_device->children to struct usb_hub_port->child" | Greg Kroah-Hartman |
2012-05-14 | usb: Kconfig: remove unneeded default value | David Herrmann |
2012-05-11 | usb: move struct usb_device->children to struct usb_hub_port->child | Lan Tianyu |
2012-05-11 | usb: add struct usb_hub_port to store port related members. | Lan Tianyu |
2012-05-11 | usb: Set device removable state based on ACPI USB data | Matthew Garrett |
2012-05-11 | usb: Bind devices to ACPI devices when possible | Matthew Garrett |
2012-05-07 | USB: make vendor id of root hubs greppable | Paul Bolle |
2012-05-07 | Merge 3.4-rc6 into usb-next | Greg Kroah-Hartman |
2012-05-01 | USB: file.c: remove dbg() usage | Greg Kroah-Hartman |
2012-05-01 | usbhid: prevent deadlock during timeout | Oliver Neukum |
2012-04-30 | usb: add USB_QUIRK_RESET_RESUME for M-Audio 88es | Steffen Müller |
2012-04-29 | USB: remove CONFIG_USB_DEVICE_CLASS | Greg Kroah-Hartman |
2012-04-29 | USB: remove CONFIG_USB_DEVICEFS | Greg Kroah-Hartman |
2012-04-24 | USB: EHCI: fix crash during suspend on ASUS computers | Alan Stern |
2012-04-17 | USB: fix deadlock in bConfigurationValue attribute method | Alan Stern |
2012-04-11 | USB: fix bug of device descriptor got from superspeed device | Elric Fu |
2012-04-09 | USB: fix race between root-hub suspend and remote wakeup | Alan Stern |
2012-04-09 | USB: don't ignore suspend errors for root hubs | Alan Stern |
2012-04-08 | Merge 3.2-rc1 into usb-linus | Greg Kroah-Hartman |
2012-04-06 | USB documentation: explain lifetime rules for unlinking URBs | Alan Stern |
2012-04-06 | USB: don't clear urb->dev in scatter-gather library | Alan Stern |
2012-04-05 | simple_open: automatically convert to simple_open() | Stephen Boyd |
2012-03-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2012-03-20 | usbfs: kill racy detection of simple_pin_fs() | Al Viro |
2012-03-20 | tidy up after d_make_root() conversion | Al Viro |
2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro |