summaryrefslogtreecommitdiff
path: root/drivers/input/mouse
AgeCommit message (Expand)Author
2017-09-15Merge branch 'next' into for-linusDmitry Torokhov
2017-09-11Input: elantech - make arrays debounce_packet static, reduces object code sizeColin Ian King
2017-09-04Merge branch 'next' into for-linusDmitry Torokhov
2017-08-31Input: byd - make array seq static, reduces object code sizeColin Ian King
2017-08-28Input: synaptics - fix device info appearing different on reconnectAnthony Martin
2017-08-24Input: ALPS - fix two-finger scroll breakage in right side on ALPS touchpadMasaki Ota
2017-08-18Input: elan_i2c - support touchpads with two physical buttonsKT Liao
2017-08-18Input: trackpoint - add new trackpoint firmware IDAaron Ma
2017-08-18Input: elan_i2c - add ELAN0602 ACPI ID to support Lenovo Yoga310KT Liao
2017-08-14Input: elan_i2c - Add antoher Lenovo ACPI ID for upcoming Lenovo NBKT Liao
2017-08-14Input: elan_i2c - add ELAN0608 to the ACPI tableKai-Heng Feng
2017-08-07Input: synaptics_usb - constify usb_device_idArvind Yadav
2017-08-07Input: appletouch - constify usb_device_idArvind Yadav
2017-07-24Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Dmitry Torokhov
2017-07-18Input: trackpoint - assume 3 buttons when buttons detection failsOscar Campos
2017-07-12Input: psmouse - constify attribute_group structuresArvind Yadav
2017-07-12Input: elantech - constify attribute_group structuresArvind Yadav
2017-07-06Merge branch 'next' into for-linusDmitry Torokhov
2017-06-07Input: elantech - add Fujitsu Lifebook E546/E557 to force crc_enabledUlrik De Bie
2017-06-02Merge tag 'v4.12-rc3' into for-linusDmitry Torokhov
2017-05-29Input: synaptics - tell users to report when they should be using rmi-smbusBenjamin Tissoires
2017-05-29Input: synaptics - warn the users when there is a better modeBenjamin Tissoires
2017-05-29Input: synaptics - keep PS/2 around when RMI4_SMB is not enabledBenjamin Tissoires
2017-05-29Input: synaptics - clear device info before filling inEric Biggers
2017-05-29Merge tag 'v4.12-rc3' into nextDmitry Torokhov
2017-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2017-05-25Input: elan_i2c - ignore signals when finishing updating firmwareKT Liao
2017-05-25Input: elan_i2c - clear INT before resetting controllerKT Liao
2017-05-11Input: elantech - force relative mode on a certain moduleKT Liao
2017-05-11Input: elan_i2c - add support for fetching chip type on newer hardwareKT Liao
2017-05-11Input: elan_i2c - check if device is there before really probingDmitry Torokhov
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-05-02Merge branch 'next' into for-linusDmitry Torokhov
2017-04-20Annotate hardware config module parameters in drivers/input/David Howells
2017-04-18Input: elantech - add Fujitsu Lifebook E547 to force crc_enabledThorsten Leemhuis
2017-04-03Input: synaptics - use u8 instead of unsigned charDmitry Torokhov
2017-04-03Input: synaptics - do not abuse -1 as return valueDmitry Torokhov
2017-04-03Input: synaptics - use BIT() and GENMASK() macrosDmitry Torokhov
2017-04-03Input: synaptics - add synaptics_query_int()Dmitry Torokhov
2017-04-03Input: psmouse - use i2c_client_type to locate i2c clientsDmitry Torokhov
2017-04-03Merge tag 'v4.11-rc5' into nextDmitry Torokhov
2017-04-03Input: psmouse - fix cleaning up SMBus companionsDmitry Torokhov
2017-03-25Input: synaptics - add support for Intertouch devicesBenjamin Tissoires
2017-03-25Input: synaptics - split device info into a separate structureDmitry Torokhov
2017-03-25Input: psmouse - add support for SMBus companionsBenjamin Tissoires
2017-03-25Input: psmouse - introduce notion of SMBus companionsDmitry Torokhov
2017-03-25Input: psmouse - store pointer to current protocolDmitry Torokhov
2017-03-25Input: psmouse - implement fast reconnect optionDmitry Torokhov
2017-03-23Input: synaptics - do not mix logical and bitwise operationsDmitry Torokhov
2017-03-23Input: synaptics_i2c - add OF device ID tableJavier Martinez Canillas