summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2014-07-24Input: atmel_mxt_ts - add support for dynamic message sizeNick Dyer1-52/+68
2014-07-24Input: atmel_mxt_ts - recover from bootloader on probeNick Dyer1-17/+50
2014-07-24Input: atmel_mxt_ts - add bootloader addresses for new chipsNick Dyer1-0/+6
2014-07-24Input: atmel_mxt_ts - handle bootloader previously unlockedNick Dyer1-9/+18
2014-07-24Input: atmel_mxt_ts - handle APP_CRC_FAIL on startupNick Dyer1-10/+43
2014-07-24Input: atmel_mxt_ts - calculate and check CRC in config fileNick Dyer1-55/+177
2014-07-24Input: atmel_mxt_ts - download device config using firmware loaderNick Dyer1-74/+204
2014-07-24Input: atmel_mxt_ts - implement device tree supportStephen Warren1-5/+63
2014-07-24Input: atmel_mxt_ts - set pointer emulation on touchpadsBenson Leung1-5/+6
2014-07-24Input: atmel_mxt_ts - move input device init into separate functionNick Dyer1-84/+107
2014-07-24Input: atmel_mxt_ts - initialise IRQ before probingNick Dyer1-39/+62
2014-07-22Input: uinput - add UI_GET_VERSION ioctlDavid Herrmann1-0/+6
2014-07-22Input: uinput - uinput_validate_absbits() cleanupDavid Herrmann1-19/+22
2014-07-21Input: zforce - add regulator handlingHeiko Stuebner1-0/+31
2014-07-21Input: s3c2410_ts - fix preparing/enabling clockVasily Khoruzhick1-2/+2
2014-07-21Input: add support for Wacom protocol 4 serial tabletsHans de Goede3-0/+627
2014-07-21Input: 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-06-08Input: atmel_mxt_ts - fix invalid return from mxt_get_bootloader_versionNick Dyer1-1/+1
2014-06-08Input: max8997_haptic - add error handling for regulator and pwmSachin Kamat1-4/+14
2014-06-08Input: elantech - don't set bit 1 of reg_10 when the no_hw_res quirk is setHans de Goede1-2/+3
2014-06-08Input: elantech - deal with clickpads reporting right button eventsHans de Goede1-4/+18
2014-06-08Input: edt-ft5x06 - fix an i2c write for M09 supportRobert Woerle1-1/+1
2014-05-29Input: omap-keypad - remove platform data supportJoachim Eastwood2-27/+7
2014-05-29Input: ab8500-ponkey - switch to using managed resourcesHimangi Saraogi1-36/+18
2014-05-29Input: max8925_onkey - switch to using managed resourcesHimangi Saraogi1-37/+18
2014-05-29Input: 88pm860x-ts - switch to using managed resourcesHimangi Saraogi1-28/+13
2014-05-29Input: 88pm860x_onkey - switch to using managed resourcesHimangi Saraogi1-30/+10
2014-05-29Input: intel-mid-touch - switch to using managed resourcesHimangi Saraogi1-30/+17
2014-05-29Input: wacom - process outbound for newer CintiqsPing Cheng2-22/+24
2014-05-29Input: wacom - set stylus_in_proximity when pen is in rangePing Cheng1-0/+2
2014-05-29Input: tsc2005 - add DT supportSebastian Reichel1-20/+104
2014-05-29Input: add common DT binding for touchscreensSebastian Reichel3-0/+50
2014-05-29Input: jornada680_kbd - switch top using managed resourcesHimangi Saraogi1-26/+10
2014-05-29Input: adp5520-keys - switch to using managed resourcesHimangi Saraogi1-22/+10
2014-05-29Input: da9034-ts - switch to using managed resourcesHimangi Saraogi1-28/+11
2014-05-29Input: mcs5000_ts - switch to using managed resourcesBeomho Seo1-47/+34
2014-05-29Input: mcs5000_ts - fix incorrect input device nameBeomho Seo1-1/+1
2014-05-29Input: mms114 - fix incorrect input device nameBeomho Seo1-1/+1
2014-05-29Input: mcs_touchkey - fix incorrect input device nameBeomho Seo1-1/+1
2014-05-29Input: soc_button_array - remove duplicate inclusion of input.hSachin Kamat1-1/+0
2014-05-27Input: atmel_mxt_ts - handle multiple input reports in one messageNick Dyer1-8/+28
2014-05-27Input: atmel_mxt_ts - rename touchscreen defines to include T9Nick Dyer1-23/+23
2014-05-27Input: atmel_mxt_ts - rename pressure to amplitude to match specNick Dyer1-4/+4
2014-05-27Input: atmel_mxt_ts - read screen config from chipNick Dyer1-71/+65
2014-05-19Input: atmel_mxt_ts - add check for incorrect firmware file formatNick Dyer1-0/+29
2014-05-19Input: atmel_mxt_ts - improve bootloader progress outputNick Dyer1-1/+7
2014-05-19Input: atmel_mxt_ts - implement bootloader frame retriesNick Dyer1-7/+20