| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] UHCI: Work around old Intel bug | Alan Stern | 2006-06-21 | 1 | -1/+15 |
* | [PATCH] UHCI: Reimplement FSBR | Alan Stern | 2006-06-21 | 5 | -57/+143 |
* | [PATCH] UHCI: Eliminate the TD-removal list | Alan Stern | 2006-06-21 | 3 | -71/+27 |
* | [PATCH] UHCI: Move code for cleaning up unlinked URBs | Alan Stern | 2006-06-21 | 1 | -24/+33 |
* | [PATCH] UHCI: Remove non-iso TDs as they are used | Alan Stern | 2006-06-21 | 3 | -39/+45 |
* | [PATCH] UHCI: Common result routine for Control/Bulk/Interrupt | Alan Stern | 2006-06-21 | 1 | -217/+125 |
* | [PATCH] usbhid: automatically set HID_QUIRK_NOGET for keyboards and mice | Alan Stern | 2006-06-21 | 2 | -0/+16 |
* | [PATCH] USB HID/HIDBP, INPUT DRIVERS: fix various usb/input/hid-input.c bugs ... | Bart Massey | 2006-06-21 | 3 | -13/+26 |
* | [PATCH] USB: UHCI: fix obscure bug in enqueue() | Alan Stern | 2006-06-21 | 1 | -9/+15 |
* | [PATCH] USB: UHCI: store the endpoint type in the QH structure | Alan Stern | 2006-06-21 | 3 | -23/+38 |
* | [PATCH] USB: net2280: add a shutdown routine | Alan Stern | 2006-06-21 | 1 | -0/+17 |
* | [PATCH] USB: usb-storage alauda: Fix transport info mismerge | Daniel Drake | 2006-06-21 | 1 | -9/+9 |
* | [PATCH] USB shuttle_usbat: hardcode flash detection for now | Daniel Drake | 2006-06-21 | 1 | -1/+1 |
* | [PATCH] USB: shuttle_usbat: Hardcode detection of HP CDRW devices | Peter Chubb | 2006-06-21 | 3 | -20/+43 |
* | [PATCH] USB: shuttle_usbat: Fix handling of scatter-gather buffers | Peter Chubb | 2006-06-21 | 1 | -24/+30 |
* | [PATCH] USB Phidget InterfaceKit: make inputs pollable and new device support | Sean Young | 2006-06-21 | 1 | -85/+218 |
* | [PATCH] USBATM: remove no-longer needed #include | Duncan Sands | 2006-06-21 | 1 | -1/+0 |
* | [PATCH] USBATM: remove pointless inline | Duncan Sands | 2006-06-21 | 1 | -1/+1 |
* | [PATCH] USB: clean out an unnecessary NULL check from ub | Pete Zaitcev | 2006-06-21 | 1 | -6/+2 |
* | [PATCH] USB: usbcore: always turn on hub port power | Alan Stern | 2006-06-21 | 1 | -8/+15 |
* | [PATCH] USB: MacBook Pro touchpad support | Nicolas Boichat | 2006-06-21 | 1 | -6/+107 |
* | [PATCH] USB console: fix disconnection issues | Guennadi Liakhovetski | 2006-06-21 | 3 | -7/+29 |
* | [PATCH] USB: console: prevent ENODEV on node | Paul Fulghum | 2006-06-21 | 1 | -5/+5 |
* | [PATCH] USB: console: fix oops | Guennadi Liakhovetski | 2006-06-21 | 1 | -5/+5 |
* | [PATCH] USB: console: fix cr/lf issues | Paul Fulghum | 2006-06-21 | 1 | -9/+30 |
* | [PATCH] USB: allow multiple types of EHCI controllers to be built as modules | Kumar Gala | 2006-06-21 | 4 | -73/+49 |
* | [PATCH] USB: sisusbvga: possible cleanups | Adrian Bunk | 2006-06-21 | 5 | -72/+28 |
* | [PATCH] USB: convert the semaphores in the sisusb driver to mutexes | Arjan van de Ven | 2006-06-21 | 3 | -105/+107 |
* | [PATCH] USB: added support for ASIX 88178 chipset USB Gigabit Ethernet adaptor | Eduard Warkentin | 2006-06-21 | 1 | -0/+4 |
* | [PATCH] USB: usbnet, zaurus mtu fixup | David Brownell | 2006-06-21 | 1 | -6/+11 |
* | [PATCH] USB: cdc-acm: add a new special case for modems with buggy firmware | Oliver Neukum | 2006-06-21 | 2 | -39/+59 |
* | [PATCH] USB: add YEALINK phones to the HID_QUIRK_IGNORE blacklist | Henk Vergonet | 2006-06-21 | 1 | -0/+3 |
* | [PATCH] USB: EHCI works again on NVidia controllers with >2GB RAM | Paul Serice | 2006-06-21 | 1 | -15/+24 |
* | [PATCH] Driver model: add ISA bus | Rene Herman | 2006-06-21 | 2 | -0/+181 |
* | [PATCH] Driver Core: Make dev_info and friends print the bus name if there is... | Alan Stern | 2006-06-21 | 1 | -0/+16 |
* | [PATCH] Driver core: add proper symlinks for devices | Greg Kroah-Hartman | 2006-06-21 | 1 | -0/+11 |
* | [PATCH] Driver core: add generic "subsystem" link to all devices | Kay Sievers | 2006-06-21 | 3 | -2/+11 |
* | [PATCH] Driver core: allow struct device to have a dev_t | Greg Kroah-Hartman | 2006-06-21 | 2 | -1/+162 |
* | [PATCH] Driver core: change make_class_name() to take kobjects | Greg Kroah-Hartman | 2006-06-21 | 2 | -14/+18 |
* | [PATCH] firmware_class: s/semaphores/mutexes | Laura Garcia | 2006-06-21 | 1 | -11/+11 |
* | [PATCH] Driver core: PM_DEBUG device suspend() messages become informative | David Brownell | 2006-06-21 | 1 | -1/+16 |
* | [PATCH] Driver Core: Add /sys/hypervisor when needed | Michael Holzheu | 2006-06-21 | 5 | -0/+30 |
* | [PATCH] Driver Core: Fix platform_device_add to use device_add | Russell King | 2006-06-21 | 1 | -1/+1 |
* | [PATCH] Driver Core: Allow sysdev_class have attributes | Shaohua Li | 2006-06-21 | 1 | -1/+50 |
* | [PATCH] Driver Core: remove unused exports | Greg Kroah-Hartman | 2006-06-21 | 4 | -18/+4 |
* | [PATCH] platform_bus learns about modalias | David Brownell | 2006-06-21 | 1 | -0/+33 |
* | [PATCH] Driver Core: CONFIG_DEBUG_PM covers drivers/base/power too | David Brownell | 2006-06-21 | 1 | -0/+3 |
* | [PATCH] Driver core: class_device_add needs error checks | Stephen Hemminger | 2006-06-21 | 1 | -18/+54 |
* | [PATCH] i4l gigaset: move sysfs entry to tty class device | Hansjoerg Lipp | 2006-06-21 | 4 | -15/+30 |
* | [PATCH] TTY: return class device pointer from tty_register_device() | Hansjoerg Lipp | 2006-06-21 | 1 | -4/+7 |