summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] UHCI: Remove non-iso TDs as they are usedAlan Stern2006-06-213-39/+45
* [PATCH] UHCI: Common result routine for Control/Bulk/InterruptAlan Stern2006-06-211-217/+125
* [PATCH] usbhid: automatically set HID_QUIRK_NOGET for keyboards and miceAlan Stern2006-06-212-0/+16
* [PATCH] USB HID/HIDBP, INPUT DRIVERS: fix various usb/input/hid-input.c bugs ...Bart Massey2006-06-213-13/+26
* [PATCH] USB: UHCI: fix obscure bug in enqueue()Alan Stern2006-06-211-9/+15
* [PATCH] USB: UHCI: store the endpoint type in the QH structureAlan Stern2006-06-213-23/+38
* [PATCH] USB: net2280: add a shutdown routineAlan Stern2006-06-211-0/+17
* [PATCH] USB: usb-storage alauda: Fix transport info mismergeDaniel Drake2006-06-211-9/+9
* [PATCH] USB shuttle_usbat: hardcode flash detection for nowDaniel Drake2006-06-211-1/+1
* [PATCH] USB: shuttle_usbat: Hardcode detection of HP CDRW devicesPeter Chubb2006-06-213-20/+43
* [PATCH] USB: shuttle_usbat: Fix handling of scatter-gather buffersPeter Chubb2006-06-211-24/+30
* [PATCH] USB Phidget InterfaceKit: make inputs pollable and new device supportSean Young2006-06-211-85/+218
* [PATCH] USBATM: remove no-longer needed #includeDuncan Sands2006-06-211-1/+0
* [PATCH] USBATM: remove pointless inlineDuncan Sands2006-06-211-1/+1
* [PATCH] USB: clean out an unnecessary NULL check from ubPete Zaitcev2006-06-211-6/+2
* [PATCH] USB: usbcore: always turn on hub port powerAlan Stern2006-06-211-8/+15
* [PATCH] USB: MacBook Pro touchpad supportNicolas Boichat2006-06-211-6/+107
* [PATCH] USB console: fix disconnection issuesGuennadi Liakhovetski2006-06-213-7/+29
* [PATCH] USB: console: prevent ENODEV on nodePaul Fulghum2006-06-211-5/+5
* [PATCH] USB: console: fix oopsGuennadi Liakhovetski2006-06-211-5/+5
* [PATCH] USB: console: fix cr/lf issuesPaul Fulghum2006-06-211-9/+30
* [PATCH] USB: allow multiple types of EHCI controllers to be built as modulesKumar Gala2006-06-214-73/+49
* [PATCH] USB: sisusbvga: possible cleanupsAdrian Bunk2006-06-215-72/+28
* [PATCH] USB: convert the semaphores in the sisusb driver to mutexesArjan van de Ven2006-06-213-105/+107
* [PATCH] USB: added support for ASIX 88178 chipset USB Gigabit Ethernet adaptorEduard Warkentin2006-06-211-0/+4
* [PATCH] USB: usbnet, zaurus mtu fixupDavid Brownell2006-06-211-6/+11
* [PATCH] USB: cdc-acm: add a new special case for modems with buggy firmwareOliver Neukum2006-06-212-39/+59
* [PATCH] USB: add YEALINK phones to the HID_QUIRK_IGNORE blacklistHenk Vergonet2006-06-211-0/+3
* [PATCH] USB: EHCI works again on NVidia controllers with >2GB RAMPaul Serice2006-06-211-15/+24
* [PATCH] Driver model: add ISA busRene Herman2006-06-212-0/+181
* [PATCH] Driver Core: Make dev_info and friends print the bus name if there is...Alan Stern2006-06-211-0/+16
* [PATCH] Driver core: add proper symlinks for devicesGreg Kroah-Hartman2006-06-211-0/+11
* [PATCH] Driver core: add generic "subsystem" link to all devicesKay Sievers2006-06-213-2/+11
* [PATCH] Driver core: allow struct device to have a dev_tGreg Kroah-Hartman2006-06-212-1/+162
* [PATCH] Driver core: change make_class_name() to take kobjectsGreg Kroah-Hartman2006-06-212-14/+18
* [PATCH] firmware_class: s/semaphores/mutexesLaura Garcia2006-06-211-11/+11
* [PATCH] Driver core: PM_DEBUG device suspend() messages become informativeDavid Brownell2006-06-211-1/+16
* [PATCH] Driver Core: Add /sys/hypervisor when neededMichael Holzheu2006-06-215-0/+30
* [PATCH] Driver Core: Fix platform_device_add to use device_addRussell King2006-06-211-1/+1
* [PATCH] Driver Core: Allow sysdev_class have attributesShaohua Li2006-06-211-1/+50
* [PATCH] Driver Core: remove unused exportsGreg Kroah-Hartman2006-06-214-18/+4
* [PATCH] platform_bus learns about modaliasDavid Brownell2006-06-211-0/+33
* [PATCH] Driver Core: CONFIG_DEBUG_PM covers drivers/base/power tooDavid Brownell2006-06-211-0/+3
* [PATCH] Driver core: class_device_add needs error checksStephen Hemminger2006-06-211-18/+54
* [PATCH] i4l gigaset: move sysfs entry to tty class deviceHansjoerg Lipp2006-06-214-15/+30
* [PATCH] TTY: return class device pointer from tty_register_device()Hansjoerg Lipp2006-06-211-4/+7
* [PATCH] Driver core: bus device event delayKay Sievers2006-06-213-5/+21
* [PATCH] CCISS: add device symlink to the block cciss block devices in sysfsGreg Kroah-Hartman2006-06-211-0/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-2115-661/+1091
|\
| * [PATCH] PCI Hotplug: Fix recovery path from errors during pcie_init()Jan Beulich2006-06-191-5/+20