aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-25Input: wacom - install LED/OLED sysfs files in the HID device instead of USBBenjamin Tissoires1-11/+11
2014-07-25Input: wacom - compute the HID report size to get the actual packet sizeBenjamin Tissoires1-32/+26
2014-07-25Input: wacom - use HID core to actually fetch the report descriptorBenjamin Tissoires1-60/+10
2014-07-25Input: wacom - use hid communication instead of plain usbBenjamin Tissoires1-45/+36
2014-07-25Input: wacom - switch from an USB driver to a HID driverBenjamin Tissoires4-186/+126
2014-07-25Input: wacom - include and use linux/hid.hBenjamin Tissoires1-31/+22
2014-07-25Input: wacom - split out the pad device for the wireless receiverBenjamin Tissoires1-23/+23
2014-07-25Input: wacom - split out the pad device for Graphire G4 and MOBenjamin Tissoires1-17/+27
2014-07-25Input: wacom - split out the pad device for DTUSBenjamin Tissoires1-12/+6
2014-07-25Input: wacom - split out the pad device for BamboosBenjamin Tissoires1-16/+23
2014-07-25Input: wacom - split out the pad device for Intuos/CintiqBenjamin Tissoires1-86/+122
2014-07-25Input: wacom - create a separate input device for padsBenjamin Tissoires4-9/+85
2014-07-25Input: wacom - assign phys field from struct wacom into input_devBenjamin Tissoires1-0/+1
2014-07-25Input: Revert "wacom - testing result shows get_report is unnecessary."Benjamin Tissoires1-0/+3
2014-07-25Input: wacom_serial4 - prepare for wacom USB moving to HIDDmitry Torokhov1-1/+5
2014-07-24Input: ipaq-micro-ts - introduce open/closeDmitry Torokhov1-32/+56
2014-07-24Input: driver for touchscreen on iPaq h3xxxDmitry Artamonow3-0/+155
2014-07-24Merge tag 'v3.16-rc6' into nextDmitry Torokhov8-493/+63
2014-07-23Input: atmel_mxt_ts - implement T44 message handlingNick Dyer1-32/+159
2014-07-23Input: atmel_mxt_ts - split message handler into separate functionsNick Dyer1-59/+64
2014-07-23Input: atmel_mxt_ts - decode T6 status messagesNick Dyer1-20/+40
2014-07-23Input: atmel_mxt_ts - add support for dynamic message sizeNick Dyer1-52/+68
2014-07-23Input: atmel_mxt_ts - recover from bootloader on probeNick Dyer1-17/+50
2014-07-23Input: atmel_mxt_ts - add bootloader addresses for new chipsNick Dyer1-0/+6
2014-07-23Input: atmel_mxt_ts - handle bootloader previously unlockedNick Dyer1-9/+18
2014-07-23Input: atmel_mxt_ts - handle APP_CRC_FAIL on startupNick Dyer1-10/+43
2014-07-23Input: atmel_mxt_ts - calculate and check CRC in config fileNick Dyer1-55/+177
2014-07-23Input: atmel_mxt_ts - download device config using firmware loaderNick Dyer1-74/+204
2014-07-23Input: atmel_mxt_ts - implement device tree supportStephen Warren1-5/+63
2014-07-23Input: atmel_mxt_ts - set pointer emulation on touchpadsBenson Leung1-5/+6
2014-07-23Input: atmel_mxt_ts - move input device init into separate functionNick Dyer1-84/+107
2014-07-23Input: atmel_mxt_ts - initialise IRQ before probingNick Dyer1-39/+62
2014-07-21Input: uinput - add UI_GET_VERSION ioctlDavid Herrmann1-0/+6
2014-07-21Input: uinput - uinput_validate_absbits() cleanupDavid Herrmann1-19/+22
2014-07-21Input: zforce - add regulator handlingHeiko Stuebner1-0/+31
2014-07-20Input: s3c2410_ts - fix preparing/enabling clockVasily Khoruzhick1-2/+2
2014-07-20Input: add support for Wacom protocol 4 serial tabletsHans de Goede3-0/+627
2014-07-20Input: fix defuzzing logicDmitry Torokhov1-2/+4
2014-07-20Input: max7359 - introduce the use of managed interfacesHimangi Saraogi1-29/+16
2014-07-18Input: add driver for Microchip's CAP1106Daniel Mack3-0/+346
2014-07-18Input: edt-ft5x06 - remove unnecessary null testFabian Frederick1-2/+1
2014-07-18Input: keyspan_remote - remove unnecessary break after gotoFabian Frederick1-1/+0
2014-07-18Input: sirfsoc-onkey - fix GPL v2 license string typoBjorn Helgaas1-1/+1
2014-07-18Input: st-keyscan - fix 'defined but not used' compiler warningsTobias Klauser1-0/+2
2014-07-14Input: synaptics - add min/max quirk for pnp-id LEN2002 (Edge E531)Hans de Goede1-2/+3
2014-07-14Input: i8042 - add Acer Aspire 5710 to nomux blacklistJiri Kosina1-0/+7
2014-06-15Input: ti_am335x_tsc - warn about incorrect spellingFelipe Balbi1-1/+4
2014-06-15Input: wacom - cleanup multitouch code when touch_max is 2Ping Cheng1-21/+7
2014-06-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds52-1017/+2234
2014-06-07Merge branch 'next' into for-linusDmitry Torokhov55-1032/+2230