Linux Input/HID development
 help / color / mirror / Atom feed
 messages from 2026-07-06 09:11:52 to 2026-07-10 21:20:20 UTC [more...]

[PATCH v2 00/10] treewide: replace linux/gpio.h
 2026-07-10 21:19 UTC  (3+ messages)
` [PATCH v2 01/10] ARM: replace linux/gpio.h inclusions
` [PATCH v2 02/10] m68k/coldfire: "

[PATCH v6 0/6] gpiolib: fence off legacy interfaces
 2026-07-10 21:18 UTC  (7+ messages)
` [PATCH 1/6] [v6] Input: soc_button_array - select CONFIG_GPIOLIB_LEGACY
` [PATCH 2/6] [v6] Input: gpio-keys: make legacy gpiolib optional
` [PATCH 3/6] [v6] leds: gpio: make legacy gpiolib interface optional
` [PATCH 4/6] [v6] sh: select legacy gpiolib interface
` [PATCH 5/6] [v6] x86/olpc: select GPIOLIB_LEGACY
` [PATCH 6/6] [v6] gpiolib: turn off legacy interface by default

[PATCH v2 00/11] Remove support for platform data from samsung keypad
 2026-07-10 19:41 UTC  (21+ messages)
` [PATCH v2 01/11] dt-bindings: input: samsung,s3c6410-keypad: introduce compact binding
` [PATCH v2 02/11] Input: samsung-keypad - handle "
` [PATCH v2 03/11] ARM: s3c: register and attach software nodes for Samsung gpio_chips
` [PATCH v2 04/11] ARM: s3c: crag6410: switch keypad device to software properties
` [PATCH v2 05/11] Input: samsung-keypad - remove support for platform data
` [PATCH v2 06/11] ARM: s3c: crag6410: use software nodes/properties to set up GPIO keys
` [PATCH v2 07/11] regulator: wm831x: support software node in platform data
` [PATCH v2 08/11] ARM: s3c: crag6410: convert PMIC to software properties
` [PATCH v2 09/11] regulator: wm831x: remove legacy DVS platform data
` [PATCH v2 10/11] ARM: s3c: crag6410: convert remaining GPIO lookup tables to property entries
` [PATCH v2 11/11] ARM: s3c: crag6410: convert basic-mmio-gpio and LEDs to software properties

[PATCH 0/3] HID: wiimote: new LED behavior on connect, and scoped guards
 2026-07-10 19:35 UTC  (8+ messages)
` [PATCH 1/3] HID: wiimote: turn on the LEDs indicating the controller id
` [PATCH 2/3] HID: wiimote: replace spinlock pairs with scoped_guard
` [PATCH 3/3] HID: wiimote: use scoped cleanup in led creation

[PATCH v2 RESEND] HID: appletb-kbd: add option to switch default layer on double pressing fn key
 2026-07-10 16:40 UTC  (2+ messages)

i2c-hid: Goodix GXTP5100 (27c6:01e9) touch engine latches off when probed early at boot
 2026-07-10 13:56 UTC 

[PATCH] dt-bindings: input: fix bracket
 2026-07-10 12:11 UTC  (2+ messages)

[PATCH v6 0/9] HID: steelseries: split out Arctis driver and add Nova 5X/Nova 7 support
 2026-07-10 12:02 UTC  (16+ messages)
` [PATCH v6 1/9] HID: steelseries: Fix ARCTIS_1_X device mislabeling
` [PATCH v6 2/9] HID: steelseries: Split Arctis headset driver into separate module
` [PATCH v6 3/9] HID: steelseries: Inline and simplify SRWS1 wheel driver
` [PATCH v6 4/9] HID: steelseries: Refactor Arctis driver to use device_info framework
` [PATCH v6 5/9] HID: steelseries: Report POWER_SUPPLY_STATUS_FULL when full
` [PATCH v6 6/9] HID: steelseries: Correct Arctis 9 battery calibration range
` [PATCH v6 7/9] HID: steelseries: Manage battery lifetime with refcounting
` [PATCH v6 8/9] HID: steelseries: Add async status interface support
` [PATCH v6 9/9] HID: steelseries: Add support for Arctis Nova 5X and Nova 7 families

[PATCH] HID: tmff: Use 64-bit arithmetic for force feedback scaling
 2026-07-10 10:35 UTC  (2+ messages)

[PATCH v3] HID: i2c-hid: Avoid "(null)" output when reading report descriptor fails
 2026-07-10  6:35 UTC 

Re: [PATCH v2] HID: i2c-hid: Fixes "(null)" device name error logs in i2c_hid_parse
 2026-07-10  4:19 UTC  (2+ messages)
`  "

[PATCH 0/2] HID: hyperv: bound initial device info descriptor
 2026-07-10  2:41 UTC  (5+ messages)
` [PATCH 1/2] HID: hyperv: validate initial device info bounds
` [PATCH 2/2] HID: hyperv: add KUnit coverage for "

[PATCH v3 00/10] HID: steam: General cleanup and improvements
 2026-07-10  2:31 UTC  (19+ messages)
` [PATCH v3 01/10] HID: steam: Update documentation
` [PATCH v3 02/10] HID: steam: Refactor and clean up report parsing
` [PATCH v3 03/10] HID: steam: Rename some constants that got renamed upstream
` [PATCH v3 04/10] HID: steam: Add support for sensor events on the Steam Controller (2015)
` [PATCH v3 05/10] HID: steam: Coalesce rumble packets
` [PATCH v3 06/10] HID: steam: Fully unregister controller when hidraw is opened
` [PATCH v3 07/10] HID: steam: Rearrange teardown sequences
` [PATCH v3 08/10] HID: steam: Improve logging and other cleanup
` [PATCH v3 09/10] HID: steam: Reject short reads
` [PATCH v3 10/10] HID: steam: Retry send/recv reports if stale

[PATCH 0/2] Input: ilitek_ts: add stylus support for 0x0c reports
 2026-07-09 18:40 UTC  (8+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] Input: ilitek_ts: add stylus input support
  ` [PATCH v2 2/3] Input: ilitek_ts: handle short I2C transfers
  ` [PATCH v2 3/3] Input: ilitek_ts: ratelimit unexpected report logging

[PATCH v2 0/2] firmware: arm_scmi: Ensure automatic module loading
 2026-07-09 15:54 UTC  (12+ messages)

[RFC] Input: matrix_keypad: fix interrupt regression introduced by commit 01c84b03d80a
 2026-07-09 15:51 UTC  (4+ messages)

[PATCH] HID: sony: add missing __packed to struct with static_assert()
 2026-07-09 14:12 UTC 

[PATCH v9 0/9] Add support for MT6392 PMIC
 2026-07-09 12:00 UTC  (2+ messages)

[RFC PATCH] HID: BPF: add keyboard behavioral anomaly detection
 2026-07-09 10:49 UTC  (2+ messages)
` [RFC PATCH v2] "

[PATCH] Input: cm109 - fix URB double-submit due to missing open check
 2026-07-09  7:51 UTC  (2+ messages)

[PATCH 0/37] PCI/MSI: Enforce explicit IRQ vector management by removing devres auto-free
 2026-07-09  5:43 UTC  (3+ messages)
` (subset) "

[PATCH] Input: joydev - replace ev_match boolean with goto for early exit
 2026-07-09  4:18 UTC 

[PATCH v2] iio: temperature: hid-sensor-temperature: switch to non-devm iio_device_register()
 2026-07-08 23:25 UTC  (3+ messages)

[PATCH v11 0/3] HID: nintendo: Add preliminary Switch 2 controller
 2026-07-08 20:08 UTC  (8+ messages)
` [PATCH v11 1/3] HID: nintendo: Add preliminary Switch 2 controller driver
` [PATCH v11 2/3] HID: nintendo: Add rumble support for Switch 2 controllers

[PATCH v4 1/3] HID: wacom: Fix Use-After-Free in wacom_intuos_pad
 2026-07-08 18:41 UTC  (3+ messages)

[PATCH v3 0/2] HID: sensor: custom: Fix fields lifetime issues
 2026-07-08 17:58 UTC  (7+ messages)
` [PATCH v3 1/2] HID: sensor: custom: Fix use-after-free in enable_sensor
` [PATCH v3 2/2] HID: sensor: custom: Fix field sysfs group cleanup on failure

[PATCH] Input: xpad - ignore short Xbox One packets
 2026-07-08 14:19 UTC  (2+ messages)

[PATCH] dt-bindings: input: Convert TI Keypad Controller to DT schema
 2026-07-08 12:41 UTC  (2+ messages)

[syzbot] [input?] [usb?] KASAN: slab-use-after-free Read in hidraw_report_event
 2026-07-08  0:50 UTC  (3+ messages)
` [PATCH] hwmon: prevent packets from going to driver for probe

[PATCH] Add a quirk for a Cirque I2C device
 2026-07-08  0:31 UTC  (2+ messages)
` [PATCH v2] HID: i2c-hid: "

[PATCH v2 00/10] HID: steam: General cleanup and improvements
 2026-07-07 23:52 UTC  (17+ messages)
` [PATCH v2 01/10] HID: steam: Update documentation
` [PATCH v2 02/10] HID: steam: Refactor and clean up report parsing
` [PATCH v2 03/10] HID: steam: Rename some constants that got renamed upstream
` [PATCH v2 04/10] HID: steam: Add support for sensor events on the Steam Controller (2015)
` [PATCH v2 05/10] HID: steam: Coalesce rumble packets
` [PATCH v2 06/10] HID: steam: Fully unregister controller when hidraw is opened
` [PATCH v2 07/10] HID: steam: Rearrange deinitialization sequence
` [PATCH v2 08/10] HID: steam: Improve logging and other cleanup
` [PATCH v2 09/10] HID: steam: Reject short reads
` [PATCH v2 10/10] HID: steam: Retry send/recv reports if stale

[PATCH v2] HID: hid-lenovo-go: cancel cfg_setup work in hid_go_cfg_remove()
 2026-07-07 15:19 UTC  (4+ messages)

[PATCH RFC 0/2] HID: Replace system_wq with system_dfl_wq
 2026-07-07 15:05 UTC  (5+ messages)
` [PATCH RFC 1/2] HID: hid-oxp: "
` [PATCH RFC 2/2] HID: appletb-kdb: "

[PATCH v5 0/6] gpiolib: fence off legacy interfaces
 2026-07-07 14:55 UTC  (3+ messages)

[PATCH 00/10] Add support for Apple Silicon DockChannel internal keyboards
 2026-07-07 13:42 UTC  (7+ messages)
` [PATCH 05/10] mailbox: apple: Add DockChannel FIFO controller
` [PATCH 08/10] HID: apple: Add DockChannel HID transport driver

[PATCH 1/4] HID: wacom: Advertise SW_MUTE_DEVICE capability prior to registration
 2026-07-07 12:28 UTC  (8+ messages)
` [PATCH 2/4] HID: wacom: Fix Use-After-Free in wacom_intuos_pad
` [PATCH 3/4] HID: wacom: Fix Use-After-Free in wacom_bamboo_pad
` [PATCH 4/4] HID: wacom: Redesign shared sibling data lifecycle

[PATCH] Input: i8042 - replace strlcat() with seq_buf and scnprintf()
 2026-07-07  6:04 UTC 

[PATCH 02/10] [v3] input: gpio-keys: make legacy gpiolib optional
 2026-07-07  4:54 UTC  (5+ messages)

[PATCH] Input: iforce - validate packet lengths
 2026-07-07  2:56 UTC  (3+ messages)

[PATCH 01/10] HID: steam: Update documentation
 2026-07-07  2:48 UTC  (4+ messages)
` [PATCH 09/10] HID: steam: Reject short reads

[PATCH v2] HID: i2c-hid: Fixes "(null)" device name error logs in i2c_hid_parse
 2026-07-07  2:32 UTC  (2+ messages)

[PATCH v2 0/2] Introduce OnePlus 6/6T touchscreen compatible
 2026-07-07  1:27 UTC  (2+ messages)
` (subset) "

[PATCH v3 0/2] HID: iio: warning clean up and prefer kernel coding style
 2026-07-06 21:16 UTC  (4+ messages)
` [PATCH v3 1/2] iio: hid-sensors: align function parenthesis for readability
` [PATCH v3 2/2] iio: hid-sensors: Use implicit NULL pointer checks

[PATCH] Input: zinitix - support the 6-byte/count touch report used by bt532
 2026-07-06 18:16 UTC  (2+ messages)

[PATCH] HID: magicmouse: fix battery reporting for Bluetooth Magic Trackpad USB-C
 2026-07-06 18:13 UTC  (2+ messages)

[PATCH 00/26] sh: maple: cleanup and modernize input drivers
 2026-07-06 18:08 UTC  (3+ messages)
` [PATCH 02/26] Input: maple_keyb - fix key press detection

[PATCH v7 0/4] Input: Add support for TouchNetix aXiom touchscreen
 2026-07-06 17:19 UTC  (3+ messages)
` [PATCH v7 4/4] Input: Add TouchNetix aXiom I2C Touchscreen support

[PATCH] HID: bpf: Fix signedness bug in hid_bpf_hw_request
 2026-07-06 15:58 UTC  (2+ messages)

[PATCH] HID: i2c-hid: Fix "(null)" device name error logs in i2c_hid_parse
 2026-07-06 13:15 UTC  (2+ messages)

[PATCH 00/13] treewide: replace linux/gpio.h
 2026-07-06 11:22 UTC  (3+ messages)
` [PATCH 02/13] m68k/coldfire: replace linux/gpio.h inclusions

[PATCH v2 0/7] arm64: mediatek: Chromebook trackpad supply fixes
 2026-07-06 10:08 UTC  (4+ messages)
` [PATCH v2 1/7] Input: elan_i2c - Wait for initialization after enabling regulator supply

[PATCH] Input: atmel_mxt_ts - validate firmware frame bounds
 2026-07-06  9:24 UTC  (2+ messages)

[PATCH v1] HID: wacom: #include <linux/device-id/hid.h> instead of <linux/mod_devicetable.h>
 2026-07-06  9:21 UTC 

[PATCH] HID: mcp2200: validate input report length
 2026-07-06  9:19 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox