summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-09-153-8/+17
|\
| * Input: i8042 - also set the firmware id for MUXed portsHans de Goede2014-09-111-0/+2
| * Input: i8042 - add nomux quirk for Avatar AVIU-145A6Hans de Goede2014-09-111-0/+7
| * Input: i8042 - add Fujitsu U574 to no_timeout dmi tableHans de Goede2014-09-111-0/+8
| * Input: atkbd - do not try 'deactivate' keyboard on any LG laptopsDmitry Torokhov2014-09-111-8/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-09-1113-37/+155
|\|
| * Input: serport - add compat handling for SPIOCSTYPE ioctlJohn Sung2014-09-101-7/+38
| * Input: atmel_mxt_ts - fix double free of input deviceStephen Warren2014-09-101-5/+13
| * Input: synaptics - add support for ForcePadsDmitry Torokhov2014-09-092-16/+63
| * Input: matrix_keypad - use request_any_context_irq()Lothar Waßmann2014-09-091-4/+5
| * Input: atmel_mxt_ts - downgrade warning about empty interruptsNick Dyer2014-09-091-1/+6
| * Input: wm971x - fix typo in module parameter descriptionMasanari Iida2014-09-092-2/+2
| * Input: cap1106 - fix register definitionKlaus Goger2014-09-081-2/+2
| * Input: add missing POINTER / DIRECT properties to a bunch of driversHans de Goede2014-09-085-0/+10
| * Input: add INPUT_PROP_POINTING_STICK propertyHans de Goede2014-09-084-0/+9
| * Input: elantech - fix detection of touchpad on ASUS s301lHans de Goede2014-09-081-0/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-09-035-24/+153
|\|
| * Input: elantech - add support for trackpoint found on some v3 modelsUlrik De Bie2014-08-262-9/+130
| * Input: elantech - reset the device when elantech probe failsUlrik De Bie2014-08-261-0/+1
| * Input: ALPS - suppress message about 'Unknown touchpad'Dmitry Torokhov2014-08-261-2/+2
| * Input: fix used slots detection breakageDmitry Torokhov2014-08-251-12/+18
| * Input: sparc - i8042-sparcio.h: fix unused kbd_res warningVincent Stehlé2014-08-191-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-08-157-202/+459
|\|
| * Merge branch 'next' into for-linusDmitry Torokhov2014-08-146-201/+458
| |\
| | * Input: edt-ft5x06 - remove superfluous assignmentMaks Naumov2014-08-131-1/+0
| | * Input: xpad - add support for Xbox One controllersTed Mielczarek2014-08-131-17/+157
| | * Input: atmel_mxt_ts - fix a few issues reported by CoverityDmitry Torokhov2014-08-131-6/+11
| | * Input: atmel_mxt_ts - split config update a bitDmitry Torokhov2014-08-131-125/+145
| | * Input: atmel_mxt_ts - simplify mxt_initialize a bitDmitry Torokhov2014-08-131-39/+42
| | * Input: cap1106 - allow changing key mapping from userspaceDmitry Torokhov2014-08-081-1/+7
| | * Input: synaptics - use firmware data for Cr-48Henrik Rydberg2014-08-081-2/+68
| | * Input: synaptics - properly initialize slots for semi-MTDmitry Torokhov2014-08-071-3/+3
| | * Input: MT - make slot cleanup callable outside mt_sync_frame()Henrik Rydberg2014-08-071-11/+27
| | * Input: atmel_mxt_ts - mXT224 DMA quirk was fixed in firmware v2.0.AANick Dyer2014-08-071-3/+5
| * | Input: joystick - use get_cycles on ARMv8Mark Brown2014-08-121-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-08-0829-5017/+2985
|\| |
| * | Merge branch 'next' into for-linusDmitry Torokhov2014-08-0630-5388/+2985
| |\|
| | * Merge branch 'wacom' into nextDmitry Torokhov2014-08-066-4319/+0
| | |\
| | | * Input: wacom - move the USB (now hid) Wacom driver in drivers/hidBenjamin Tissoires2014-07-256-4131/+0
| | | * Input: wacom - keep wacom_ids orderedBenjamin Tissoires2014-07-251-40/+39
| | | * Input: wacom - remove field pktlen declaration in the list of devicesBenjamin Tissoires2014-07-252-269/+247
| | | * Input: wacom - use hidinput_calc_abs_res instead of duplicating its codeBenjamin Tissoires2014-07-251-39/+9
| | | * Input: wacom - use in-kernel HID parserBenjamin Tissoires2014-07-252-238/+114
| | | * Input: wacom - use hid_info instead of plain dev_infoBenjamin Tissoires2014-07-251-5/+3
| | | * Input: wacom - register power device at the HID levelBenjamin Tissoires2014-07-251-2/+2
| | | * Input: wacom - remove usb dependency for siblings devicesBenjamin Tissoires2014-07-251-39/+37
| | | * Input: wacom - register the input devices on top of the HID oneBenjamin Tissoires2014-07-252-8/+8
| | | * Input: wacom - install LED/OLED sysfs files in the HID device instead of USBBenjamin Tissoires2014-07-251-11/+11
| | | * Input: wacom - compute the HID report size to get the actual packet sizeBenjamin Tissoires2014-07-251-32/+26
| | | * Input: wacom - use HID core to actually fetch the report descriptorBenjamin Tissoires2014-07-251-60/+10