summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | HID: ignore digitizer usage Undefined (0x00)Forest Bond2010-07-131-0/+3
| | * | | HID: hid-ids.h: Whitespace fixup, align using TABsKees Bakker2010-07-121-20/+20
| | * | | HID: picolcd: implement refcounting of framebufferBruno Prémont2010-07-121-7/+103
| | * | | HID: picolcd: do not reallocate memory on depth changeBruno Prémont2010-07-121-15/+12
| | * | | HID: picolcd: Add minimal palette required by fbcon on 8bppBruno Prémont2010-07-121-11/+51
| | * | | HID: picolcd: fix deferred_io init/cleanup to fb orderingBruno Prémont2010-07-111-2/+2
| | * | | HID: hid-ids.h: keep vendor ids in alphabetical orderKees Bakker2010-07-111-21/+21
| | * | | HID: add proper support for Elecom BM084 bluetooth mouseRichard Nauber2010-06-285-0/+68
| | * | | HID: remove unused variable from hidraw_readStefan Achatz2010-05-251-2/+0
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-043-0/+5
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | HID - blacklist ET&T TC4UH touchscreen controllerPetr Štetiar2010-06-282-0/+2
| * | | Input: hid-input - use a larger event buffer for MT devicesHenrik Rydberg2010-06-231-0/+3
| | |/ | |/|
* | | HID: Send Report ID when numbered reports are sent over the control endpoint.Alan Ott2010-07-111-3/+10
* | | HID: Enable HID_QUIRK_MULTI_INPUT for Retro AdaptorPeter Edwards2010-07-112-0/+3
* | | HID: add support for CH Eclipse yokeJonathan Rockway2010-07-112-0/+2
* | | HID: eliminate a double lock in debug codeJulia Lawall2010-06-211-1/+1
* | | HID: ntrig: add support for new firwmare versionsmicki2010-06-213-0/+72
* | | HID: check for HID_QUIRK_IGNORE during probingJindrich Makovicka2010-06-041-1/+2
* | | HID: roccat: fix modules interdependenciesRandy Dunlap2010-05-311-0/+1
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-05-271-1/+1
|\ \
| * | Input: use ABS_CNT rather than (ABS_MAX + 1)Daniel Mack2010-05-201-1/+1
* | | HID: roccat: fix build failure if built as moduleJiri Kosina2010-05-251-1/+1
* | | HID: roccat: propagate special events of roccat hardware to userspaceStefan Achatz2010-05-256-0/+526
* | | HID: Add the GYR4101US USB ID to hid-gyrationCory Maccarrone2010-05-243-0/+3
* | | HID: fix hid-roccat-kone for bin_attr API changeStephen Rothwell2010-05-241-12/+12
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-2123-157/+6704
|\ \
| * | HID: fix up 'EMBEDDED' mess in KconfigJiri Kosina2010-05-211-31/+16
| | |
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'ntrig', 'picolcd', 'prodikeys' and 'roccat-kone' into for-linusJiri Kosina2010-05-1910-9/+5371
| |\ \ \ \ \
| | | | | * | HID: roccat: cleanup preprocessor macrosStefan Achatz2010-05-192-8/+5
| | | | | * | HID: roccat: refactor special event handlingStefan Achatz2010-05-191-34/+20
| | | | | * | HID: roccat: fix special button supportStefan Achatz2010-05-192-8/+22
| | | | | * | HID: roccat: Correctly mark init and exit functionsStefan Achatz2010-05-181-2/+2
| | | | | * | HID: update gfp/slab.h includesTejun Heo2010-03-301-0/+1
| | | | | * | HID: fixup Kconfig entry for Roccat KoneJiri Kosina2010-03-221-2/+1
| | | | | * | HID: add driver for Roccat Kone gaming mouseStefan Achatz2010-03-226-0/+1232
| | | | * | | HID: make Prodikeys driver standalone config optionJiri Kosina2010-05-121-2/+1
| | | | * | | HID: Prodikeys PC-MIDI HID DriverDon Prince2010-05-125-0/+931
| | | | | |/ | | | | |/|
| | | * | | HID: picolcd: Eliminate use after freeJulia Lawall2010-05-171-1/+1
| | | * | | HID: add PM support to PicoLCD deviceBruno Prémont2010-05-031-5/+74
| | | * | | Merge branch 'hid-suspend' into picolcdJiri Kosina2010-05-0323-2/+49
| | | |\ \ \
| | | * | | | HID: split picolcd's operation_mode sysfs attributeBruno Prémont2010-04-271-17/+45
| | | * | | | HID: fix picolcd's version parsingBruno Prémont2010-04-261-5/+3
| | | * | | | HID: hid-picolcd depends on LCD_CLASS_DEVICEBruno Prémont2010-04-112-29/+64
| | | * | | | HID: picolcd: fix build failureJiri Kosina2010-04-011-0/+1
| | | * | | | HID: add experimental access to PicoLCD device's EEPROM and FLASHBruno Prémont2010-03-312-18/+423
| | | * | | | HID: add GPO (leds) support to PicoLCD deviceBruno Prémont2010-03-312-3/+166
| | | * | | | HID: add lcd support to PicoLCD deviceBruno Prémont2010-03-312-1/+107
| | | * | | | HID: add backlight support to PicoLCD deviceBruno Prémont2010-03-312-2/+115
| | | * | | | HID: add framebuffer support to PicoLCD deviceBruno Prémont2010-03-313-2/+573
| | | * | | | HID: new driver for PicoLCD deviceBruno Prémont2010-03-315-0/+1206
| | | | |_|/ | | | |/| |
OpenPOWER on IntegriCloud