linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-23 08:20:43 to 2025-02-03 08:10:36 UTC [more...]

[PATCH v3 00/20] Split devres APIs to device/devres.h and introduce devm_kmemdup_array()
 2025-02-03  8:08 UTC  (18+ messages)
` [PATCH v3 01/20] driver core: Split devres APIs to device/devres.h
` [PATCH v3 02/20] iio: imu: st_lsm9ds0: Replace device.h with what is needed
` [PATCH v3 03/20] devres: Introduce devm_kmemdup_array()
` [PATCH v3 04/20] pinctrl: intel: copy communities using devm_kmemdup_array()
` [PATCH v3 05/20] pinctrl: baytrail: "
` [PATCH v3 06/20] pinctrl: cherryview: use devm_kmemdup_array()
` [PATCH v3 07/20] pinctrl: tangier: "
` [PATCH v3 08/20] pinctrl: pxa2xx: "
` [PATCH v3 09/20] input: sparse-keymap: "
` [PATCH v3 10/20] input: ipaq-micro-keys: "
` [PATCH v3 11/20] regulator: devres: "
` [PATCH v3 12/20] regulator: cros-ec: "
` [PATCH v3 13/20] power: supply: sc27xx: "
` [PATCH v3 14/20] iio: adc: xilinx-xadc-core: "
` [PATCH v3 15/20] ASoC: Intel: avs: "
` [PATCH v3 16/20] ASoC: hdac_hdmi: "
` [PATCH v3 17/20] ASoC: tlv320dac33: "

[PATCH v2] HID: usbhid: fix recurrent out-of-bounds bug in usbhid_parse()
 2025-02-02  9:55 UTC  (3+ messages)

[PATCH v5 0/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO NB04 devices
 2025-02-01 19:49 UTC  (4+ messages)

[PATCH v2] gpio_keys.c: Send also event when EV_ABS axis button is released
 2025-02-01 16:20 UTC 

[PATCH] Input: ads7846 - fix gpiod allocation
 2025-02-01 11:43 UTC 

[PATCH v9 00/22] HID: Upgrade the generic pidff driver and add hid-universal-pidff
 2025-02-01 11:39 UTC  (23+ messages)
` [PATCH v9 01/22] HID: pidff: Convert infinite length from Linux API to PID standard
` [PATCH v9 02/22] HID: pidff: Do not send effect envelope if it's empty
` [PATCH v9 03/22] HID: pidff: Clamp PERIODIC effect period to device's logical range
` [PATCH v9 04/22] HID: pidff: Add MISSING_DELAY quirk and its detection
` [PATCH v9 05/22] HID: pidff: Add MISSING_PBO "
` [PATCH v9 06/22] HID: pidff: Add PERMISSIVE_CONTROL quirk
` [PATCH v9 07/22] HID: pidff: Add hid_pidff_init_with_quirks and export as GPL symbol
` [PATCH v9 08/22] HID: pidff: Add FIX_WHEEL_DIRECTION quirk
` [PATCH v9 09/22] HID: pidff: Stop all effects before enabling actuators
` [PATCH v9 10/22] HID: Add hid-universal-pidff driver and supported device ids
` [PATCH v9 11/22] MAINTAINERS: Add entry for hid-universal-pidff driver
` [PATCH v9 12/22] HID: pidff: Add PERIODIC_SINE_ONLY quirk
` [PATCH v9 13/22] HID: pidff: Completely rework and fix pidff_reset function
` [PATCH v9 14/22] HID: pidff: Simplify pidff_upload_effect function
` [PATCH v9 15/22] HID: pidff: Define values used in pidff_find_special_fields
` [PATCH v9 16/22] HID: pidff: Rescale time values to match field units
` [PATCH v9 17/22] HID: pidff: Factor out code for setting gain
` [PATCH v9 18/22] HID: pidff: Fix null pointer dereference in pidff_find_fields
` [PATCH v9 19/22] HID: pidff: Move all hid-pidff definitions to a dedicated header
` [PATCH v9 20/22] HID: pidff: Simplify pidff_rescale_signed
` [PATCH v9 21/22] HID: pidff: Use macros instead of hardcoded min/max values for shorts
` [PATCH v9 22/22] HID: pidff: Factor out pool report fetch and remove excess declaration

[PATCH] Input: xpad - add multiple supported devices
 2025-02-01  8:02 UTC  (3+ messages)

[PATCH 0/7] Initial Support for CS40L26
 2025-01-31 21:18 UTC  (2+ messages)

[PATCH 7/7] Input: cs40l26 - Add support for CS40L26 haptic driver
 2025-01-31 19:56 UTC 

[PATCH 1/1] gpio_keys.c: Send also event when EV_ABS axis button is released
 2025-01-31 14:59 UTC 

[PATCH 1/1] gpio_keys.c: Send also event when EV_ABS axis button is released
 2025-01-31 14:22 UTC 

[PATCH 0/1] GPIO Keys, fix to emit EV_ABS event also on axis release
 2025-01-31 14:21 UTC 

[PATCH v2] hid: hid-lg-g15: Use standard multicolor LED API
 2025-01-31 14:02 UTC 

[PATCH bpf v2 0/2] Makefile fixes for samples/{bpf,hid}
 2025-01-31  2:00 UTC  (12+ messages)
` [PATCH bpf v2 1/2] samples/hid: remove unnecessary -I flags from libbpf EXTRA_CFLAGS
` [PATCH bpf v2 2/2] samples/{bpf,hid}: fix broken vmlinux path for VMLINUX_BTF

[PATCH v8 00/21] HID: Upgrade the generic pidff driver and add hid-universal-pidff
 2025-01-29 21:29 UTC  (22+ messages)
` [PATCH v8 01/21] HID: pidff: Convert infinite length from Linux API to PID standard
` [PATCH v8 02/21] HID: pidff: Do not send effect envelope if it's empty
` [PATCH v8 03/21] HID: pidff: Clamp PERIODIC effect period to device's logical range
` [PATCH v8 04/21] HID: pidff: Add MISSING_DELAY quirk and its detection
` [PATCH v8 05/21] HID: pidff: Add MISSING_PBO "
` [PATCH v8 06/21] HID: pidff: Add PERMISSIVE_CONTROL quirk
` [PATCH v8 07/21] HID: pidff: Add hid_pidff_init_with_quirks and export as GPL symbol
` [PATCH v8 08/21] HID: pidff: Add FIX_WHEEL_DIRECTION quirk
` [PATCH v8 09/21] HID: pidff: Stop all effects before enabling actuators
` [PATCH v8 10/21] HID: Add hid-universal-pidff driver and supported device ids
` [PATCH v8 11/21] MAINTAINERS: Add entry for hid-universal-pidff driver
` [PATCH v8 12/21] HID: pidff: Add PERIODIC_SINE_ONLY quirk
` [PATCH v8 13/21] HID: pidff: Completely rework and fix pidff_reset function
` [PATCH v8 14/21] HID: pidff: Simplify pidff_upload_effect function
` [PATCH v8 15/21] HID: pidff: Define values used in pidff_find_special_fields
` [PATCH v8 16/21] HID: pidff: Rescale time values to match field units
` [PATCH v8 17/21] HID: pidff: Factor out code for setting gain
` [PATCH v8 18/21] HID: pidff: Fix null pointer dereference in pidff_find_fields
` [PATCH v8 19/21] HID: pidff: Move all hid-pidff definitions to a dedicated header
` [PATCH v8 20/21] HID: pidff: Simplify pidff_rescale_signed
` [PATCH v8 21/21] HID: pidff: Use macros instead of hardcoded min/max values for shorts

[PATCH] HID: usbhid: fix recurrent out-of-bounds bug in usbhid_parse()
 2025-01-29 19:21 UTC  (11+ messages)

[PATCH v2] tsc2007: prevent overflow in pressure calculation
 2025-01-29 13:51 UTC 

[PATCH] tsc2007: prevent overflow in pressure calculation
 2025-01-29 12:30 UTC  (2+ messages)
` AW: "

[PATCH] hid: topre: Fix n-key rollover on Realforce R3S TKL boards
 2025-01-29  1:08 UTC 

[RFC/HELP] add support for POWER-A/THQ BDA NSW Nintendo Controller
 2025-01-28 20:04 UTC  (2+ messages)

[PATCH] HID: intel-thc-hid: Remove deprecated PCI API calls
 2025-01-28 15:58 UTC  (2+ messages)

[PATCH 0/6]
 2025-01-28 15:14 UTC  (2+ messages)

[PATCH] input: drop vb2_ops_wait_prepare/finish
 2025-01-28 15:05 UTC 

[syzbot] [usb?] KASAN: stack-out-of-bounds Read in usb_check_int_endpoints
 2025-01-28  9:16 UTC  (2+ messages)

[syzbot] [input?] [usb?] KASAN: slab-use-after-free Read in corsair_void_status_work_handler
 2025-01-27 17:18 UTC 

[PATCH 00/34] address all -Wunused-const warnings
 2025-01-27 13:24 UTC  (2+ messages)

mxs_lradc_ts: Warning due to "0 is an invalid IRQ number"
 2025-01-27 13:15 UTC  (8+ messages)

[PATCH v2 0/7] Add support for MAX7360
 2025-01-27 13:08 UTC  (6+ messages)
` [PATCH v2 4/7] gpio: max7360: Add MAX7360 gpio support

[PATCH v3 0/7] Add support for MAX7360
 2025-01-27 13:07 UTC  (6+ messages)
` [PATCH v3 4/7] gpio: max7360: Add MAX7360 gpio support

[PATCH AUTOSEL 5.10 2/2] Input: allocate keycode for phone linking
 2025-01-26 15:09 UTC 

[PATCH AUTOSEL 5.15 2/3] Input: allocate keycode for phone linking
 2025-01-26 15:09 UTC 

[PATCH AUTOSEL 6.1 7/8] Input: allocate keycode for phone linking
 2025-01-26 15:08 UTC 

[PATCH AUTOSEL 6.6 8/9] Input: allocate keycode for phone linking
 2025-01-26 15:08 UTC 

[PATCH AUTOSEL 6.12 12/14] Input: allocate keycode for phone linking
 2025-01-26 15:07 UTC 

[PATCH AUTOSEL 6.13 14/16] Input: allocate keycode for phone linking
 2025-01-26 15:07 UTC 

[PATCH AUTOSEL 5.4 6/7] HID: Wacom: Add PCI Wacom device support
 2025-01-26 15:05 UTC 

[PATCH AUTOSEL 5.10 06/12] HID: Wacom: Add PCI Wacom device support
 2025-01-26 15:04 UTC 

[PATCH AUTOSEL 5.15 06/14] HID: Wacom: Add PCI Wacom device support
 2025-01-26 15:04 UTC 

[PATCH AUTOSEL 6.1 03/17] Revert "HID: multitouch: Add support for lenovo Y9000P Touchpad"
 2025-01-26 15:03 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 07/17] HID: Wacom: Add PCI Wacom device support

[PATCH AUTOSEL 6.6 04/19] Revert "HID: multitouch: Add support for lenovo Y9000P Touchpad"
 2025-01-26 15:03 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 09/19] HID: Wacom: Add PCI Wacom device support

[PATCH AUTOSEL 6.12 05/29] Revert "HID: multitouch: Add support for lenovo Y9000P Touchpad"
 2025-01-26 15:02 UTC  (4+ messages)
` [PATCH AUTOSEL 6.12 11/29] HID: multitouch: Add quirk for Hantick 5288 touchpad
` [PATCH AUTOSEL 6.12 12/29] HID: Wacom: Add PCI Wacom device support
` [PATCH AUTOSEL 6.12 23/29] HID: hid-asus: Disable OOBE mode on the ProArt P16

[PATCH AUTOSEL 6.13 07/35] Revert "HID: multitouch: Add support for lenovo Y9000P Touchpad"
 2025-01-26 15:00 UTC  (4+ messages)
` [PATCH AUTOSEL 6.13 15/35] HID: multitouch: Add quirk for Hantick 5288 touchpad
` [PATCH AUTOSEL 6.13 16/35] HID: Wacom: Add PCI Wacom device support
` [PATCH AUTOSEL 6.13 29/35] HID: hid-asus: Disable OOBE mode on the ProArt P16

[syzbot] [input?] [usb?] WARNING: ODEBUG bug in release_nodes
 2025-01-26  8:30 UTC 

[PATCH] hid: intel-thc: fix CONFIG_HID dependency
 2025-01-26  1:10 UTC  (4+ messages)

[PATCH v7 00/17] HID: Upgrade the generic pidff driver and add hid-universal-pidff
 2025-01-25 22:25 UTC  (18+ messages)
` [PATCH v7 01/17] HID: pidff: Convert infinite length from Linux API to PID standard
` [PATCH v7 02/17] HID: pidff: Do not send effect envelope if it's empty
` [PATCH v7 03/17] HID: pidff: Clamp PERIODIC effect period to device's logical range
` [PATCH v7 04/17] HID: pidff: Add MISSING_DELAY quirk and its detection
` [PATCH v7 05/17] HID: pidff: Add MISSING_PBO "
` [PATCH v7 06/17] HID: pidff: Add PERMISSIVE_CONTROL quirk
` [PATCH v7 07/17] HID: pidff: Add hid_pidff_init_with_quirks and export as GPL symbol
` [PATCH v7 08/17] HID: pidff: Add FIX_WHEEL_DIRECTION quirk
` [PATCH v7 09/17] HID: pidff: Stop all effects before enabling actuators
` [PATCH v7 10/17] HID: Add hid-universal-pidff driver and supported device ids
` [PATCH v7 11/17] MAINTAINERS: Add entry for hid-universal-pidff driver
` [PATCH v7 12/17] HID: pidff: Add PERIODIC_SINE_ONLY quirk
` [PATCH v7 13/17] HID: pidff: Completely rework and fix pidff_reset function
` [PATCH v7 14/17] HID: pidff: Simplify pidff_upload_effect function
` [PATCH v7 15/17] HID: pidff: Define values used in pidff_find_special_fields
` [PATCH v7 16/17] HID: pidff: Rescale period value to match device units
` [PATCH v7 17/17] HID: pidff: Improve ff gain handling

[PATCH v6 00/17] HID: Upgrade the generic pidff driver and add hid-universal-pidff
 2025-01-25 21:24 UTC  (20+ messages)
` [PATCH v6 01/17] HID: pidff: Convert infinite length from Linux API to PID standard
` [PATCH v6 02/17] HID: pidff: Do not send effect envelope if it's empty
` [PATCH v6 03/17] HID: pidff: Clamp PERIODIC effect period to device's logical range
` [PATCH v6 04/17] HID: pidff: Add MISSING_DELAY quirk and its detection
` [PATCH v6 05/17] HID: pidff: Add MISSING_PBO "
` [PATCH v6 06/17] HID: pidff: Add PERMISSIVE_CONTROL quirk
` [PATCH v6 07/17] HID: pidff: Add hid_pidff_init_with_quirks and export as GPL symbol
` [PATCH v6 08/17] HID: pidff: Add FIX_WHEEL_DIRECTION quirk
` [PATCH v6 09/17] HID: pidff: Stop all effects before enabling actuators
` [PATCH v6 10/17] HID: Add hid-universal-pidff driver and supported device ids
` [PATCH v6 11/17] MAINTAINERS: Add entry for hid-universal-pidff driver
` [PATCH v6 12/17] HID: pidff: Add PERIODIC_SINE_ONLY quirk
` [PATCH v6 13/17] HID: pidff: Completely rework and fix pidff_reset function
` [PATCH v6 14/17] HID: pidff: Simplify pidff_upload_effect function
` [PATCH v6 15/17] HID: pidff: Define values used in pidff_find_special_fields
` [PATCH v6 16/17] HID: pidff: Rescale period value to match device units
` [PATCH v6 17/17] HID: pidff: Improve ff gain handling

[PATCH] Input: elantech: Retry ETP_FW_VERSION_QUERY on Lenovo Thinkpad E14 Gen2
 2025-01-25 15:55 UTC 

[PATCH v2] iio: hid-sensor-prox: Split difference from multiple channels
 2025-01-25 11:49 UTC  (8+ messages)

[PATCH] Input: himax_hx83112b - fix event stack size to clear irq correctly
 2025-01-25  4:29 UTC  (3+ messages)

[PATCH 0/2 v2] Input- xpad - Three devices added to the xpad
 2025-01-25  1:57 UTC  (3+ messages)
` [PATCH 1/2 v2] Input- xpad - Three devices added to the xpad Added to the xpad driver the following controllers: 8BitDo SN30 Pro, Hyperkin X91 and Gamesir G7 SE
` [PATCH 2/2 v2] Input: xpad - changed VIDs to better describe them

[PATCH] Enable HW LED blinking for hid-nintendo controllers
 2025-01-25  0:02 UTC 

hid_logitech_hidpp is causing a long delay before MX Master 3S becomes usable
 2025-01-24 17:37 UTC 

[PATCH v4 0/3] Disable Suspend-to-Idle in Hyper-V and Fix Hibernation Interruptions
 2025-01-24 16:54 UTC  (4+ messages)
` [PATCH v4 1/3] Drivers: hv: vmbus: Disable Suspend-to-Idle for VMBus

[syzbot] [input?] [usb?] WARNING: ODEBUG bug in devres_release_group
 2025-01-24 13:00 UTC  (4+ messages)
` [PATCH] HID: corsair-void: cancel delayed status work if device removed

[PATCH v5 0/4] Driver for Apple Z2 touchscreens
 2025-01-23 15:29 UTC  (4+ messages)
` [PATCH v5 2/4] input: apple_z2: Add a driver "

[PATCH v17 0/7] Add support for Maxim Integrated MAX77705 PMIC
 2025-01-23 15:04 UTC  (8+ messages)
` [PATCH v17 1/7] dt-bindings: power: supply: add maxim,max77705 charger
` [PATCH v17 2/7] dt-bindings: mfd: add maxim,max77705
` [PATCH v17 3/7] power: supply: max77705: Add charger driver for Maxim 77705
` [PATCH v17 4/7] mfd: simple-mfd-i2c: Add MAX77705 support
` [PATCH v17 5/7] mfd: Add new driver for MAX77705 PMIC
` [PATCH v17 6/7] input: max77693: add max77705 haptic support
` [PATCH v17 7/7] leds: max77705: Add LEDs support


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).