summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2011-04-18HID: hidraw: fix window in hidraw_releaseJiri Slaby1-5/+8
2011-04-18HID: hidraw, fix a NULL pointer dereference in hidraw_writeAntonio Ospite1-2/+6
2011-04-18HID: hidraw, fix a NULL pointer dereference in hidraw_ioctlAntonio Ospite1-0/+6
2010-08-02HID: usbhid: enable remote wakeup for keyboardsAlan Stern2-2/+6
2010-07-05HID: Add the GYR4101US USB ID to hid-gyrationCory Maccarrone3-0/+3
2010-05-08HID: fix suspend crash by moving initializations earlierAlan Stern1-7/+6
2010-05-03HID: sony: fix sony_set_operational_btAntonio Ospite1-1/+1
2010-05-03HID: ntrig: Remove unused macro, TripleTap and QuadTapRafi Rubin1-30/+2
2010-05-03HID: ntrig: TipSwitch for single touch mode touch.Rafi Rubin1-8/+21
2010-04-27HID: hidraw: fix numbered reportsAlan Ott1-7/+2
2010-04-22HID: wacom: remove annoying non-error printkCory Fields1-1/+0
2010-04-13HID: ntrig: Emit TOUCH with DOUBLETAP for single touchRafi Rubin1-0/+2
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-07HID: fix N-trig touch panel with recent firmwareStephane Chatty1-2/+10
2010-04-05Merge branch 'master' into export-slabhTejun Heo2-1/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo21-0/+21
2010-03-29HID: Add NOGET quirk for Quanta Pixart touchscreenAnisse Astier1-0/+1
2010-03-23HID: fix oops in gyration_event()Jiri Kosina1-1/+4
2010-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds7-5/+24
2010-03-16HID: avoid '\0' in hid debugfs events fileBruno Prémont1-3/+3
2010-03-14HID: 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-09Input: scancode in get/set_keycodes should be unsignedDmitry Torokhov1-12/+12
2010-03-03USB: Push BKL on open down into the driversOliver Neukum1-2/+5
2010-02-25Merge branches 'upstream', 'raw_report_modifications' and 'apple_magic_mouse'...Jiri 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
2010-02-16HID: n-trig: remove unnecessary tool switchingRafi Rubin1-40/+1
2010-02-16HID: hid-ntrig add multi input quirk and clean upRafi Rubin1-11/+58
2010-02-12HID: usbhid: introduce timeout for stuck ctrl/out URBsOliver Neukum2-2/+28
2010-02-11HID: magicmouse: coding style and probe failure fixesMichael Poole1-60/+40
2010-02-10HID: remove MODULE_VERSION from new driversJiri Kosina4-4/+0
2010-02-10HID: fix up Kconfig entry for MagicMouseJiri Kosina1-3/+2
2010-02-10HID: add a device driver for the Apple Magic Mouse.Michael Poole5-0/+482
2010-02-10HID: Export hid_register_reportMichael Poole1-1/+2
2010-02-10HID: Support for MosArt multitouch panelStephane Chatty5-5/+290
2010-02-10HID: add pressure support for the Stantum multitouch panelStephane Chatty1-4/+5
2010-02-10HID: fixed bug in single-touch emulation on the stantum panelStephane Chatty1-1/+1
2010-02-09HID: fix typo in error messageBastien Nocera1-1/+1
2010-02-09HID: add mapping for "AL Network Chat" usageLeo P White1-0/+1
2010-02-04HID: use multi input quirk for TouchPack touchscreenThadeu Lima de Souza Cascardo2-1/+5
2010-02-03HID: make full-fledged hid-bus drivers properly selectableJiri Kosina1-4/+2
2010-02-03HID: make Wacom modesetting failures non-fatalJiri Kosina1-8/+9
2010-02-03HID: Enable Sixaxis controller over BluetoothBastien Nocera2-2/+20
2010-02-03HID: Implement Wacom quirk in the kernelBastien Nocera1-0/+27