linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-27 13:02:04 to 2024-06-04 08:03:50 UTC [more...]

[PATCH v3 1/2] input: Add event code for accessibility key
 2024-06-04  8:03 UTC  (5+ messages)
` [PATCH v3 2/2] input: Add support for "Do Not Disturb"

[PATCH] HID: Use kvzalloc instead of kzalloc in hid_register_field()
 2024-06-04  7:58 UTC  (2+ messages)

[PATCH] HID: core: remove unnecessary WARN_ON() in implement()
 2024-06-04  7:50 UTC  (2+ messages)

[PATCH] HID: logitech-hidpp: add missing MODULE_DESCRIPTION() macro
 2024-06-04  6:00 UTC 

[dtor-input:for-linus] BUILD SUCCESS 955af6355ddfe35140f9706a635838212a32513b
 2024-06-04  2:06 UTC 

[PATCH 2/2] ARM: dts: cros-ec-keyboard: Add keyboard matrix v3.0
 2024-06-04  0:55 UTC 

[PATCH v2] HID: hid-goodix: Add Goodix HID-over-SPI driver
 2024-06-04  0:50 UTC  (3+ messages)

[PATCH v13 0/3] Input: Add TouchNetix axiom touchscreen driver
 2024-06-04  0:02 UTC  (5+ messages)
` [PATCH v13 1/3] dt-bindings: vendor-prefixes: Add TouchNetix AS
` [PATCH v13 2/3] dt-bindings: input: Add TouchNetix axiom touchscreen
` [PATCH v13 3/3] Input: Add TouchNetix axiom i2c touchscreen driver

[PATCH v10 0/8] VMware hypercalls enhancements
 2024-06-03 17:58 UTC  (5+ messages)
` [PATCH v10 1/8] x86/vmware: Introduce VMware hypercall API

[dtor-input:next] BUILD SUCCESS 2960d4c8e77aba365df80b69e72f88b29011b111
 2024-06-03 17:26 UTC 

[PATCH v1 0/7] platform/x86: Move to 2-argument strscpy()
 2024-06-03 11:54 UTC  (11+ messages)
` [PATCH v1 1/7] platform/x86: asus-tf103c-dock: Use "
` [PATCH v1 2/7] platform/x86: hp: hp-bioscfg: "
` [PATCH v1 3/7] platform/x86: intel: chtwc_int33fe: "
` [PATCH v1 4/7] platform/x86: serial-multi-instantiate: "
` [PATCH v1 5/7] platform/x86: think-lmi: "
` [PATCH v1 6/7] platform/x86: thinkpad_acpi: "
` [PATCH v1 7/7] platform/x86: touchscreen_dmi: "

HIDRAW handling of non-numbered reports doesn't match documentation
 2024-06-03 10:14 UTC 

[PATCH 0/2] Input: silead - Always support 10 fingers
 2024-06-03  9:14 UTC  (6+ messages)

[PATCH 0/2] HID: intel-ish-hid: fix some 'make W=1' warnings
 2024-06-03  8:43 UTC  (5+ messages)
` [PATCH 1/2] HID: intel-ish-hid: fix ishtp_wait_resume() kernel-doc
` [PATCH 2/2] HID: intel-ish-hid: add MODULE_DESCRIPTION()

[PATCH] [v3] HID: intel-ish-hid: fix endian-conversion
 2024-06-03  8:38 UTC  (2+ messages)

[PATCH] Input: tablet - use sizeof(*pointer) instead of sizeof(type)
 2024-06-03  4:39 UTC  (2+ messages)

[PATCH] Input: mouse - use sizeof(*pointer) instead of sizeof(type)
 2024-06-03  4:39 UTC  (2+ messages)

[PATCH] input: misc: use sizeof(*pointer) instead of sizeof(type)
 2024-06-03  4:38 UTC  (2+ messages)

[PATCH] Input: keyboard - use sizeof(*pointer) instead of sizeof(type)
 2024-06-03  4:38 UTC  (2+ messages)

[PATCH] Input: i8042 - add Ayaneo Kun to i8042 quirk table
 2024-06-03  4:24 UTC  (2+ messages)

[PATCH] [v2] HID: intel-ish-hid: fix endian-conversion
 2024-06-03  3:10 UTC  (4+ 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-02 15:13 UTC 

[PATCH v5 0/3] novatek-nvt-ts: add support for NT36672A touchscreen
 2024-06-02 13:23 UTC  (7+ messages)
` [PATCH v5 1/3] Input: novatek-nvt-ts: replace generic i2c device id with specific IC variant
` [PATCH v5 2/3] dt-bindings: input: document Novatek NVT touchscreen controller
` [PATCH v5 3/3] Input: novatek-nvt-ts: add support for NT36672A touchscreen

[syzbot] [input?] [usb?] KMSAN: uninit-value in asus_report_fixup
 2024-06-02 10:57 UTC  (6+ messages)
` [PATCH] hid: asus: asus_report_fixup: fix potential read out of bounds
    ` [PATCH v2] "

[PATCH v4 0/3] novatek-nvt-ts: add support for NT36672A touchscreen
 2024-06-01 20:36 UTC  (6+ messages)
` [PATCH v4 1/3] Input: novatek-nvt-ts: replace generic i2c device id with specific IC variant
` [PATCH v4 2/3] dt-bindings: input: document Novatek NVT touchscreen controller
` [PATCH v4 3/3] Input: novatek-nvt-ts: add support for NT36672A touchscreen

[PATCH v3 0/3] novatek-nvt-ts: add support for NT36672A touchscreen
 2024-06-01 15:08 UTC  (6+ messages)
` [PATCH v3 3/3] Input: "

[PATCH HID 00/13] HID: convert HID-BPF into using bpf_struct_ops
 2024-05-31 18:52 UTC  (18+ messages)
` [PATCH HID 01/13] HID: rename struct hid_bpf_ops into hid_ops
` [PATCH HID 02/13] HID: bpf: add hid_get/put_device() helpers
` [PATCH HID 03/13] HID: bpf: implement HID-BPF through bpf_struct_ops
` [PATCH HID 04/13] selftests/hid: convert the hid_bpf selftests with struct_ops
` [PATCH HID 05/13] HID: samples: convert the 2 HID-BPF samples into struct_ops
` [PATCH HID 06/13] HID: bpf: add defines for HID-BPF SEC in in-tree bpf fixes
` [PATCH HID 07/13] HID: bpf: convert in-tree fixes into struct_ops
` [PATCH HID 08/13] HID: bpf: remove tracing HID-BPF capability
` [PATCH HID 09/13] selftests/hid: add subprog call test
` [PATCH HID 10/13] Documentation: HID: amend HID-BPF for struct_ops
` [PATCH HID 11/13] Documentation: HID: add a small blurb on udev-hid-bpf
` [PATCH HID 12/13] HID: bpf: Artist24: remove unused variable
` [PATCH HID 13/13] HID: bpf: error on warnings when compiling bpf objects

[PATCH v7 0/5] initial support for Marvell 88PM886 PMIC
 2024-05-31 17:35 UTC  (6+ messages)
` [PATCH v7 1/5] dt-bindings: mfd: add entry "
` [PATCH v7 2/5] mfd: add driver "
` [PATCH v7 3/5] regulator: add regulators "
` [PATCH v7 4/5] input: add onkey "
` [PATCH v7 5/5] MAINTAINERS: add myself "

[PATCH 1/2] HID: intel-ish-hid: fix cache management mistake
 2024-05-31 16:29 UTC  (14+ messages)
` [PATCH 2/2] HID: intel-ish-hid: fix endian-conversion

[PATCH v6 0/5] initial support for Marvell 88PM886 PMIC
 2024-05-31 12:25 UTC  (4+ messages)
` [PATCH v6 2/5] mfd: add driver "

[PATCH] HID: nintendo: Remove some unused functions
 2024-05-31  8:55 UTC 

[PATCH V1 0/5] Add support for Awinic SAR sensor
 2024-05-31  8:12 UTC  (11+ messages)
` [PATCH V1 1/5] dt-bindings: input: Add YAML to Awinic sar sensor
` [PATCH V1 2/5] Add universal interface for the aw_sar driver
` [PATCH V1 3/5] Add aw9610x series related interfaces to "
` [PATCH V1 4/5] Add aw963xx "
` [PATCH V1 5/5] Add support for Awinic sar sensor

[syzbot] Monthly input report (May 2024)
 2024-05-31  6:48 UTC 

[PATCH v12 0/3] Input: Add TouchNetix axiom touchscreen driver
 2024-05-31  2:14 UTC  (5+ messages)
` [PATCH v12 1/3] dt-bindings: vendor-prefixes: Add TouchNetix AS
` [PATCH v12 2/3] dt-bindings: input: Add TouchNetix axiom touchscreen
` [PATCH v12 3/3] Input: Add TouchNetix axiom i2c touchscreen driver

[PATCH v3] Input: goodix-berlin - Add sysfs interface for reading and writing touch IC registers
 2024-05-30 23:53 UTC  (2+ messages)

[PATCH] Input: wacom_w8001: Check for string overflow from strscpy calls
 2024-05-30 23:48 UTC  (7+ messages)

[PATCH v2] drm/client: Detect when ACPI lid is closed during initialization
 2024-05-30 20:44 UTC  (2+ messages)

[PATCH RESEND v10 0/5] Add support for CS40L50
 2024-05-30 17:07 UTC  (7+ messages)
` [PATCH RESEND v10 5/5] ASoC: cs40l50: Support I2S streaming to CS40L50

[dtor-input:for-linus] BUILD SUCCESS a69ce592cbe0417664bc5a075205aa75c2ec1273
 2024-05-30  0:54 UTC 

[PATCH v10 6/8] x86/vmware: Correct macro names
 2024-05-30  0:45 UTC  (3+ messages)

[dtor-input:next] BUILD SUCCESS 6f47c7ae8c7afaf9ad291d39f0d3974f191a7946
 2024-05-30  0:29 UTC 

[PATCH v2 0/5] input: himax_hx83112b: add support for HX83100A
 2024-05-29 23:07 UTC  (6+ messages)
` [PATCH v2 3/5] input: himax_hx83112b: implement MCU register reading

[PATCH] Adding quirks for 2024 HP Spectre x360 touchpads
 2024-05-29 22:29 UTC  (3+ messages)

[PATCH v1 0/2] asus wmi and hid: use HID LED for brightness
 2024-05-29 15:28 UTC  (7+ messages)
` [PATCH v1 1/2] hid-asus: use hid for brightness control on keyboard
` [PATCH v1 2/2] hid-asus: change the report_id used for HID LED control

[PATCH] HID: uclogic: avoid linking common code into multiple modules
 2024-05-29  9:48 UTC 

[PATCH v1 1/2] hid-asus: use hid for brightness control on keyboard
 2024-05-29  1:30 UTC  (3+ messages)
` [PATCH v1 2/2] hid-asus: change the report_id used for HID LED control

[PATCH] hid-asus: use hid for brightness control on keyboard
 2024-05-29  0:37 UTC  (4+ messages)

[PATCH v2 1/2] input: Add event code for accessibility key
 2024-05-29  0:08 UTC  (6+ messages)
` [PATCH v2 2/2] input: Add support for "Do Not Disturb"

[PATCH 1/2] input: Add event code for accessibility key
 2024-05-28 20:18 UTC  (4+ messages)
` [PATCH 2/2] input: Add support for "Do Not Disturb"

[PATCH v2 0/2] arm64: dts: allwinner: H616: Add LRADC
 2024-05-28 16:18 UTC  (3+ messages)

[PATCH AUTOSEL 6.9 28/35] HID: Add quirk for Logitech Casa touchpad
 2024-05-27 14:50 UTC  (4+ messages)
` [PATCH AUTOSEL 6.9 29/35] HID: asus: fix more n-key report descriptors if n-key quirked
` [PATCH AUTOSEL 6.9 31/35] HID: bpf: add in-tree HID-BPF fix for the HP Elite Presenter Mouse

[PATCH AUTOSEL 6.8 24/30] HID: Add quirk for Logitech Casa touchpad
 2024-05-27 14:49 UTC  (4+ messages)
` [PATCH AUTOSEL 6.8 25/30] HID: asus: fix more n-key report descriptors if n-key quirked
` [PATCH AUTOSEL 6.8 27/30] HID: bpf: add in-tree HID-BPF fix for the HP Elite Presenter Mouse

[PATCH AUTOSEL 6.6 17/21] HID: Add quirk for Logitech Casa touchpad
 2024-05-27 14:49 UTC  (4+ messages)
` [PATCH AUTOSEL 6.6 18/21] HID: asus: fix more n-key report descriptors if n-key quirked
` [PATCH AUTOSEL 6.6 20/21] HID: bpf: add in-tree HID-BPF fix for the HP Elite Presenter Mouse

[PATCH AUTOSEL 6.1 14/17] HID: Add quirk for Logitech Casa touchpad
 2024-05-27 14:48 UTC  (4+ messages)
` [PATCH AUTOSEL 6.1 15/17] HID: asus: fix more n-key report descriptors if n-key quirked
` [PATCH AUTOSEL 6.1 16/17] HID: bpf: add in-tree HID-BPF fix for the HP Elite Presenter Mouse

[PATCH AUTOSEL 5.15 10/13] HID: Add quirk for Logitech Casa touchpad
 2024-05-27 14:48 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 12/13] HID: bpf: add in-tree HID-BPF fix for the HP Elite Presenter Mouse

[PATCH AUTOSEL 5.10 10/13] HID: Add quirk for Logitech Casa touchpad
 2024-05-27 14:47 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 12/13] HID: bpf: add in-tree HID-BPF fix for the HP Elite Presenter Mouse

[PATCH AUTOSEL 5.4 5/6] HID: bpf: add in-tree HID-BPF fix for the HP Elite Presenter Mouse
 2024-05-27 14:44 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 3/3] HID: bpf: add in-tree HID-BPF fix for the HP Elite Presenter Mouse
 2024-05-27 14:44 UTC  (2+ messages)

[PATCH v2 0/7] HID/arm64: dts: qcom: sc8280xp-x13s: fix touchscreen power on
 2024-05-27 13:01 UTC  (3+ messages)
` [PATCH v2 3/7] dt-bindings: HID: i2c-hid: elan: add 'no-reset-on-power-off' property


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