summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* HID: avoid '\0' in hid debugfs events fileBruno Prémont2010-03-161-3/+3
* HID: Add RGT Clutch Wheel clutch device idMarkus Rathgeb2010-03-132-0/+3
* HID: ntrig: fix touch eventsRafi Rubin2010-03-101-0/+11
* HID: add quirk for UC-Logik WP4030 tabletAndrej Gelenberg2010-03-092-0/+2
* HID: magicmouse: fix oops after device removalMichael Poole2010-03-091-2/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-02-2524-108/+2163
|\
| * Merge branches 'upstream', 'raw_report_modifications' and 'apple_magic_mouse'...Jiri Kosina2010-02-2535-232/+817
| |\
| | * HID: magicmouse: coding style and probe failure fixesMichael Poole2010-02-111-60/+40Star
| | * HID: fix up Kconfig entry for MagicMouseJiri Kosina2010-02-101-3/+2Star
| | * HID: add a device driver for the Apple Magic Mouse.Michael Poole2010-02-105-0/+482
| | * HID: Export hid_register_reportMichael Poole2010-02-101-1/+2
| | * HID: make Wacom modesetting failures non-fatalJiri Kosina2010-02-031-8/+9
| | * HID: Enable Sixaxis controller over BluetoothBastien Nocera2010-02-032-2/+20
| | * HID: Implement Wacom quirk in the kernelBastien Nocera2010-02-031-0/+27
| | * HID: make raw reports possible for both feature and output reportsJiri Kosina2010-02-032-3/+4
| * | HID: usbhid: initialize interface pointers early enoughJiri Kosina2010-02-171-3/+2Star
| * | HID: extend mask for BUTTON usage pageJiri Kosina2010-02-171-1/+1
| * | HID: hid-ntrig: Single touch mode tapRafi Rubin2010-02-161-0/+2
| * | HID: hid-ntrig: multitouch cleanup and fixRafi Rubin2010-02-161-22/+94
| * | HID: n-trig: remove unnecessary tool switchingRafi Rubin2010-02-161-40/+1Star
| * | HID: hid-ntrig add multi input quirk and clean upRafi Rubin2010-02-161-11/+58
| * | HID: usbhid: introduce timeout for stuck ctrl/out URBsOliver Neukum2010-02-122-2/+28
| * | HID: remove MODULE_VERSION from new driversJiri Kosina2010-02-104-4/+0Star
| * | HID: Support for MosArt multitouch panelStephane Chatty2010-02-105-5/+290
| * | HID: add pressure support for the Stantum multitouch panelStephane Chatty2010-02-101-4/+5
| * | HID: fixed bug in single-touch emulation on the stantum panelStephane Chatty2010-02-101-1/+1
| * | HID: fix typo in error messageBastien Nocera2010-02-091-1/+1
| * | HID: add mapping for "AL Network Chat" usageLeo P White2010-02-091-0/+1
| * | HID: use multi input quirk for TouchPack touchscreenThadeu Lima de Souza Cascardo2010-02-042-1/+5
| * | HID: make full-fledged hid-bus drivers properly selectableJiri Kosina2010-02-031-4/+2Star
| * | HID: add support for Pixart Imaging Optical Touch ScreenAlex Neblett2010-02-033-0/+4
| * | Merge branch 'master' into upstreamJiri Kosina2010-02-022622-215019/+350476
| |\ \
| * | | HID: use multi input quirk for eTurboTouch touchscreenThadeu Lima de Souza Cascardo2010-02-022-0/+4
| * | | HID: add NOGET quirk for Prodige Cordless ComboAlexander Shishkin2010-02-022-0/+4
| * | | HID: update copyrightJiri Kosina2010-02-023-3/+3
| * | | HID: add support for Ortek WKB-2000Johnathon Harris2010-01-265-0/+68
| * | | HID: hid-debug.c: make local symbols staticH Hartley Sweeten2010-01-151-3/+3
| * | | HID: remove TENX iBuddy from blacklistJiri Kosina2010-01-132-6/+0Star
| * | | HID: add support for Acer T230H multitouchStephane Chatty2010-01-135-0/+270
| * | | HID: add driver for the Logitech Flight System G940Gary Stein2010-01-138-1/+202
| * | | HID: make USB device id constantMárton Németh2010-01-121-1/+1
| * | | HID: allow disabling hard-coded ISO-layout for Apple keyboardsStefan Glasenhardt2010-01-061-5/+12
| * | | HID: fix parsing of local delimiter with size 0Jiri Kosina2010-01-051-1/+2
| * | | HID: handle joysticks with large number of buttonsJiri Kosina2010-01-041-1/+6
| * | | HID: make Stantum driver standalone config optionJiri Kosina2010-01-041-1/+1
| * | | HID: add support for Stantum multitouch panelStephane Chatty2010-01-045-0/+294
| * | | HID: make 3M PCT touchscreen driver standalone config optionJiri Kosina2009-12-231-2/+1Star
| * | | HID: Support for 3M multitouch panelStephane Chatty2009-12-235-0/+303
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2010-02-2515-190/+1655
|\ \ \ \
| * | | | virtio: console: Fill ports' entire in_vq with buffersAmit Shah2010-02-241-21/+32