linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-20 00:28:11 to 2021-03-30 08:55:22 UTC [more...]

[PATCH 0/7] Input: cyttsp - First round of modernizations
 2021-03-30  8:54 UTC  (7+ messages)
` [PATCH 1/7] Input: cyttsp - Probe from compatibles
` [PATCH 2/7] Input: cyttsp - Obtain regulators
` [PATCH 3/7] Input: cyttsp - Error message on boot mode exit error
` [PATCH 4/7] Input: cyttsp - Reduce reset pulse timings
` [PATCH 5/7] Input: cyttsp - Drop the phys path
` [PATCH 7/7] Input: cyttsp - Flag the device properly

[PATCH 0/2] HID: Add support for Surface Aggregator Module HID transport
 2021-03-30  7:22 UTC  (3+ messages)

[GIT PULL] Immutable branch between drivers/platform/x86 and HID resp. drivers/power/supply due for the v5.13 merge window
 2021-03-30  7:18 UTC  (2+ messages)

[PATCH] Input: misc - use the correct HiSilicon copyright
 2021-03-30  6:39 UTC 

[input:for-linus] BUILD SUCCESS 56cfe6f820a6315291eb5a1b82bb49633b993d3b
 2021-03-30  5:56 UTC 

[PATCH v4 01/10] dt-bindings: Add Wacom to vendor bindings
 2021-03-30  0:00 UTC  (14+ messages)
` [PATCH v4 02/10] dt-bindings: touchscreen: Initial commit of wacom,generic
` [PATCH v4 03/10] Input: wacom_i2c - Add device tree support to wacom_i2c
` [PATCH v4 04/10] Input: wacom_i2c - Add touchscren properties
` [PATCH v4 05/10] Input: wacom_i2c - Add support for distance and tilt x/y
` [PATCH v4 06/10] Input: wacom_i2c - Clean up the query device fields
` [PATCH v4 07/10] Input: wacom_i2c - Add support for reset control
` [PATCH v4 08/10] Input: wacom_i2c - Add support for vdd regulator
` [PATCH v4 09/10] ARM: imx_v6_v7_defconfig: Enable Wacom I2C

[PATCH] HID: quirks: Set INCREMENT_USAGE_ON_DUPLICATE for Saitek X65
 2021-03-29 16:10 UTC  (2+ messages)

[RESEND 00/25] Rid W=1 warnings from HID
 2021-03-29 15:22 UTC  (32+ messages)
` [PATCH 01/25] HID: intel-ish-hid: Remove unused variable 'err'
` [PATCH 02/25] HID: ishtp-hid-client: Move variable to where it's actually used
` [PATCH 03/25] HID: intel-ish-hid: pci-ish: Remove unused variable 'ret'
` [PATCH 04/25] HID: intel-ish: Supply some missing param descriptions
` [PATCH 05/25] HID: intel-ish: Fix a naming disparity and a formatting error
` [PATCH 06/25] HID: usbhid: Repair a formatting issue in a struct description
` [PATCH 07/25] HID: intel-ish-hid: Fix a little doc-rot
` [PATCH 08/25] HID: usbhid: hid-pidff: Demote a couple kernel-doc abuses
` [PATCH 09/25] HID: hid-alps: Correct struct misnaming
` [PATCH 10/25] HID: intel-ish-hid: Fix potential copy/paste error
` [PATCH 11/25] HID: hid-core: Fix incorrect function name in header
` [PATCH 12/25] HID: intel-ish-hid: ipc: Correct fw_reset_work_fn() "
` [PATCH 13/25] HID: ishtp-hid-client: Fix incorrect function name report_bad_packet()
` [PATCH 14/25] HID: hid-kye: Fix incorrect function name for kye_tablet_enable()
` [PATCH 15/25] HID: hid-picolcd_core: Remove unused variable 'ret'
` [PATCH 16/25] HID: hid-logitech-hidpp: Fix conformant kernel-doc header and demote abuses
` [PATCH 17/25] HID: hid-uclogic-rdesc: Kernel-doc is for functions and structs
` [PATCH 18/25] HID: hid-thrustmaster: Demote a bunch of kernel-doc abuses
` [PATCH 19/25] HID: hid-uclogic-params: Ensure function names are present and correct in kernel-doc headers
` [PATCH 20/25] HID: hid-sensor-custom: Remove unused variable 'ret'
` [PATCH 21/25] HID: wacom_sys: Demote kernel-doc abuse
` [PATCH 22/25] HID: hid-sensor-hub: Remove unused struct member 'quirks'
` [PATCH 23/25] HID: hid-sensor-hub: Move 'hsdev' description to correct struct definition
` [PATCH 24/25] HID: intel-ish-hid: ishtp-fw-loader: Fix a bunch of formatting issues
` [PATCH 25/25] HID: ishtp-hid-client: Fix 'suggest-attribute=format' compiler warning

[PATCH v2] Input: cyttsp - Convert bindings to YAML and extend
 2021-03-29 13:07 UTC 

[PATCH v1] Input: elants_i2c - drop zero-checking of ABS_MT_TOUCH_MAJOR resolution
 2021-03-29  5:58 UTC  (2+ messages)

[PATCH v1] Input: elants_i2c - fix division by zero if firmware reports zero phys size
 2021-03-28 17:21 UTC  (4+ messages)

[input:for-linus] BUILD SUCCESS 781bab3238c21c8cc6d1999a6ee43de76252fdfd
 2021-03-28 17:12 UTC 

[input:master] BUILD SUCCESS 73e7f1732e800a88cafab31d75548c6fcfdd8c47
 2021-03-28 17:12 UTC 

[PATCH v3] Input: imx_keypad - convert to a DT-only driver
 2021-03-28  4:41 UTC  (2+ messages)

[PATCH v2] Input: imx_keypad - convert to a DT-only driver
 2021-03-27 19:44 UTC  (4+ messages)

[PATCH] Input: cyttsp - Convert bindings to YAML and extend
 2021-03-27 17:56 UTC  (2+ messages)

[PATCH] hid-a4tech: use A4_2WHEEL_MOUSE_HACK_B8 for A4TECH NB-95
 2021-03-27 12:53 UTC 

[PATCH] hid-a4tech: use A4_2WHEEL_MOUSE_HACK_B8 for A4Tech NB-95
 2021-03-27  9:43 UTC 

[PATCH 00/25] Rid W=1 warnings from HID
 2021-03-26 14:22 UTC  (23+ messages)
` [PATCH 01/25] HID: intel-ish-hid: Remove unused variable 'err'
` [PATCH 02/25] HID: ishtp-hid-client: Move variable to where it's actually used
` [PATCH 03/25] HID: intel-ish-hid: pci-ish: Remove unused variable 'ret'
` [PATCH 04/25] HID: intel-ish: Supply some missing param descriptions
` [PATCH 05/25] HID: intel-ish: Fix a naming disparity and a formatting error
` [PATCH 06/25] HID: usbhid: Repair a formatting issue in a struct description
` [PATCH 07/25] HID: intel-ish-hid: Fix a little doc-rot
` [PATCH 08/25] HID: usbhid: hid-pidff: Demote a couple kernel-doc abuses
` [PATCH 09/25] HID: hid-alps: Correct struct misnaming
` [PATCH 10/25] HID: intel-ish-hid: Fix potential copy/paste error
` [PATCH 11/25] HID: hid-core: Fix incorrect function name in header
` [PATCH 12/25] HID: intel-ish-hid: ipc: Correct fw_reset_work_fn() "
` [PATCH 13/25] HID: ishtp-hid-client: Fix incorrect function name report_bad_packet()
` [PATCH 14/25] HID: hid-kye: Fix incorrect function name for kye_tablet_enable()
` [PATCH 15/25] HID: hid-picolcd_core: Remove unused variable 'ret'
` [PATCH 16/25] HID: hid-logitech-hidpp: Fix conformant kernel-doc header and demote abuses
` [PATCH 17/25] HID: hid-uclogic-rdesc: Kernel-doc is for functions and structs
` [PATCH 18/25] HID: hid-thrustmaster: Demote a bunch of kernel-doc abuses

[PATCH v6 0/3] Support wakeup methods of Atmel maXTouch controllers
 2021-03-26 12:21 UTC  (13+ messages)
` [PATCH v6 1/3] dt-bindings: input: atmel_mxt_ts: Document atmel,wakeup-method and WAKE line GPIO
` [PATCH v6 2/3] Input: atmel_mxt_ts - support wakeup methods
` [PATCH v6 3/3] ARM: tegra: acer-a500: Add atmel,wakeup-method property

[input:master] BUILD SUCCESS bfcf3d48dd02e95808a4693f2a49163f40fa5e74
 2021-03-26 10:49 UTC 

elan_i2c: failed to read report data: -71
 2021-03-26  9:00 UTC  (2+ messages)

[PATCH v7 0/5] Add initial support for ATC260x PMICs
 2021-03-26  8:18 UTC  (6+ messages)
` [GIT PULL] Immutable branch between MFD and Input due for the v5.13 merge window

Supporting 64-bit Digitizer Serial Numbers?
 2021-03-26  5:56 UTC  (3+ messages)

[PATCH v5 0/2] add IRQF_NO_AUTOEN for request_irq
 2021-03-25 22:31 UTC  (3+ messages)
` [PATCH v5 2/2] Input: move to use request_irq by IRQF_NO_AUTOEN flag

[PATCH 0/3] Add support for PMK8350 PON_HLOS PMIC peripheral
 2021-03-25  6:12 UTC  (4+ messages)
` [PATCH 2/3] dt-bindings: input: pm8941-pwrkey: Convert power key bindings to yaml

[PATCH] [v2] Input: analog - fix invalid snprintf() call
 2021-03-24 13:19 UTC 

[PATCH v7 1/2] dt-bindings: input: touchscreen: ilitek_ts_i2c: Add bindings
 2021-03-24 12:26 UTC  (2+ messages)
` [PATCH v7 2/2] input: touchscreen: Add support for ILITEK Lego Series

[RESEND v6 1/2] dt-bindings: input: touchscreen: ilitek_ts_i2c: Add bindings
 2021-03-24 10:12 UTC  (4+ messages)
` [RESEND v6 2/2] input: touchscreen: Add support for ILITEK Lego Series

[PATCH] Input: cyttsp - Verbose error on soft reset
 2021-03-24  8:26 UTC  (3+ messages)

[input:for-linus] BUILD SUCCESS 69d5ff3e9e51e23d5d81bf48480aa5671be67a71
 2021-03-24  7:41 UTC 

[PATCH v3 1/3] input: gpio-keys: Remove extra call to input_sync
 2021-03-23 21:34 UTC  (6+ messages)
` [PATCH v3 2/3] input: gpio-keys: Use hrtimer for release timer
` [PATCH v3 3/3] input: gpio-keys: Use hrtimer for software debounce, if possible

[PATCH] Input: elan_i2c - fix a typo in parameter name
 2021-03-23 19:19 UTC  (2+ messages)

[PATCH] input: misc: max8997: Simplify open coding of a division using up to 64 divisions
 2021-03-23 18:40 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] Input: analog - fix invalid snprintf() call
 2021-03-23 18:37 UTC  (3+ messages)

[PATCH] input: nspire-keypad: enable interrupts only when opened
 2021-03-23 17:47 UTC  (2+ messages)

[PATCH] Input: i8042 - fix Pegatron C15B ID entry
 2021-03-23 16:58 UTC  (4+ messages)

[input:master] BUILD SUCCESS ac1e4ca591c0c1369387e5155aac4071b9cdc1ca
 2021-03-23 16:37 UTC 

[PATCH] input/serio:unneeded variable:delay
 2021-03-23  7:02 UTC 

[PATCH v3 1/2] Input: iqs5xx - make reset GPIO optional
 2021-03-23  3:17 UTC  (4+ messages)
` [PATCH v3 2/2] dt-bindings: input: iqs5xx: Convert to YAML

[PATCH v2 0/5] Add support for Azoteq IQS626A
 2021-03-23  3:11 UTC  (4+ messages)
` [PATCH v2 3/5] dt-bindings: input: touchscreen: Move helper bindings to core

[PATCH v3 0/4] Add support for Azoteq IQS626A
 2021-03-22 23:47 UTC  (9+ messages)
` [PATCH v3 1/4] Input: touchscreen - move helper functions to core
` [PATCH v3 2/4] Input: touchscreen - broaden use-cases described in comments
` [PATCH v3 3/4] dt-bindings: input: Add bindings for Azoteq IQS626A
` [PATCH v3 4/4] Input: Add support "

[PATCH] input: misc: max8997: Switch to pwm_apply()
 2021-03-22 23:29 UTC  (4+ messages)

[input:master] BUILD SUCCESS d72e55f7c09df9719da6ac60e885889c389b0b2c
 2021-03-22 17:03 UTC 

[PATCH v2 0/9] Input: iqs5xx - more enhancements and optimizations
 2021-03-22 15:42 UTC  (14+ messages)
` [PATCH v2 1/9] Input: iqs5xx - update vendor's URL
` [PATCH v2 2/9] Input: iqs5xx - optimize axis definition and validation
` [PATCH v2 3/9] Input: iqs5xx - expose firmware revision to user space
` [PATCH v2 4/9] Input: iqs5xx - remove superfluous revision validation
` [PATCH v2 5/9] Input: iqs5xx - close bootloader using hardware reset
` [PATCH v2 8/9] Input: iqs5xx - make reset GPIO optional

[PATCH 1/2] Input: wacom_i2c - do not force interrupt trigger
 2021-03-22 13:14 UTC  (4+ messages)
` [PATCH 2/2] Input: wacom_i2c - switch to using managed resources

[PATCH v8 00/11] Raspberry Pi PoE HAT fan support
 2021-03-22 11:56 UTC  (3+ messages)
` [PATCH v8 11/11] pwm: Add Raspberry Pi Firmware based PWM bus

Servicio de la flota
 2021-03-22  8:42 UTC 

[PATCH] Input: serio - make write method mandatory
 2021-03-22  3:53 UTC 

[PATCH] Input: Fix a typo
 2021-03-22  3:32 UTC  (3+ messages)

[input:master] BUILD SUCCESS f0a77ed9080a39a75faecff53fa37b3328926421
 2021-03-21 15:36 UTC 

[PATCH] Input: docs - Update according to the latest API changes
 2021-03-21 23:02 UTC  (2+ messages)

[PATCH] dt-bindings: More cleanup of standard unit properties
 2021-03-21 22:54 UTC  (3+ messages)

[PATCH] dt-bindings: input: atmel,maxtouch: add wakeup-source
 2021-03-21 22:52 UTC  (2+ messages)

[PATCH v3 0/9] Add Wacom I2C support to rM2
 2021-03-21 21:43 UTC  (14+ messages)
` [PATCH v3 1/9] dt-bindings: Add Wacom to vendor bindings
` [PATCH v3 2/9] dt-bindings: touchscreen: Initial commit of wacom,generic
` [PATCH v3 3/9] Input: wacom_i2c - Add device tree support to wacom_i2c
` [PATCH v3 4/9] Input: wacom_i2c - Add touchscren properties
` [PATCH v3 5/9] Input: wacom_i2c - Add support for distance and tilt x/y
` [PATCH v3 6/9] Input: wacom_i2c - Clean up the query device fields
` [PATCH v3 7/9] Input: wacom_i2c - Add support for vdd regulator
` [PATCH v3 8/9] ARM: imx_v6_v7_defconfig: Enable Wacom I2C
` [PATCH v3 9/9] ARM: dts: imx7d: remarkable2: add wacom digitizer device

[BUG]an input device can not support more than 568 keys due to uevent buffer too small
 2021-03-20 19:00 UTC  (9+ messages)

[input:master] BUILD SUCCESS bfae2779fe4b92421fbe1b2008bfd6b9fada823e
 2021-03-20 16:06 UTC 

[PATCH v2] hwmon: add driver for NZXT Kraken X42/X52/X62/X72
 2021-03-20  6:29 UTC  (3+ messages)

[PATCH] Input: ims-pcu - drop redundant driver-data assignment
 2021-03-20  3:36 UTC  (2+ messages)

[PATCH] HID: do not use down_interruptible() when unbinding devices
 2021-03-20  0:27 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).