summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2012-07-20HID: usbhid: fix autosuspend callsAlan Stern1-74/+72
2012-07-20HID: usbhid: fix use-after-free bugAlan Stern1-5/+11
2012-07-20HID: hid-core: optimize in case of hidrawMatthieu CASTET2-3/+9
2012-07-20HID: hidraw: fix list->buffer memleakMatthieu CASTET1-1/+11
2012-07-20HID: uhid: Fix sending events with invalid dataVinicius Costa Gomes1-1/+1
2012-07-20HID: roccat: added sensor sysfs attribute for SavuStefan Achatz2-0/+4
2012-07-19Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-0/+16
2012-07-19HID: hid-multitouch: add support for Zytronic panelsBenjamin Tissoires3-0/+9
2012-07-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-0/+19
2012-07-12HID: Add driver for Holtek based keyboards with broken HIDTom Harwood5-2/+192
2012-07-11Input: xpad - handle all variations of Mad Catz Beat PadYuri Khan2-0/+4
2012-07-10HID: add support for 2012 MacBook Pro RetinaRyan Bourgeois3-0/+15
2012-07-09HID: Add suport for the brightness control keys on HP keyboardsKeng-Yu Lin1-0/+9
2012-07-09HID: add Sennheiser BTD500USB device supportFrank Kunz2-0/+4
2012-07-04HID: magicmouse: Implement Multi-touch Protocol B (MT-B)Yufeng Shen1-44/+22
2012-07-04HID: magicmouse: Removing report_touches switchYufeng Shen1-50/+45
2012-07-04HID: add battery quirk for Apple Wireless ANSIDaniel Nicoletti1-0/+3
2012-06-28HID: roccat: rename roccat_common functions to roccat_common2Stefan Achatz8-67/+67
2012-06-28HID: roccat: fix wrong hid_err usage on struct usb_deviceStefan Achatz1-3/+3
2012-06-28HID: roccat: move functionality to roccat-commonStefan Achatz12-332/+111
2012-06-28HID: roccat: add support for Roccat SavuStefan Achatz5-1/+464
2012-06-28HID: hid-multitouch: add support for Zytronic panelsBenjamin Tissoires3-0/+9
2012-06-28HID: hid-multitouch: fix input mode feature commandBenjamin Tissoires1-1/+12
2012-06-26Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-43/+52
2012-06-25Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+4
2012-06-25HID: Fix the generic Kconfig optionsHenrik Rydberg2-27/+24
2012-06-25HID: magicmouse: Correct report range of major / minor axesYufeng Shen1-2/+4
2012-06-18HID: uhid: silence gcc warningJiri Kosina1-1/+1
2012-06-18HID: select NEW_LEDS for driver of Lenovo ThinkPad USB Keyboard with TrackPointBryan Wu1-0/+1
2012-06-18HID: uhid: implement feature requestsDavid Herrmann1-1/+119
2012-06-18HID: uhid: forward raw output reports to user-spaceDavid Herrmann1-1/+33
2012-06-18HID: uhid: forward output request to user-spaceDavid Herrmann1-0/+18
2012-06-18HID: uhid: forward open/close events to user-spaceDavid Herrmann1-1/+6
2012-06-18HID: uhid: add UHID_START and UHID_STOP eventsDavid Herrmann1-1/+7
2012-06-18HID: uhid: forward hid report-descriptor to hid coreDavid Herrmann1-1/+3
2012-06-18HID: uhid: allow feeding input data into uhid devicesDavid Herrmann1-0/+14
2012-06-18HID: uhid: add UHID_CREATE and UHID_DESTROY eventsDavid Herrmann1-0/+144
2012-06-18HID: uhid: implement write() on uhid devicesDavid Herrmann1-1/+30
2012-06-18HID: uhid: implement read() on uhid devicesDavid Herrmann1-1/+45
2012-06-18HID: uhid: allow poll()'ing on uhid devicesDavid Herrmann1-0/+7
2012-06-18HID: uhid: add internal message bufferDavid Herrmann1-0/+65
2012-06-18HID: uhid: introduce user-space I/O driver support for HIDDavid Herrmann3-0/+110
2012-06-11[media] radio/si470x: Add support for the Axentia ALERT FM USB ReceiverHans de Goede2-0/+4
2012-06-08HID: Driver for Lenovo Keyboard with TrackpointBernhard Seibold5-0/+581
2012-06-06HID: multitouch: fix entry for Novatek TouchscreenJiri Kosina1-1/+1
2012-06-06HID: multitouch: add support for Novatek touchscreenAustin Hendrix2-0/+8
2012-06-05HID: wiimote-ext: comment spelling fixGiuseppe Bilotta1-1/+1
2012-06-03HID: logitech: don't use stack based dj_report structuresMarc Dionne1-14/+24
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds23-519/+1432