aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-02HID: rdesc parser: remove local item size limitNikolai Kondrashov1-6/+0
2010-09-01Input: add support for Hanwang tabletsXing Wei2-0/+9
2010-09-01HID: roccat: Normalized reported profile number for pyra button events.Stefan Achatz1-1/+5
2010-09-01HID: roccat: add driver for Roccat Pyra mouseStefan Achatz6-0/+1161
2010-09-01HID: waltop: comment on tablet modesNikolai Kondrashov1-2/+27
2010-09-01HID: waltop: fix Media Tablet 10.6 inch zoomingNikolai Kondrashov1-3/+12
2010-09-01HID: waltop: add Media Tablet 14.1 inch supportNikolai Kondrashov4-0/+300
2010-09-01HID: waltop: fix Media Tablet 10.6 inch scrollingNikolai Kondrashov1-9/+11
2010-08-30HID: Add quirk for eGalax touch controler.Thierry Reding1-0/+1
2010-08-30HID: add support for another BTC Emprex remote controlJiri Kosina3-0/+3
2010-08-30HID: ntrig: a bit of whitespace cleanupRafi Rubin1-9/+9
2010-08-25HID: Kconfig: Complete Kconfig prompt namesBorislav Petkov1-30/+30
2010-08-24HID: Set Report ID properly for Output reports on the Control endpoint.Alan Ott1-1/+2
2010-08-24HID: Kanvus Note A5 tablet needs HID_QUIRK_MULTI_INPUTDecio Fonini2-0/+2
2010-08-23HID: uclogic: add proper support for PF1209Nikolai Kondrashov2-0/+223
2010-08-23HID: uclogic: fix coding styleNikolai Kondrashov1-7/+4
2010-08-23HID: add support for two Waltop tabletsNikolai Kondrashov6-0/+572
2010-08-19HID: Add support for chicony multitouch screens.David Gow2-0/+3
2010-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds5-6/+20
2010-08-16USB HID: Add ID for eGalax Multitouch used in JooJoo tabletChris Ball3-0/+11
2010-08-13HID: hiddev: fix memory corruption due to invalid intfdataJiri Kosina1-2/+3
2010-08-13HID: hiddev: protect against disconnect/NULL-dereference raceChris Ball1-2/+4
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-25/+24
2010-08-09HID: uclogic: fix up Kconfig entryJiri Kosina1-1/+1
2010-08-09HID: Add support for UC-Logic WP????U tabletsNikolai Kondrashov6-1/+418
2010-08-09HID: Add Tablet Pick -> BTN_STYLUS2 mappingNikolai Kondrashov1-0/+4
2010-08-09HID: allow resizing and replacing report descriptorsNikolai Kondrashov16-54/+70
2010-08-06HID: picolcd: correct ordering of framebuffer freeingBruno Prémont1-1/+1
2010-08-06HID: picolcd: testing the wrong variableDan Carpenter1-1/+1
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds18-183/+585
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-0/+5
2010-08-04Merge branch 'bkl' into for-linusJiri Kosina1-42/+12
2010-08-04Merge branches 'magicmouse', 'roccat' and 'vec-pedal' into for-linusJiri Kosina9-62/+98
2010-08-04Merge branch 'acrux' into for-linusJiri Kosina5-1/+187
2010-08-04Merge branch 'upstream-fixes' into for-linusJiri Kosina5-8/+16
2010-08-04Merge branch 'upstream' into for-linusJiri Kosina8-74/+276
2010-08-02Input: switch to input_abs_*() access functionsDaniel Mack1-25/+24
2010-07-20Revert "HID: add support for the Wacom Intuos 4 wireless"Jiri Kosina3-3/+1
2010-07-19HID: fix up Kconfig entry for ACRUX driverJiri Kosina1-1/+0
2010-07-19HID: add ACRUX game controller force feedback supportSergei Kolzun5-0/+187
2010-07-19HID: Force input registration for "VEC footpedal"Daniel Mack2-0/+4
2010-07-19HID: add HID_QUIRK_HIDINPUT_FORCEDaniel Mack1-0/+2
2010-07-19HID: hid-input.c: indentation fixesDaniel Mack1-9/+9
2010-07-13HID: hiddev: use usb_find_interface, get rid of BKLArnd Bergmann1-42/+12
2010-07-13HID: ignore digitizer usage Undefined (0x00)Forest Bond1-0/+3
2010-07-13HID: Add support for Conceptronic CLLRCMCEKees Bakker4-2/+12
2010-07-12HID: hid-ids.h: Whitespace fixup, align using TABsKees Bakker1-20/+20
2010-07-12HID: picolcd: implement refcounting of framebufferBruno Prémont1-7/+103
2010-07-12HID: picolcd: do not reallocate memory on depth changeBruno Prémont1-15/+12
2010-07-12HID: picolcd: Add minimal palette required by fbcon on 8bppBruno Prémont1-11/+51