summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-04-22HID: Logitech diNovo Mini pad supportJiri Kosina1-0/+2
2008-04-22HID: fix race between open() and disconnect() in usbhidOliver Neukum1-1/+3
2008-04-22HID: make hid_input_field and usbhid_modify_dquirk staticAdrian Bunk2-4/+4
2008-04-22HID: pass numbered reports properly to hidrawJiri Kosina1-2/+7
2008-04-22HID: fix misplaced rdesc quirkJiri Kosina1-4/+3
2008-04-22HID: force feedback driver for Logitech Rumblepad 2Anssi Hannula4-0/+128
2008-04-22HID: move wait from hid to usbhidJiri Slaby2-9/+10
2008-04-22HID: fix sparse warningsJiri Slaby3-6/+7
2008-04-22HID: only dump report traffic with debug level 2Anssi Hannula2-3/+3
2008-04-22HID: patch to add NOGET for DMI/AcomdataPete Zaitcev1-0/+4
2008-04-22HID: Sunplus Wireless Desktop needs report descriptor fixupJiri Kosina2-1/+40
2008-04-22HID: quirk for MS Wireless Desktop Receiver (model 1028)Jim Duchek1-0/+26
2008-04-22HID: fixup fullspeed interval on highspeed Afatech DVB-T IR kbdPekka Sarnila2-16/+29
2008-04-22HID: fix build failure in hiddev_ioctl with gcc 3.2Jean Delvare1-136/+150
2008-04-22IB/ipath: Correct capitalization "IntX" -> "INTx"Roland Dreier2-6/+6
2008-04-22IB/ipath: Remove tests of PCI_MSI in ipath_iba7220.cRoland Dreier1-9/+4
2008-04-22IB/ipath: Remove dependency on PCI_MSI || HT_IRQRoland Dreier1-1/+1
2008-04-22IB/ipath: Build IBA7220 code unconditionallyRoland Dreier1-2/+4
2008-04-22IB/ipath: Remove reference to dev->class_dev ...Roland Dreier1-1/+0
2008-04-22IB/ipath: Fix module parameter description for disable_smaPaul Bolle1-1/+1
2008-04-22RDMA/nes: Remove unneeded function declarationsRoland Dreier2-15/+0
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds8-382/+776
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds8-11/+11
2008-04-22Merge branch 'for-2.6.26' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds9-145/+250
2008-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds58-827/+2049
2008-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-314/+46
2008-04-22Merge branch 'irq-cleanups-upstream' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-57/+47
2008-04-22Merge branch 'isdn-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds22-125/+81
2008-04-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds31-361/+1280
2008-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds86-2071/+3497
2008-04-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds9-141/+98
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk...Linus Torvalds11-90/+586
2008-04-22RAID: remove trailing space from printk lineNick Andrew1-1/+1
2008-04-22Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds62-63/+20
2008-04-22Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds27-248/+969
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds8-30/+158
2008-04-22DMA engine: typo fixesSebastian Siewior1-3/+3
2008-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds6-125/+528
2008-04-22V4L: Storage class should be before const qualifier (sn9c102)Tobias Klauser1-1/+1
2008-04-22V4L: Storage class should be before const qualifierTobias Klauser1-1/+1
2008-04-22sonypi: Storage class should be before const qualifierTobias Klauser1-1/+1
2008-04-22intel_menlow: Storage class should be before const qualifierTobias Klauser1-1/+1
2008-04-22DVB: Storage class should be before const qualifierTobias Klauser1-2/+2
2008-04-22acpi: Storage class should be before const qualifierTobias Klauser1-1/+1
2008-04-21block: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-04-21cciss: fix warning oops on rmmod of driverscameron@beardog.cca.cpqcorp.net1-1/+1
2008-04-21cciss: Fix race between disk-adding code and interrupt handlerscameron@beardog.cca.cpqcorp.net1-1/+16
2008-04-21block: move the padding adjustment to blk_rq_map_sgFUJITA Tomonori1-1/+1
2008-04-21loop: manage partitions in disk imageLaurent Vivier1-5/+21
2008-04-21cdrom: use kmalloced buffers instead of buffers on stackThomas Bogendoerfer1-93/+181