summaryrefslogtreecommitdiff
path: root/drivers/input/mouse
AgeCommit message (Expand)Author
2024-10-02Merge tag 'pull-work.unaligned' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-10-01Revert "Input: Add driver for PixArt PS/2 touchpad"Dmitry Torokhov
2024-09-05Input: alps - use guard notation when acquiring mutexDmitry Torokhov
2024-09-05Merge branch 'ib/6.11-rc6-matrix-keypad-spitz' into nextDmitry Torokhov
2024-08-31Merge tag 'input-for-v6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-08-29Input: bcm5974 - use guard notation when acquiring mutexDmitry Torokhov
2024-08-29Input: cypress_ps2 - fix waiting for command responseDmitry Torokhov
2024-08-24Merge tag 'input-for-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-07-23Input: synaptics - enable SMBus for HP Elitebook 840 G2Jonathan Denose
2024-07-23Input: Add driver for PixArt PS/2 touchpadBinbin Zhou
2024-07-19Merge tag 'input-for-v6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-07-15Merge tag 'x86_vmware_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-07-15Merge tag 'v6.10' into nextDmitry Torokhov
2024-07-15Merge branch 'next' into for-linusDmitry Torokhov
2024-07-03Input: cypress_ps2 - use u8 when dealing with byte dataDmitry Torokhov
2024-07-03Input: cypress_ps2 - propagate errors from lower layersDmitry Torokhov
2024-07-03Input: cypress_ps2 - report timeouts when reading command statusDmitry Torokhov
2024-07-03Input: cypress_ps2 - fix error handling when sending command failsDmitry Torokhov
2024-07-03Input: cypress_ps2 - clean up setting reporting rateDmitry Torokhov
2024-07-01Input: elan_i2c - do not leave interrupt disabled on suspend failureDmitry Torokhov
2024-06-25input/vmmouse: Use VMware hypercall APIAlexey Makhalov
2024-06-02Input: mouse - use sizeof(*pointer) instead of sizeof(type)Erick Archer
2024-05-28Input: elantech - fix touchpad state on resume for Lenovo N24Jonathan Denose
2024-05-27Merge tag 'v6.9' into nextDmitry Torokhov
2024-05-22Merge branch 'next' into for-linusDmitry Torokhov
2024-05-13Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König
2024-04-30Input: amimouse - mark driver struct with __refdata to prevent section mismatchUwe Kleine-König
2024-04-25Input: cyapa - add missing input core locking to suspend/resume functionsMarek Szyprowski
2024-03-15Merge branch 'next' into for-linusDmitry Torokhov
2024-03-05Revert "Input: bcm5974 - check endpoint type before starting traffic"Javier Carrasco
2024-01-31Input: bcm5974 - check endpoint type before starting trafficJavier Carrasco
2024-01-18Input: navpoint - remove driverDuje Mihanović
2024-01-13Merge branch 'next' into for-linusDmitry Torokhov
2023-12-13Input: navpoint - convert to use GPIO descriptorLinus Walleij
2023-12-13Input: mouse - use sysfs_emit[_at]() instead of scnprintf()ye xingchen
2023-12-01Input: amimouse - convert to platform remove callback returning voidUwe Kleine-König
2023-11-15Input: psmouse - enable Synaptics InterTouch for ThinkPad L14 G1José Pekkarinen
2023-11-06Merge branch 'next' into for-linusDmitry Torokhov
2023-10-13Input: synaptics-rmi4 - handle reset delay when using SMBus trsnsportDmitry Torokhov
2023-10-13Input: psmouse - fix fast_reconnect function for PS/2 modeJeffery Miller
2023-10-12Revert "Input: psmouse - add delay when deactivating for SMBus mode"Dmitry Torokhov
2023-09-23Input: navpoint - convert to platform remove callback returning voidUwe Kleine-König
2023-09-06Input: cyapa - use device core to create driver-specific device attributesDmitry Torokhov
2023-07-25Input: psmouse - add delay when deactivating for SMBus modeJeffery Miller
2023-07-17Merge tag 'v6.4' into nextDmitry Torokhov
2023-07-07Input: elan_i2c - simplify with dev_err_probe()Krzysztof Kozlowski
2023-05-18Input: libps2 - introduce common interrupt handlerDmitry Torokhov
2023-05-18Input: libps2 - attach ps2dev instances as serio port's drvdataDmitry Torokhov
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König