aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-19HID: add mappings for a few keys found on Logitech MX3200Lorenzo Castelli1-0/+9
2010-04-19HID: fixed missing inits in hid-cando.cStephane Chatty1-0/+3
2010-04-19HID: add HID_QUIRK_HIDDEV_FORCE and HID_QUIRK_NO_IGNOREBastien Nocera2-1/+4
2010-04-15HID: added support for the Cando dual touch panelStephane Chatty5-0/+278
2010-04-13HID: non-overlapping zeroing of extra bitsPete Zaitcev1-5/+1
2010-04-13HID: ntrig: Emit TOUCH with DOUBLETAP for single touchRafi Rubin1-0/+2
2010-04-11HID: add support for 3M multitouch 22" displayStephane Chatty3-3/+30
2010-04-11HID: hid-picolcd depends on LCD_CLASS_DEVICEBruno Prémont2-29/+64
2010-04-10HID: egalax: update slab.h includeJiri Kosina1-0/+1
2010-04-10HID: add support for the eGalax dual-touch panelStephane Chatty5-0/+291
2010-04-08HID: add support for cymotion master solar keyboardRaphaël Doursenaud3-0/+3
2010-04-07HID: ntrig: explain firmware quirkJiri Kosina1-1/+2
2010-04-06HID: fix N-trig touch panel with recent firmwareStephane Chatty1-2/+10
2010-04-05Merge branch 'master' into export-slabhTejun Heo2-1/+5
2010-04-03HID: usbhid: enable remote wakeup for keyboardsAlan Stern2-2/+6
2010-04-01HID: picolcd: fix build failureJiri Kosina1-0/+1
2010-03-31HID: add experimental access to PicoLCD device's EEPROM and FLASHBruno Prémont2-18/+423
2010-03-31HID: add GPO (leds) support to PicoLCD deviceBruno Prémont2-3/+166
2010-03-31HID: add lcd support to PicoLCD deviceBruno Prémont2-1/+107
2010-03-31HID: add backlight support to PicoLCD deviceBruno Prémont2-2/+115
2010-03-31HID: add framebuffer support to PicoLCD deviceBruno Prémont3-2/+573
2010-03-31HID: new driver for PicoLCD deviceBruno Prémont5-0/+1206
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo21-0/+21
2010-03-30HID: update BKL comment in hiddevJiri Kosina1-2/+17
2010-03-30HID: update gfp/slab.h includesTejun Heo1-0/+1
2010-03-29HID: Add NOGET quirk for Quanta Pixart touchscreenAnisse Astier1-0/+1
2010-03-25HID: remove excessive _EMERG messages from hidrawJiri Kosina1-6/+1
2010-03-25HID: remove BKL from hidrawJiri Kosina1-16/+25
2010-03-23HID: fix oops in gyration_event()Jiri Kosina1-1/+4
2010-03-22HID: fixup Kconfig entry for Roccat KoneJiri Kosina1-2/+1
2010-03-22HID: add driver for Roccat Kone gaming mouseStefan Achatz6-0/+1232
2010-03-22HID: add sysfs speed attribute for wacom bluetooth tabletPrzemo Firszt1-1/+39
2010-03-22HID: separate mode switching function for wacom bluetooth driverPrzemo Firszt1-26/+40
2010-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds7-5/+24
2010-03-18HID: simplify error handling in hid_input_report()Jiri Kosina1-9/+4
2010-03-18HID: output event in debugfs even if hid_get_report() failsJiri Kosina1-11/+9
2010-03-16HID: avoid '\0' in hid debugfs events fileBruno Prémont1-3/+3
2010-03-16HID: expose wacom pen tablet battery through power_supply classPrzemo Firszt2-0/+135
2010-03-15HID: register debugfs entries before adding deviceBruno Prémont1-2/+3
2010-03-13HID: Add RGT Clutch Wheel clutch device idMarkus Rathgeb2-0/+3
2010-03-10HID: ntrig: fix touch eventsRafi Rubin1-0/+11
2010-03-09HID: add quirk for UC-Logik WP4030 tabletAndrej Gelenberg2-0/+2
2010-03-09HID: magicmouse: fix oops after device removalMichael Poole1-2/+5
2010-03-08Input: scancode in get/set_keycodes should be unsignedDmitry Torokhov1-12/+12
2010-03-02USB: Push BKL on open down into the driversOliver Neukum1-2/+5
2010-02-25Merge branches 'upstream', 'raw_report_modifications' and 'apple_magic_mouse' into for-linusJiri Kosina9-6/+515
2010-02-17HID: usbhid: initialize interface pointers early enoughJiri Kosina1-3/+2
2010-02-17HID: extend mask for BUTTON usage pageJiri Kosina1-1/+1
2010-02-16HID: hid-ntrig: Single touch mode tapRafi Rubin1-0/+2
2010-02-16HID: hid-ntrig: multitouch cleanup and fixRafi Rubin1-22/+94