summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
* | | Input: alps - cache firmware versionHans de Goede2014-07-262-0/+5
* | | Input: alps - change decode function prototype to return an intHans de Goede2014-07-262-4/+10
* | | Input: alps - report 2 touches when we've > 2 fingersHans de Goede2014-07-261-1/+1
* | | Input: alps - add an alps_report_semi_mt_data functionHans de Goede2014-07-261-47/+29
* | | Input: alps - use single touch data when v3 mt data contains only one fingerHans de Goede2014-07-261-1/+1
* | | Input: alps - use standard contact tracking instead of DIYHans de Goede2014-07-261-36/+16
* | | Input: alps - use struct input_mt_pos to track coordinatesHans de Goede2014-07-262-122/+104
* | | Input: alps - process_bitmap: round down when spreading adjescent fingers ove...Hans de Goede2014-07-261-2/+2
* | | Input: alps - process_bitmap: fix counting of high point bitsHans de Goede2014-07-261-2/+1
* | | Input: alps - process_bitmap: add alps_get_bitmap_points() helper functionHans de Goede2014-07-262-45/+35
* | | Input: alps - process_bitmap: don't invert the Y-axis on RushmoreHans de Goede2014-07-262-9/+12
* | | Input: alps - improve 2-finger reporting on v3 modelsHans de Goede2014-07-261-36/+24
* | | Input: alps - fix rushmore packet decodingYunkang Tang2014-07-261-0/+3
* | | Input: soc_button_array - add missing memory allocation checkPramod Gurav2014-07-251-0/+3
* | | Input: wacom_serial4 - prepare for wacom USB moving to HIDDmitry Torokhov2014-07-251-1/+5
* | | Input: ipaq-micro-ts - introduce open/closeDmitry Torokhov2014-07-241-32/+56
* | | Input: driver for touchscreen on iPaq h3xxxDmitry Artamonow2014-07-243-0/+155
* | | Merge tag 'v3.16-rc6' into nextDmitry Torokhov2014-07-248-493/+63
|\| |
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-06-0952-1017/+2234
| |\|
| | * Merge branch 'next' into for-linusDmitry Torokhov2014-06-0755-1032/+2230
| | |\
| | * | Input: synaptics - fix resolution for manually provided min/maxBenjamin Tissoires2014-06-071-9/+10
| * | | Merge tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-06-023-371/+0
| |\ \ \
| | * | | Input: atmel_tsadcc: remove driverAlexandre Belloni2014-05-073-371/+0
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-05-306-121/+61
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Input: synaptics - change min/max quirk table to pnp-id matchingHans de Goede2014-05-261-113/+36
| | * | | Input: synaptics - add a matches_pnp_id helper functionHans de Goede2014-05-261-11/+14
| | * | | Input: synaptics - T540p - unify with other LEN0034 modelsHans de Goede2014-05-261-1/+1
| | * | | Input: synaptics - add min/max quirk for the ThinkPad W540Hans de Goede2014-05-141-0/+8
| | * | | Input: ambakmi - request a shared interrupt for AMBA KMI devicesLiviu Dudau2014-05-131-1/+2
| | * | | Input: pxa27x-keypad - fix generating scancodeChao Xie2014-05-131-1/+6
| | * | | Input: atmel-wm97xx - only build for AVR32Arnd Bergmann2014-05-121-1/+1
| | * | | Input: fix ps2/serio module dependencyArnd Bergmann2014-05-122-2/+2
* | | | | Input: atmel_mxt_ts - implement T44 message handlingNick Dyer2014-07-231-32/+159
* | | | | Input: atmel_mxt_ts - split message handler into separate functionsNick Dyer2014-07-231-59/+64
* | | | | Input: atmel_mxt_ts - decode T6 status messagesNick Dyer2014-07-231-20/+40
* | | | | Input: atmel_mxt_ts - add support for dynamic message sizeNick Dyer2014-07-231-52/+68
* | | | | Input: atmel_mxt_ts - recover from bootloader on probeNick Dyer2014-07-231-17/+50
* | | | | Input: atmel_mxt_ts - add bootloader addresses for new chipsNick Dyer2014-07-231-0/+6
* | | | | Input: atmel_mxt_ts - handle bootloader previously unlockedNick Dyer2014-07-231-9/+18
* | | | | Input: atmel_mxt_ts - handle APP_CRC_FAIL on startupNick Dyer2014-07-231-10/+43
* | | | | Input: atmel_mxt_ts - calculate and check CRC in config fileNick Dyer2014-07-231-55/+177
* | | | | Input: atmel_mxt_ts - download device config using firmware loaderNick Dyer2014-07-231-74/+204
* | | | | Input: atmel_mxt_ts - implement device tree supportStephen Warren2014-07-231-5/+63
* | | | | Input: atmel_mxt_ts - set pointer emulation on touchpadsBenson Leung2014-07-231-5/+6
* | | | | Input: atmel_mxt_ts - move input device init into separate functionNick Dyer2014-07-231-84/+107
* | | | | Input: atmel_mxt_ts - initialise IRQ before probingNick Dyer2014-07-231-39/+62
* | | | | Input: uinput - add UI_GET_VERSION ioctlDavid Herrmann2014-07-211-0/+6
* | | | | Input: uinput - uinput_validate_absbits() cleanupDavid Herrmann2014-07-211-19/+22
* | | | | Input: zforce - add regulator handlingHeiko Stuebner2014-07-211-0/+31
* | | | | Input: s3c2410_ts - fix preparing/enabling clockVasily Khoruzhick2014-07-201-2/+2
OpenPOWER on IntegriCloud