summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-06-22[PATCH] UHCI: Work around old Intel bugAlan Stern1-1/+15
2006-06-22[PATCH] UHCI: Reimplement FSBRAlan Stern5-57/+143
2006-06-22[PATCH] UHCI: Eliminate the TD-removal listAlan Stern3-71/+27
2006-06-22[PATCH] UHCI: Move code for cleaning up unlinked URBsAlan Stern1-24/+33
2006-06-22[PATCH] UHCI: Remove non-iso TDs as they are usedAlan Stern3-39/+45
2006-06-22[PATCH] UHCI: Common result routine for Control/Bulk/InterruptAlan Stern1-217/+125
2006-06-22[PATCH] usbhid: automatically set HID_QUIRK_NOGET for keyboards and miceAlan Stern2-0/+16
2006-06-22[PATCH] USB HID/HIDBP, INPUT DRIVERS: fix various usb/input/hid-input.c bugs ...Bart Massey3-13/+26
2006-06-22[PATCH] USB: UHCI: fix obscure bug in enqueue()Alan Stern1-9/+15
2006-06-22[PATCH] USB: UHCI: store the endpoint type in the QH structureAlan Stern3-23/+38
2006-06-22[PATCH] USB: net2280: add a shutdown routineAlan Stern1-0/+17
2006-06-22[PATCH] USB: usb-storage alauda: Fix transport info mismergeDaniel Drake1-9/+9
2006-06-22[PATCH] USB shuttle_usbat: hardcode flash detection for nowDaniel Drake1-1/+1
2006-06-22[PATCH] USB: shuttle_usbat: Hardcode detection of HP CDRW devicesPeter Chubb3-20/+43
2006-06-22[PATCH] USB: shuttle_usbat: Fix handling of scatter-gather buffersPeter Chubb1-24/+30
2006-06-22[PATCH] USB Phidget InterfaceKit: make inputs pollable and new device supportSean Young1-85/+218
2006-06-22[PATCH] USBATM: remove no-longer needed #includeDuncan Sands1-1/+0
2006-06-22[PATCH] USBATM: remove pointless inlineDuncan Sands1-1/+1
2006-06-22[PATCH] USB: clean out an unnecessary NULL check from ubPete Zaitcev1-6/+2
2006-06-22[PATCH] USB: usbcore: always turn on hub port powerAlan Stern1-8/+15
2006-06-22[PATCH] USB: MacBook Pro touchpad supportNicolas Boichat1-6/+107
2006-06-22[PATCH] USB console: fix disconnection issuesGuennadi Liakhovetski3-7/+29
2006-06-22[PATCH] USB: console: prevent ENODEV on nodePaul Fulghum1-5/+5
2006-06-22[PATCH] USB: console: fix oopsGuennadi Liakhovetski1-5/+5
2006-06-22[PATCH] USB: console: fix cr/lf issuesPaul Fulghum1-9/+30
2006-06-22[PATCH] USB: allow multiple types of EHCI controllers to be built as modulesKumar Gala4-73/+49
2006-06-22[PATCH] USB: sisusbvga: possible cleanupsAdrian Bunk5-72/+28
2006-06-22[PATCH] USB: convert the semaphores in the sisusb driver to mutexesArjan van de Ven3-105/+107
2006-06-22[PATCH] USB: added support for ASIX 88178 chipset USB Gigabit Ethernet adaptorEduard Warkentin1-0/+4
2006-06-22[PATCH] USB: usbnet, zaurus mtu fixupDavid Brownell1-6/+11
2006-06-22[PATCH] USB: cdc-acm: add a new special case for modems with buggy firmwareOliver Neukum2-39/+59
2006-06-22[PATCH] USB: add YEALINK phones to the HID_QUIRK_IGNORE blacklistHenk Vergonet1-0/+3
2006-06-22[PATCH] USB: EHCI works again on NVidia controllers with >2GB RAMPaul Serice1-15/+24
2006-06-21[PATCH] Driver model: add ISA busRene Herman2-0/+181
2006-06-21[PATCH] Driver Core: Make dev_info and friends print the bus name if there is...Alan Stern1-0/+16
2006-06-21[PATCH] Driver core: add proper symlinks for devicesGreg Kroah-Hartman1-0/+11
2006-06-21[PATCH] Driver core: add generic "subsystem" link to all devicesKay Sievers3-2/+11
2006-06-21[PATCH] Driver core: allow struct device to have a dev_tGreg Kroah-Hartman2-1/+162
2006-06-21[PATCH] Driver core: change make_class_name() to take kobjectsGreg Kroah-Hartman2-14/+18
2006-06-21[PATCH] firmware_class: s/semaphores/mutexesLaura Garcia1-11/+11
2006-06-21[PATCH] Driver core: PM_DEBUG device suspend() messages become informativeDavid Brownell1-1/+16
2006-06-21[PATCH] Driver Core: Add /sys/hypervisor when neededMichael Holzheu5-0/+30
2006-06-21[PATCH] Driver Core: Fix platform_device_add to use device_addRussell King1-1/+1
2006-06-21[PATCH] Driver Core: Allow sysdev_class have attributesShaohua Li1-1/+50
2006-06-21[PATCH] Driver Core: remove unused exportsGreg Kroah-Hartman4-18/+4
2006-06-21[PATCH] platform_bus learns about modaliasDavid Brownell1-0/+33
2006-06-21[PATCH] Driver Core: CONFIG_DEBUG_PM covers drivers/base/power tooDavid Brownell1-0/+3
2006-06-21[PATCH] Driver core: class_device_add needs error checksStephen Hemminger1-18/+54
2006-06-21[PATCH] i4l gigaset: move sysfs entry to tty class deviceHansjoerg Lipp4-15/+30
2006-06-21[PATCH] TTY: return class device pointer from tty_register_device()Hansjoerg Lipp1-4/+7