summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | HID: hidraw: Use Interrupt Endpoint for OUT Transfers if AvailableAlan Ott2010-05-181-10/+30
| | * | | | HID: hid-samsung: remove redundant key mappingsDon Prince2010-05-181-7/+0Star
| | * | | | HID: add omitted hid-zydacron.c fileJiri Kosina2010-05-171-0/+237
| | * | | | HID: hid-samsung: add support for Creative Desktop Wireless 6000Don Prince2010-05-174-13/+93
| | * | | | HID: Zydacron Remote Control driverDon Prince2010-05-174-0/+12
| | * | | | HID: Use kmemdupJulia Lawall2010-05-171-2/+1Star
| | * | | | HID: hidraw: fix indentationAntonio Ospite2010-05-111-1/+1
| | * | | | HID: add multi-input quirk for eGalax TouchcontrollerPeter Hutterer2010-05-102-0/+4
| | * | | | HID: add support for BTC Emprex 3009URF III Vista MCE RemoteWayne Thomas2010-04-294-15/+29
| | * | | | HID: fix build failureJiri Kosina2010-04-231-1/+1
| | * | | | HID: fix support for Wacom Intuos 4 wirelessJiri Kosina2010-04-211-0/+1
| | * | | | HID: add support for the Wacom Intuos 4 wirelessBastien Nocera2010-04-212-1/+2
| | * | | | HID: add mappings for a few keys found on Logitech MX3200Lorenzo Castelli2010-04-191-0/+9
| | * | | | HID: add HID_QUIRK_HIDDEV_FORCE and HID_QUIRK_NO_IGNOREBastien Nocera2010-04-192-1/+4
| | * | | | HID: non-overlapping zeroing of extra bitsPete Zaitcev2010-04-131-5/+1Star
| | * | | | HID: add support for 3M multitouch 22" displayStephane Chatty2010-04-113-3/+30
| | * | | | HID: usbhid: enable remote wakeup for keyboardsAlan Stern2010-04-032-2/+6
| | * | | | HID: add sysfs speed attribute for wacom bluetooth tabletPrzemo Firszt2010-03-221-1/+39
| | * | | | HID: separate mode switching function for wacom bluetooth driverPrzemo Firszt2010-03-221-26/+40
| | * | | | HID: expose wacom pen tablet battery through power_supply classPrzemo Firszt2010-03-162-0/+135
| | * | | | HID: register debugfs entries before adding deviceBruno Prémont2010-03-151-2/+3
| | | |/ / | | |/| |
* | | | | USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-203-13/+13
* | | | | USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern2010-05-203-11/+6Star
|/ / / /
* | | | HID: fix suspend crash by moving initializations earlierAlan Stern2010-05-071-7/+6Star
* | | | HID: sony: fix sony_set_operational_btAntonio Ospite2010-05-031-1/+1
* | | | HID: ntrig: Remove unused macro, TripleTap and QuadTapRafi Rubin2010-05-031-30/+2Star
* | | | HID: ntrig: TipSwitch for single touch mode touch.Rafi Rubin2010-05-031-8/+21
* | | | HID: hidraw: fix numbered reportsAlan Ott2010-04-271-7/+2Star
* | | | HID: wacom: remove annoying non-error printkCory Fields2010-04-211-1/+0Star
* | | | HID: ntrig: Emit TOUCH with DOUBLETAP for single touchRafi Rubin2010-04-131-0/+2
* | | | HID: add support for cymotion master solar keyboardRaphaël Doursenaud2010-04-083-0/+3
* | | | HID: ntrig: explain firmware quirkJiri Kosina2010-04-071-1/+2
* | | | HID: fix N-trig touch panel with recent firmwareStephane Chatty2010-04-061-2/+10
| |_|/ |/| |
* | | Merge branch 'master' into export-slabhTejun Heo2010-04-052-1/+5
|\ \ \
| * | | HID: Add NOGET quirk for Quanta Pixart touchscreenAnisse Astier2010-03-291-0/+1
| * | | HID: fix oops in gyration_event()Jiri Kosina2010-03-231-1/+4
| | |/ | |/|
* / | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3021-0/+21
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-197-5/+24
|\ \
| * | 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
| |/
* | Input: scancode in get/set_keycodes should be unsignedDmitry Torokhov2010-03-091-12/+12
* | USB: Push BKL on open down into the driversOliver Neukum2010-03-021-2/+5
|/
* Merge branches 'upstream', 'raw_report_modifications' and 'apple_magic_mouse'...Jiri Kosina2010-02-259-6/+515
|\
| * 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