This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from fc80c51fd4b2 Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/li [...] new b266eacf5f02 HID: mcp2221: Replace HTTP links with HTTPS ones new 238b5bdefdf9 HID: udraw-ps3: Replace HTTP links with HTTPS ones new b1631b84fcdb HID: Replace HTTP links with HTTPS ones new 68f775ddd2a6 HID: quirks: add NOGET quirk for Logitech GROUP new d31327922858 HID: usbhid: do not sleep when opening device new 8e9ddbde9ddb HID: usbhid: remove redundant assignment to variable retval new 1ad273d6ff2d HID: input: do not run GET_REPORT unless there's a Resolut [...] new 4f57cace8143 HID: input: Fix devices that return multiple bytes in batt [...] new a66eebd70261 Merge branch 'for-5.9/core-v2' into for-linus new 7e341061ddd9 HID: intel-ish-hid: Replace PCI_DEV_FLAGS_NO_D3 with pci_s [...] new cd6cad553bab Merge branch 'for-5.9/intel-ish' into for-linus new b72cdfa82424 HID: lenovo: Merge tpkbd and cptkbd data structures new 484921f571b1 HID: lenovo: Factor out generic parts of the LED code new ef550c5d0a8e HID: lenovo: Rename fn_lock sysfs attr handlers to make th [...] new bc04b37ea0ec HID: lenovo: Add ThinkPad 10 Ultrabook Keyboard support new c87de33ed43a HID: lenovo: Add ThinkPad 10 Ultrabook Keyboard fn_lock support new 49429428381b HID: lenovo: Fix spurious F23 key press report during resu [...] new ccac9cec9086 Merge branch 'for-5.9/lenovo' into for-linus new a8cbf80e9fb1 HID: Wiimote: Treat the d-pad as an analogue stick new e6b6e19a4be7 Merge branch 'for-5.9/wiimote' into for-linus new b7b8e3689aa0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] new 05b846502546 Input: elantech - remove redundant assignments to variable error new deae576455bb Input: exc3000 - switch to i2c's probe_new API new 08a6caaed8c1 Input: cm109 - remove needless check before usb_free_coherent() new 6f49c4f5b95b Input: Use fallthrough pseudo-keyword new 606e70220784 Input: mt - cleanup open-coded __set_bit() new 53aab92dec44 Input: synaptics-rmi4 - drop a duplicated word new 77da21c5d3c6 Input: elan_i2c - handle firmware not implementing "get pa [...] new fc7c882aa9b1 Input: elan_i2c - make fetching IC type of older controlle [...] new 40d8aa97131d Input: elan_i2c - handle devices with patterns above 1 new df10cc8db1e1 Input: elan_i2c - fix detecting IAP version on older controllers new 059d6c2de6fd Input: elan_i2c - add support for different firmware page sizes new bfd9b92bc8f9 Input: elan_i2c - handle firmware updated on newer ICs new 8d73ec7411e0 Input: elan_i2c - add firmware update info for ICs 0x11, 0 [...] new 3d712af637e1 Input: elan_i2c - do not constantly re-query pattern ID new 04d5ce620f79 Input: elan_i2c - add support for high resolution reports new 9b031c86506c Merge branch 'elan-i2c' into next new a5c33d5f745c Merge branch 'for-linus' into next new 4aec14de3a15 Input: psmouse - add a newline when printing 'proto' by sysfs new 37bd9e803dae Input: ati_remote2 - add missing newlines when printing mo [...] new bbca4d34bcb9 Input: uinput - fix typo in function name documentation new 74d905d2d38a Input: atmel_mxt_ts - only read messages in mxt_acquire_ir [...] new 873a3a14a47e Input: elan_i2c - add ic type 0x15 new d431b9e6af19 Input: ims-pcu - return error code rather than -ENOMEM new 47fcd0f969e9 Input: alps - remove redundant assignment to variable ret new ea38f06e0291 Input: sentelic - fix error return when fsp_reg_write fails new 1053653ffadb dt-bindings: touchscreen: Convert EETI EXC3000 touchscreen [...] new 3bdd21c6937a Input: exc3000 - add EXC80H60 and EXC80H84 support new 27aced19e098 Input: exc3000 - add reset gpio support new d862a3068ea5 Input: exc3000 - add support to query model and fw_version new 9e8238020c5b Merge branch 'next' into for-linus new 4bcf69e57063 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
The 52 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../ABI/testing/sysfs-driver-input-exc3000 | 15 + .../bindings/input/touchscreen/eeti,exc3000.yaml | 58 ++++ .../bindings/input/touchscreen/exc3000.txt | 26 -- Documentation/input/uinput.rst | 6 +- drivers/hid/Kconfig | 2 +- drivers/hid/hid-cp2112.c | 2 +- drivers/hid/hid-ids.h | 2 + drivers/hid/hid-input.c | 36 ++- drivers/hid/hid-lenovo.c | 360 ++++++++++++++++----- drivers/hid/hid-mcp2221.c | 2 +- drivers/hid/hid-quirks.c | 1 + drivers/hid/hid-udraw-ps3.c | 2 +- drivers/hid/hid-wiimote-core.c | 5 + drivers/hid/hid-wiimote-modules.c | 67 ++-- drivers/hid/hid-wiimote.h | 2 + drivers/hid/intel-ish-hid/ipc/pci-ish.c | 16 +- drivers/hid/usbhid/hid-core.c | 55 ++-- drivers/hid/usbhid/usbhid.h | 2 + drivers/input/input-mt.c | 2 +- drivers/input/joystick/db9.c | 10 +- drivers/input/joystick/gamecon.c | 10 +- drivers/input/joystick/sidewinder.c | 15 +- drivers/input/joystick/spaceball.c | 8 +- drivers/input/keyboard/adp5589-keys.c | 2 +- drivers/input/keyboard/atkbd.c | 2 +- drivers/input/keyboard/gpio_keys.c | 1 - drivers/input/misc/ati_remote2.c | 4 +- drivers/input/misc/cm109.c | 8 +- drivers/input/misc/ims-pcu.c | 2 +- drivers/input/misc/iqs269a.c | 21 +- drivers/input/misc/pwm-vibra.c | 2 +- drivers/input/misc/xen-kbdfront.c | 4 +- drivers/input/mouse/alps.c | 2 +- drivers/input/mouse/appletouch.c | 2 +- drivers/input/mouse/cyapa_gen3.c | 4 +- drivers/input/mouse/cyapa_gen5.c | 2 +- drivers/input/mouse/cyapa_gen6.c | 2 +- drivers/input/mouse/elan_i2c.h | 20 +- drivers/input/mouse/elan_i2c_core.c | 195 +++++++---- drivers/input/mouse/elan_i2c_i2c.c | 165 +++++++--- drivers/input/mouse/elan_i2c_smbus.c | 35 +- drivers/input/mouse/elantech.c | 12 +- drivers/input/mouse/hgpk.c | 4 +- drivers/input/mouse/navpoint.c | 2 +- drivers/input/mouse/psmouse-base.c | 2 +- drivers/input/mouse/sentelic.c | 4 +- drivers/input/mouse/sermouse.c | 4 +- drivers/input/serio/i8042.c | 2 +- drivers/input/serio/libps2.c | 2 +- drivers/input/sparse-keymap.c | 2 +- drivers/input/tablet/gtco.c | 6 +- drivers/input/tablet/pegasus_notetaker.c | 2 +- drivers/input/touchscreen/atmel_mxt_ts.c | 56 +++- drivers/input/touchscreen/edt-ft5x06.c | 3 +- drivers/input/touchscreen/elants_i2c.c | 2 +- drivers/input/touchscreen/elo.c | 2 +- drivers/input/touchscreen/exc3000.c | 248 +++++++++++++- drivers/input/touchscreen/iqs5xx.c | 2 +- drivers/input/touchscreen/max11801_ts.c | 1 - drivers/input/touchscreen/stmfts.c | 2 +- include/linux/rmi.h | 2 +- 61 files changed, 1122 insertions(+), 415 deletions(-) create mode 100644 Documentation/ABI/testing/sysfs-driver-input-exc3000 create mode 100644 Documentation/devicetree/bindings/input/touchscreen/eeti,exc3000.yaml delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/exc3000.txt