aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-07HID: wiimote: Add write-register helpersDavid Herrmann1-1/+27
2011-09-07HID: wiimote: Helper functions for synchronous requestsDavid Herrmann1-0/+56
2011-09-07HID: wiimote: Add register/eeprom memory supportDavid Herrmann1-0/+40
2011-09-07HID: wiimote: Add missing extension DRM handlersDavid Herrmann1-1/+28
2011-09-07HID: wiimote: Parse IR dataDavid Herrmann1-0/+73
2011-09-07HID: wiimote: Add IR input deviceDavid Herrmann1-4/+67
2011-09-07HID: wiimote: Parse accelerometer dataDavid Herrmann1-1/+101
2011-09-07HID: wiimote: Add accelerometer input deviceDavid Herrmann1-10/+89
2011-09-07HID: wiimote: Add force-feedback supportDavid Herrmann1-3/+28
2011-09-07HID: wiimote: Support rumble deviceDavid Herrmann1-4/+41
2011-08-25HID: add support for HuiJia USB Gamepad connectorClemens Werther2-0/+2
2011-08-25HID: magicmouse: ignore 'ivalid report id' while switching modes, v2Jiri Kosina1-1/+9
2011-08-24Merge branches 'wiimote' and 'upstream-fixes' into for-linusJiri Kosina4-0/+16
2011-08-24HID: unlock on error path in hid_device_probe()Dan Carpenter1-3/+5
2011-08-23HID: wiimote: Add status and return request handlersDavid Herrmann1-0/+24
2011-08-23HID: wiimote: Add drm requestDavid Herrmann1-0/+26
2011-08-23HID: wiimote: Register led class devicesDavid Herrmann2-59/+107
2011-08-23HID: wiimote: Correctly call HID open/close callbacksDavid Herrmann1-0/+16
2011-08-23HID: wiimote: Simplify synchronizationDavid Herrmann1-51/+27
2011-08-23HID: hid-lg4ff: add a kfree() to an error pathDan Carpenter1-2/+2
2011-08-23HID: hid-lg4ff: silence sparse complaintDan Carpenter1-2/+2
2011-08-23HID: usbhid: Add support for SiGma Micro chipJeremiah Matthey2-0/+4
2011-08-19PM / Runtime: Add macro to test for runtime PM eventsAlan Stern2-5/+4
2011-08-16HID: hid-multitouch: Add LG Display Multitouch device.Jeff Brown4-0/+10
2011-08-16HID: hid-multitouch: Filter collections by application usage.Jeff Brown1-0/+10
2011-08-16HID: hid-debug: Show application usage for each collection.Jeff Brown1-0/+5
2011-08-15IHD: Support force feedback on MP-8866Sean Young3-32/+38
2011-08-10HID: make CONFIG_LOGIWHEELS_FF default to CONFIG_LOGITECH_FFJiri Kosina1-0/+1
2011-08-10HID: add MacBookAir4,2 to hid_have_special_driver[]Jiri Kosina1-0/+3
2011-08-10HID: add support for MacBookAir4,2 keyboard.Joshua V. Dillon2-0/+12
2011-08-10HID: magicmouse: Set resolution of touch surfacesChase Douglas1-10/+46
2011-08-10HID: propagate return value correctly in hid_input_report()Jiri Kosina1-2/+2
2011-08-10HID: Fix race condition between driver core and ll-driverDavid Herrmann1-7/+34
2011-08-04HID: prodikeys: kfree() NULL pointer cleanupBojan Prtvar1-4/+4
2011-08-04HID: zydacron: kfree() NULL pointer cleanupBojan Prtvar1-3/+1
2011-08-04HID: lg4ff - Fix misleading info in KconfigMichal Malý3-6/+13
2011-08-04HID: lg4ff - Add autocentering command accepted by Formula Force EXMichal Malý1-3/+33
2011-08-04HID: lg4ff - Add range setting support and sysfs interfaceMichal Malý3-12/+232
2011-08-04HID: lg4ff - Add support for native mode switchingMichal Malý1-0/+89
2011-08-04HID: lg4ff - Move handling of Logitech wheels to lg4ff driverMichal Malý4-43/+60
2011-08-04HID: ACRUX - handle gamepads with different report layoutSergei Kolzun1-12/+24
2011-08-04HID: ACRUX - fix enabling force feedback supportSergei Kolzun1-1/+1
2011-08-01HID: add support for new revision of Apple aluminum keyboardDan Bastone3-0/+12
2011-07-22Merge branches 'roccat', 'upstream' and 'wiimote' into for-linusJiri Kosina19-51/+1289
2011-07-22HID: fix support for Microsoft comfort mouse 4500Jiri Kosina1-0/+1
2011-07-21HID: hid-multitouch: add one new multitouch device's VID/PIDice chien4-0/+9
2011-07-21HID: prodikeys: remove a redundant forward declaration of struct pcmidi_sndAxel Lin1-2/+0
2011-07-21HID: prodikeys: make needlessly global symbols staticAxel Lin1-7/+8
2011-07-20HID: emsff: properly handle emsff_init failureAxel Lin1-1/+6
2011-07-14HID: ACRUX - add missing hid_hw_stop() in ax_probe() error pathAxel Lin1-0/+1