aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-23HID: usbkbd: synchronize LED URB submissionWillem Penninckx1-5/+58
2011-11-22HID: picolcd: make fb_pending_lock and picolcd_fb_cleanup staticJiri Kosina1-2/+2
2011-11-22HID: multitouch: make struct mt_classess staticJiri Kosina1-1/+1
2011-11-22HID: wiimote: Enable NO_INIT_REPORTS quirkDavid Herrmann1-0/+2
2011-11-22HID: wiimote: Remove module version numberDavid Herrmann1-3/+0
2011-11-22HID: wiimote: Allow direct DRM debug accessDavid Herrmann3-4/+107
2011-11-22HID: wiimote: Allow direct eeprom accessDavid Herrmann3-8/+85
2011-11-22HID: wiimote: Add debugfs support stubsDavid Herrmann4-0/+73
2011-11-22HID: wiimote: Parse classic controller dataDavid Herrmann1-0/+156
2011-11-22HID: wiimote: Parse nunchuck dataDavid Herrmann1-1/+104
2011-11-22HID: wiimote: Parse motion+ dataDavid Herrmann1-0/+70
2011-11-22HID: wiimote: Add extension handler stubsDavid Herrmann3-0/+37
2011-11-22HID: wiimote: Register input devices for extensionsDavid Herrmann1-3/+106
2011-11-22HID: wiimote: Add extension sysfs attributeDavid Herrmann1-0/+46
2011-11-22HID: wiimote: Add extension initializersDavid Herrmann1-2/+79
2011-11-22HID: wiimote: Add extension initializer stubsDavid Herrmann1-0/+38
2011-11-22HID: wiimote: Add extension support stubDavid Herrmann5-4/+178
2011-11-22HID: wiimote: Add read-mem helpersDavid Herrmann2-0/+81
2011-11-22HID: wiimote: Move common symbols into headerDavid Herrmann2-131/+166
2011-11-22HID: wiimote: Rename driver to allow multiple source filesDavid Herrmann2-0/+2
2011-11-22HID: hyperv: fixup Kconfig / Makefile entriesJiri Kosina2-7/+7
2011-11-22HID: Move the hid-hyperv driver out of stagingK. Y. Srinivasan3-0/+589
2011-11-20HID/usbled: add support for Dream Cheeky DL100B Mailbox Friends AlertDan Delaney1-0/+1
2011-11-20HID: roccat: Use kmemdup rather than duplicating its implementationThomas Meyer2-6/+2
2011-11-19HID: debugfs: decode Generic Device Controls Usage PageJeremy Fitzhardinge1-0/+8
2011-11-18USB: convert drivers/hid/* to use module_usb_driver()Greg Kroah-Hartman2-32/+2
2011-11-16HID: be more strict when ignoring out-of-range fieldsJiri Kosina1-3/+2
2011-11-16HID: ignore absolute values which don't fit between logical min and maxJiri Kosina1-0/+7
2011-11-16HID: bump maximum global item tag report size to 96 bytesChase Douglas1-1/+1
2011-11-13HID: wacom: Initial driver for Wacom Intuos4 Wireless (Bluetooth)Przemo Firszt3-7/+137
2011-11-13HID: wacom: Move parsing to a separate functionPrzemo Firszt1-16/+23
2011-11-11HID: hid-lg4ff: Casting (void *) value returned by kmalloc is uselessThomas Meyer1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds14-0/+14
2011-11-06hid/apple: modern macbook airs use the standard apple function key translationsLinus Torvalds1-3/+0
2011-11-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds5-52/+33
2011-11-01Revert "HID: multitouch: decide if hid-multitouch needs to handle mt devices"Henrik Rydberg1-43/+4
2011-11-01HID: drivers/hid/hid-roccat.c: eliminate a null pointer dereferenceJulia Lawall1-9/+9
2011-10-31hid: Fix up files needing export.h for EXPORT_SYMBOLPaul Gortmaker2-0/+2
2011-10-31hid: Add module.h to fix up implicit users of itPaul Gortmaker12-0/+12
2011-10-28HID: hid-apple: add device ID of another wireless aluminiumAndreas Krist3-0/+5
2011-10-28HID: Add device IDs for Macbook Pro 8 keyboardsGökçen Eraslan3-0/+15
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-5/+4
2011-10-25Merge branch 'upstream' into for-linusJiri Kosina12-53/+270
2011-10-25Merge branch 'upstream-fixes' into for-linusJiri Kosina5-42/+58
2011-10-25Merge branches 'acrux', 'logitech', 'multitouch', 'roccat' and 'wiimote' into for-linusJiri Kosina17-129/+2460
2011-10-21HID: hid-magicmouse: Magic Trackpad has 1 button, not 2Daniel van Vugt1-0/+7
2011-10-21HID: Add device IDs for more SJOY adaptersSean Young5-2/+18
2011-10-17HID: primax: remove spurious dependencyJiri Kosina1-2/+1
2011-10-17HID: support primax keyboards violating USB HID specTerry Lambert5-0/+130
2011-10-13HID: usbhid: cancel timer for retry synchronouslyOliver Neukum1-1/+1