Age | Commit message (Expand) | Author |
2008-07-21 | device create: usb: convert device_create to device_create_drvdata | Greg Kroah-Hartman |
2008-07-21 | sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor | Dan Williams |
2008-07-21 | USB: use reset_resume when normal resume fails | Alan Stern |
2008-07-21 | USB: Fix pointer/int cast in USB devio code | David Howells |
2008-07-21 | usbfs: don't store bad pointers in registration | Alan Stern |
2008-07-21 | usbfs: fix race between open and unregister | Alan Stern |
2008-07-21 | usbfs: simplify the lookup-by-minor routines | Alan Stern |
2008-07-21 | usbfs: send disconnect signals when device is unregistered | Alan Stern |
2008-07-21 | USB: Force unbinding of drivers lacking reset_resume or other methods | Alan Stern |
2008-07-21 | USB: fix usb_reset_device and usb_reset_composite_device(take 3) | Ming Lei |
2008-07-21 | USB: fix comment of usb_set_configuration | Ming Lei |
2008-07-21 | USB: use standard SG iterator in the scatter-gather library | Alan Stern |
2008-07-21 | USB: remove interface parameter of usb_reset_composite_device | Ming Lei |
2008-07-21 | usb: hub: add check for unsupported bus topology | Felipe Balbi |
2008-07-21 | USB: remove CVS keywords | Adrian Bunk |
2008-07-21 | USB: implement "soft" unbinding | Alan Stern |
2008-07-21 | USB: combine hub_quiesce and hub_stop | Alan Stern |
2008-07-21 | USB: combine hub_activate and hub_restart | Alan Stern |
2008-07-21 | USB: optimize port debouncing during hub activation | Alan Stern |
2008-07-21 | USB: try to salvage lost power sessions | Alan Stern |
2008-07-21 | USB: simplify hub_restart() logic | Alan Stern |
2008-07-21 | USB: revert "don't use reset-resume if drivers don't support it" | Greg Kroah-Hartman |
2008-07-21 | USB: debounce before unregistering | Alan Stern |
2008-07-21 | USB: add new routine for checking port-resume type | Alan Stern |
2008-07-21 | USB: usb dev_set_name() instead of dev->bus_id | Kay Sievers |
2008-07-21 | USB: usb dev_name() instead of dev->bus_id | Kay Sievers |
2008-07-21 | USB: revert "don't lose disconnections during suspend" | Greg Kroah-Hartman |
2008-07-21 | USB: handle pci_name() being const | Greg Kroah-Hartman |
2008-07-14 | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet |
2008-07-06 | Revert "USB: don't explicitly reenable root-hub status interrupts" | Linus Torvalds |
2008-07-03 | USB: don't lose disconnections during suspend | Alan Stern |
2008-07-03 | USB: fix interrupt disabling for HCDs with shared interrupt handlers | Stefan Becker |
2008-06-20 | usbdev: BKL pushdown | Jonathan Corbet |
2008-06-20 | usbcore: cdev lock_kernel() pushdown | Jonathan Corbet |
2008-06-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds |
2008-06-17 | Input: appletouch - implement reset-resume logic | Oliver Neukum |
2008-06-11 | USB: don't use reset-resume if drivers don't support it | Linus Torvalds |
2008-05-29 | USB: add another scanner quirk | René Rebe |
2008-05-29 | USB: EHCI: suppress unwanted error messages | Alan Stern |
2008-05-29 | USB: add all configs to the "descriptors" attribute | Alan Stern |
2008-05-29 | USB: fix possible deadlock involving sysfs attributes | Alan Stern |
2008-05-20 | USB: Core: fix race in device_create | Greg Kroah-Hartman |
2008-05-14 | USB: create attributes before sending uevent | Alan Stern |
2008-05-02 | USB: fix cannot work usb storage when using ohci-sm501 | Yoshihiro Shimoda |
2008-04-29 | proc: remove proc_bus | Alexey Dobriyan |
2008-04-24 | usb: don't update devnum for wusb devices | David Vrabel |
2008-04-24 | wusb: make ep0_reinit available for modules | Inaky Perez-Gonzalez |
2008-04-24 | wusb: devices dont use a set address | Inaky Perez-Gonzalez |
2008-04-24 | wusb: teach choose_address() about wireless devices | Inaky Perez-Gonzalez |
2008-04-24 | USB: replace remaining __FUNCTION__ occurrences | Harvey Harrison |