linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-07 09:19:54 to 2024-06-17 18:16:05 UTC [more...]

linux-next: build failure after merge of the bpf-next tree
 2024-06-17 18:15 UTC 

[PATCH v11 0/5] Add support for CS40L50
 2024-06-17 15:06 UTC  (7+ messages)
` [PATCH v11 1/5] firmware: cs_dsp: Add write sequence interface
` [PATCH v11 3/5] mfd: cs40l50: Add support for CS40L50 core driver

[PATCH AUTOSEL 4.19 6/9] Input: silead - Always support 10 fingers
 2024-06-17 13:27 UTC 

[PATCH AUTOSEL 5.4 6/9] Input: silead - Always support 10 fingers
 2024-06-17 13:27 UTC 

[PATCH AUTOSEL 5.10 07/13] Input: silead - Always support 10 fingers
 2024-06-17 13:26 UTC 

[PATCH AUTOSEL 5.15 15/21] Input: silead - Always support 10 fingers
 2024-06-17 13:25 UTC 

[PATCH AUTOSEL 6.1 23/29] Input: silead - Always support 10 fingers
 2024-06-17 13:24 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 29/29] HID: Ignore battery for ELAN touchscreens 2F2C and 4116

[PATCH AUTOSEL 6.6 26/35] Input: silead - Always support 10 fingers
 2024-06-17 13:22 UTC  (4+ messages)
` [PATCH AUTOSEL 6.6 33/35] input: Add event code for accessibility key
` [PATCH AUTOSEL 6.6 34/35] input: Add support for "Do Not Disturb"
` [PATCH AUTOSEL 6.6 35/35] HID: Ignore battery for ELAN touchscreens 2F2C and 4116

[PATCH AUTOSEL 6.9 32/44] Input: silead - Always support 10 fingers
 2024-06-17 13:19 UTC  (4+ messages)
` [PATCH AUTOSEL 6.9 42/44] input: Add event code for accessibility key
` [PATCH AUTOSEL 6.9 43/44] input: Add support for "Do Not Disturb"
` [PATCH AUTOSEL 6.9 44/44] HID: Ignore battery for ELAN touchscreens 2F2C and 4116

[PATCH v10 00/38] ep93xx device tree conversion
 2024-06-17 10:58 UTC  (4+ messages)
` [PATCH v10 22/38] dt-bindings: input: Add Cirrus EP93xx keypad
` [PATCH v10 23/38] input: keypad: ep93xx: add DT support for Cirrus EP93xx

[PATCH v4 0/2] HID: add initial support for Goodix HID-over-SPI touchscreen
 2024-06-16 23:10 UTC  (9+ messages)
` [PATCH v4 1/2] HID: hid-goodix: Add Goodix HID-over-SPI driver
` [PATCH v4 2/2] dt-bindings: input: Goodix SPI HID Touchscreen

[PATCH 0/2] Add vibrator support for PM6150 PMIC
 2024-06-16 20:29 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: input: qcom,pm8xxx-vib: Document PM6150 compatible

[PATCH v1] hid-playstation: DS4: Update rumble and lightbar together
 2024-06-16 16:30 UTC 

[PATCH v2 0/1] hid-asus: use hid for keyboard brightness control
 2024-06-16  5:25 UTC  (4+ messages)
` [PATCH v2 1/1] hid-asus: use hid for brightness control on keyboard

[PATCH v11 0/8] VMware hypercalls enhancements
 2024-06-14 22:00 UTC  (15+ messages)
` [PATCH v11 1/8] x86/vmware: Introduce VMware hypercall API
` [PATCH v11 2/8] ptp/vmware: Use "
` [PATCH v11 3/8] input/vmmouse: "
` [PATCH v11 4/8] drm/vmwgfx: "
` [PATCH v11 5/8] x86/vmware: "
` [PATCH v11 6/8] x86/vmware: Correct macro names
` [PATCH v11 7/8] x86/vmware: Remove legacy VMWARE_HYPERCALL* macros
` [PATCH v11 8/8] x86/vmware: Add TDX hypercall support

[PATCH] HID: uclogic: avoid linking common code into multiple modules
 2024-06-14 16:22 UTC  (6+ messages)

[PATCH v2 0/2] Fix UCLogic warnings
 2024-06-14 16:16 UTC  (3+ messages)
` [PATCH v2 1/2] HID: uclogic: Avoid linking common code into multiple modules
` [PATCH v2 2/2] HID: uclogic: Add module description

[PATCH v13 0/3] Input: Add TouchNetix axiom touchscreen driver
 2024-06-14 16:02 UTC  (9+ messages)
` [PATCH v13 3/3] Input: Add TouchNetix axiom i2c "

[PATCH HID v3 00/16] HID: convert HID-BPF into using bpf_struct_ops
 2024-06-14  9:26 UTC  (22+ messages)
` [PATCH HID v3 01/16] HID: rename struct hid_bpf_ops into hid_ops
` [PATCH HID v3 02/16] HID: bpf: add hid_get/put_device() helpers
` [PATCH HID v3 03/16] HID: bpf: implement HID-BPF through bpf_struct_ops
` [PATCH HID v3 04/16] selftests/hid: convert the hid_bpf selftests with struct_ops
` [PATCH HID v3 05/16] HID: samples: convert the 2 HID-BPF samples into struct_ops
` [PATCH HID v3 06/16] HID: bpf: add defines for HID-BPF SEC in in-tree bpf fixes
` [PATCH HID v3 07/16] HID: bpf: convert in-tree fixes into struct_ops
` [PATCH HID v3 08/16] HID: bpf: remove tracing HID-BPF capability
` [PATCH HID v3 09/16] selftests/hid: add subprog call test
` [PATCH HID v3 10/16] Documentation: HID: amend HID-BPF for struct_ops
` [PATCH HID v3 11/16] Documentation: HID: add a small blurb on udev-hid-bpf
` [PATCH HID v3 12/16] HID: bpf: Artist24: remove unused variable
` [PATCH HID v3 13/16] HID: bpf: error on warnings when compiling bpf objects
` [PATCH HID v3 14/16] bpf: allow bpf helpers to be used into HID-BPF struct_ops
` [PATCH HID v3 15/16] HID: bpf: rework hid_bpf_ops_btf_struct_access
` [PATCH HID v3 16/16] HID: bpf: make part of struct hid_device writable

[linux-next:master] BUILD REGRESSION 6906a84c482f098d31486df8dc98cead21cce2d0
 2024-06-13 20:43 UTC 

[PATCH v7 0/5] initial support for Marvell 88PM886 PMIC
 2024-06-13 13:45 UTC  (3+ messages)
` [PATCH v7 3/5] regulator: add regulators driver "

[PATCH v3] HID: hid-goodix: Add Goodix HID-over-SPI driver
 2024-06-13 10:56 UTC  (6+ messages)

[PATCH v2 0/3] Add support for Imagis IST3038 and clarify the usage of protocol_b
 2024-06-13  9:13 UTC  (5+ messages)
` [PATCH v2 1/3] input/touchscreen: imagis: Clarify "
` [PATCH v2 2/3] dt-bindings: input/touchscreen: imagis: Document ist3038
` [PATCH v2 3/3] input/touchscreen: imagis: Add supports for Imagis IST3038

[PATCH v10 1/8] x86/vmware: Introduce VMware hypercall API
 2024-06-13  8:03 UTC  (4+ messages)
` [PATCH v11 "

[linux-next:master] BUILD REGRESSION 03d44168cbd7fc57d5de56a3730427db758fc7f6
 2024-06-12 20:41 UTC 

[dtor-input:next] BUILD SUCCESS 9b9247397e2e20016031e59f76dae563b79b6ee2
 2024-06-12 19:39 UTC 

[PATCH 0/3] Add support for Imagis IST3038 and clarify the usage of protocol_b
 2024-06-12 19:18 UTC  (8+ messages)
` [PATCH 1/3] input/touchscreen: imagis: Clarify "
` [PATCH 2/3] input/touchscreen: imagis: Add supports for Imagis IST3038
` [PATCH 3/3] dt-bindings: input/touchscreen: imagis: Document ist3038

[PATCH] dt-bindings: input: ti,nspire-keypad: convert to YAML format
 2024-06-12 16:23 UTC  (2+ messages)

[RFC] HID: ishtp-hid-client: replace fake-flex arrays with flex-array members
 2024-06-12  6:26 UTC  (4+ messages)

[PATCH] Input: goodix_berlin - use __free() cleanup in SPI transport
 2024-06-12  5:42 UTC 

[PATCH] Input: wacom_w8001 - use "guard" notation when acquiring mutex
 2024-06-12  5:31 UTC 

[PATCH v2] Input: adc-joystick - move axes data into the main structure
 2024-06-12  5:00 UTC 

[PATCH v4 0/3] Add cros-ec-keyboard v3.0
 2024-06-11 18:11 UTC  (6+ messages)
` [PATCH v4 1/3] platform/chrome: Add struct ec_response_get_next_event_v3
` [PATCH v4 2/3] platform/chrome: cros_ec_proto: Upgrade get_next_event to v3
` [PATCH v4 3/3] dt-bindings: cros-ec-keyboard: Add keyboard matrix v3.0

[PATCH] Input: adc-joystick - move axes data into the main structure
 2024-06-11 10:46 UTC  (3+ messages)

[PATCH v2 1/4] Input: adxl34x - use device core to create driver-specific device attributes
 2024-06-11  9:11 UTC  (7+ messages)
` [PATCH v2 2/4] Input: adxl34x - use input_set_capability()
` [PATCH v2 3/4] Input: adxl34x - switch to using managed resources
` [PATCH v2 4/4] Input: adxl34x- switch to using "guard" notation

[dtor-input:next] BUILD SUCCESS e17fb91cd4cde13001dc75ad99a378ab28dd44df
 2024-06-10 22:22 UTC 

reporting: psmouse.synaptics_intertouch=1 for "PNP: DLL060d PNP0f13"
 2024-06-10 20:50 UTC 

[PATCH 1/3] Input: ili210x - use kvmalloc() to allocate buffer for firmware update
 2024-06-10 14:11 UTC  (5+ messages)
` [PATCH 2/3] Input: ili210x - switch to using cleanup functions in firmware code
` [PATCH 3/3] Input: ili210x - use guard notation when disabling and reenabling IRQ

[PATCH] HID: lenovo: fix Fn-Lock on Lenovo TrackPoint Keyboard II in USB mode
 2024-06-10  9:31 UTC  (2+ messages)

[PATCH 1/3] Input: adxl34x - use device core to create driver-specific device attributes
 2024-06-10  9:26 UTC  (6+ messages)
` [PATCH 2/3] Input: adxl34x - switch to using managed resources
` [PATCH 3/3] Input: adxl34x- switch to using "guard" notation

[PATCH 1/2] Input: ims-pcu - use driver core to instantiate device attributes
 2024-06-10  4:18 UTC  (2+ messages)
` [PATCH 2/2] Input: ims-pcu - switch to using cleanup functions

[PATCH 1/3] Input: rohm_bu21023 - factor out settings update code
 2024-06-09 23:51 UTC  (3+ messages)
` [PATCH 2/3] Input: rohm_bu21023 - switch to using sysfs_emit()
` [PATCH 3/3] Input: rohm_bu21023 - switch to using cleanup functions

[PATCH] Input: add missing MODULE_DESCRIPTION() macros
 2024-06-09 21:41 UTC  (2+ messages)

[PATCH] Input: joystick - use sizeof(*pointer) instead of sizeof(type)
 2024-06-09 21:41 UTC  (2+ messages)

[PATCH] Input: touchscreen - use sizeof(*pointer) instead of sizeof(type)
 2024-06-09 21:41 UTC  (2+ messages)

[dtor-input:next] BUILD SUCCESS f4c7fa7c058b9893b7a949cdb2f2aa504903f497
 2024-06-09  0:15 UTC 

[dtor-input:for-linus] BUILD SUCCESS cee77149ebe9cd971ba238d87aa10e09bd98f1c9
 2024-06-09  0:15 UTC 

input: Adding definitions for recovery and maskrom button?
 2024-06-08 22:23 UTC 

[PATCH HID v2 00/16] HID: convert HID-BPF into using bpf_struct_ops
 2024-06-08  8:00 UTC  (20+ messages)
` [PATCH HID v2 01/16] HID: rename struct hid_bpf_ops into hid_ops
` [PATCH HID v2 02/16] HID: bpf: add hid_get/put_device() helpers
` [PATCH HID v2 03/16] HID: bpf: implement HID-BPF through bpf_struct_ops
` [PATCH HID v2 04/16] selftests/hid: convert the hid_bpf selftests with struct_ops
` [PATCH HID v2 05/16] HID: samples: convert the 2 HID-BPF samples into struct_ops
` [PATCH HID v2 06/16] HID: bpf: add defines for HID-BPF SEC in in-tree bpf fixes
` [PATCH HID v2 07/16] HID: bpf: convert in-tree fixes into struct_ops
` [PATCH HID v2 08/16] HID: bpf: remove tracing HID-BPF capability
` [PATCH HID v2 09/16] selftests/hid: add subprog call test
` [PATCH HID v2 10/16] Documentation: HID: amend HID-BPF for struct_ops
` [PATCH HID v2 11/16] Documentation: HID: add a small blurb on udev-hid-bpf
` [PATCH HID v2 12/16] HID: bpf: Artist24: remove unused variable
` [PATCH HID v2 13/16] HID: bpf: error on warnings when compiling bpf objects
` [PATCH HID v2 14/16] bpf: allow bpf helpers to be used into HID-BPF struct_ops
` [PATCH HID v2 15/16] HID: bpf: rework hid_bpf_ops_btf_struct_access
` [PATCH HID v2 16/16] HID: bpf: make part of struct hid_device writable

[PATCH V2 5/5] Add support for Awinic sar sensor
 2024-06-08  2:22 UTC  (2+ messages)

[dtor-input:ib/6.9-disable-irq-guard] BUILD SUCCESS c76494768761aef7630e7e0db820ba7b375964da
 2024-06-08  0:18 UTC 

[PATCH] Input: xpad - add support for ASUS ROG RAIKIRI PRO
 2024-06-07 23:41 UTC  (2+ messages)

[PATCH v2] Input: ili210x - fix ili251x_read_touch_data() return value
 2024-06-07 23:35 UTC  (2+ messages)

[PATCH v3] Input: adc-joystick: Handle inverted axes
 2024-06-07 19:31 UTC  (4+ messages)

[PATCH] Input: gameport - use sizeof(*pointer) instead of sizeof(type)
 2024-06-07 19:17 UTC  (2+ messages)

[PATCH] Input: serio - use sizeof(*pointer) instead of sizeof(type)
 2024-06-07 19:17 UTC  (2+ messages)

[PATCH v2 0/7] HID/arm64: dts: qcom: sc8280xp-x13s: fix touchscreen power on
 2024-06-07 18:48 UTC  (7+ messages)
` (subset) "

[PATCH v11 0/4] Firmware Support for USB-HID Devices and CP2112
 2024-06-07 18:38 UTC  (10+ messages)
` [PATCH v11 1/4] dt-bindings: i2c: Add CP2112 HID USB to SMBus Bridge

[PATCH] HID: Ignore battery for ELAN touchscreens 2F2C and 4116 on ASUS Zenbook 14 (2023) and ASUS Zenbook 14 Pro (2023)
 2024-06-07 15:04 UTC  (2+ messages)

[PATCH] HID: add missing MODULE_DESCRIPTION() macros
 2024-06-07 13:52 UTC  (3+ messages)

[PATCH] HID: Ignore battery for ELAN touchscreens 2F2C and 4116 on ASUS Zenbook 14 OLED (2023) and ASUS Zenbook Pro 14 OLED (2023)
 2024-06-07 13:44 UTC  (3+ messages)


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