linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-16 04:42:46 to 2022-07-26 16:24:25 UTC [more...]

[PATCH v2 0/7] XP-PEN Deco Pro S support (for-5.20/uclogic)
 2022-07-26 16:24 UTC  (12+ messages)
` [PATCH v2 1/7] HID: uclogic: KUnit best practices and naming conventions
` [PATCH v2 2/7] HID: uclogic: Refactor UGEE v2 string descriptor parsing
` [PATCH v2 3/7] HID: uclogic: Refactor UGEE v2 frame initialization
` [PATCH v2 4/7] HID: uclogic: Parse the UGEE v2 frame type
` [PATCH v2 5/7] HID: uclogic: Add support for UGEE v2 dial frames
` [PATCH v2 6/7] HID: uclogic: Add support for UGEE v2 mouse frames
` [PATCH v2 7/7] HID: uclogic: Add support for XP-PEN Deco Pro S

[PATCH v2 0/7] Input: mt6779-keypad - double keys support
 2022-07-26 12:56 UTC  (8+ messages)
` [PATCH v2 1/7] MAINTAINERS: input: add mattijs for mt6779-keypad
` [PATCH v2 2/7] dt-bindings: mediatek,mt6779-keypad: use unevaluatedProperties
` [PATCH v2 3/7] dt-bindings: mediatek,mt6779-keypad: add mediatek,keys-per-group
` [PATCH v2 4/7] Input: mt6779-keypad - prepare double keys support with calc_row_col
` [PATCH v2 5/7] Input: mt6779-keypad - support double keys matrix
` [PATCH v2 6/7] arm64: dts: mediatek: mt8183: add keyboard node
` [PATCH v2 7/7] arm64: dts: mediatek: mt8183-pumpkin: add keypad support

Recall: Fix Input: synaptics-rmi4 driver issue
 2022-07-26 10:44 UTC 

[PATCH v3 00/10] adp5588-keys refactor and fw properties support
 2022-07-26 10:30 UTC  (16+ messages)
` [PATCH v3 01/10] input: keyboard: adp5588-keys: support gpi key events as 'gpio keys'
` [PATCH v3 02/10] gpio: gpio-adp5588: drop the driver
` [PATCH v3 03/10] input: keyboard: adp5588-keys: bail out on returned error
` [PATCH v3 04/10] input: keyboard: adp5588-keys: add support for fw properties
` [PATCH v3 05/10] dt-bindings: input: adp5588: add bindings
` [PATCH v3 06/10] input: keyboard: adp5588-keys: do not check for irq presence
` [PATCH v3 07/10] input: keyboard: adp5588-keys: fix coding style warnings
` [PATCH v3 08/10] input: keyboard: adp5588-keys: add optional reset gpio
` [PATCH v3 09/10] input: keyboard: adp5588-keys: add regulator support
` [PATCH v3 10/10] input: keyboard: adp5588-keys: Use new PM macros

[PATCH v3 0/3] Add Richtek RT5120 PMIC support
 2022-07-26 10:03 UTC  (4+ messages)

[PATCH v1 0/6] Input: mt6779-keypad - double keys support
 2022-07-26  9:52 UTC  (23+ messages)
` [PATCH v1 1/6] MAINTAINERS: input: add mattijs for mt6779-keypad
` [PATCH v1 2/6] dt-bindings: mediatek,mt6779-keypad: use unevaluatedProperties
` [PATCH v1 3/6] dt-bindings: mediatek,mt6779-keypad: add mediatek,double-keys
` [PATCH v1 4/6] Input: mt6779-keypad - support double keys matrix
` [PATCH v1 5/6] arm64: dts: mediatek: mt8183: add keyboard node
` [PATCH v1 6/6] arm64: dts: mediatek: mt8183-pumpkin: add keypad support

[PATCH] HID: i2c-hid: fix the report-id passed in via set_or_send_report
 2022-07-26  8:05 UTC 

[PATCH] Input: iforce - wake up after clearing IFORCE_XMIT_RUNNING flag
 2022-07-26  5:35 UTC 

[syzbot] INFO: task hung in __input_unregister_device (4)
 2022-07-26  4:40 UTC  (12+ messages)

PROBLEM: Regression likely in hid_uclogic driver breaks Huion Inspiroy H640 drawing tablet
 2022-07-25 22:48 UTC  (4+ messages)

[PATCH v2 28/32] Input: sun4i-ts - switch to new of thermal API
 2022-07-25 21:26 UTC 

[PATCH bpf-next v7 00/24] Introduce eBPF support for HID devices
 2022-07-25 16:36 UTC  (31+ messages)
` [PATCH bpf-next v7 01/24] selftests/bpf: fix config for CLS_BPF
` [PATCH bpf-next v7 02/24] bpf/verifier: allow kfunc to read user provided context
  ` [PATCH bpf-next v8 "
` [PATCH bpf-next v7 03/24] bpf/verifier: do not clear meta in check_mem_size
` [PATCH bpf-next v7 04/24] selftests/bpf: add test for accessing ctx from syscall program type
` [PATCH bpf-next v7 05/24] bpf/verifier: allow kfunc to return an allocated mem
` [PATCH bpf-next v7 06/24] selftests/bpf: Add tests for kfunc returning a memory pointer
` [PATCH bpf-next v7 07/24] bpf: prepare for more bpf syscall to be used from kernel and user space
` [PATCH bpf-next v7 08/24] libbpf: add map_get_fd_by_id and map_delete_elem in light skeleton
` [PATCH bpf-next v7 09/24] HID: core: store the unique system identifier in hid_device
` [PATCH bpf-next v7 10/24] HID: export hid_report_type to uapi
` [PATCH bpf-next v7 11/24] HID: convert defines of HID class requests into a proper enum
` [PATCH bpf-next v7 12/24] HID: Kconfig: split HID support and hid-core compilation
` [PATCH bpf-next v7 13/24] HID: initial BPF implementation
` [PATCH bpf-next v7 14/24] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v7 15/24] HID: bpf: allocate data memory for device_event BPF programs
` [PATCH bpf-next v7 16/24] selftests/bpf/hid: add test to change the report size
` [PATCH bpf-next v7 17/24] HID: bpf: introduce hid_hw_request()
` [PATCH bpf-next v7 18/24] selftests/bpf: add tests for bpf_hid_hw_request
` [PATCH bpf-next v7 19/24] HID: bpf: allow to change the report descriptor
` [PATCH bpf-next v7 20/24] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v7 21/24] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v7 22/24] samples/bpf: add new hid_mouse example
` [PATCH bpf-next v7 23/24] HID: bpf: add Surface Dial example
` [PATCH bpf-next v7 24/24] Documentation: add HID-BPF docs

[hid:for-next 11/27] drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_interface.c:48:9: error: implicit declaration of function 'writeq'; did you mean 'writeb'?
 2022-07-25 15:50 UTC  (4+ messages)

[PATCH v1 0/2] Input: touchscreen: Minor colibri-vf50-ts cleanups
 2022-07-25  9:35 UTC  (2+ messages)

[RFC] UCLogic: Filtering unsupported HUION tablets
 2022-07-24 11:14 UTC  (9+ messages)

[PATCH] input/serio: fix repeated words in comments
 2022-07-24  7:29 UTC 

[PATCH for-next 0/2] Fixes to amd_sfh driver
 2022-07-23 18:11 UTC  (4+ messages)
` [PATCH for-next 1/2] HID: amd_sfh: Fix implicit declaration error on i386
` [PATCH for-next 2/2] HID: amd_sfh: Handle condition of "no sensors"

[PATCH] Input: xpad - add support for ThrustMaster eSwap PRO Controller Xbox for Xbox One
 2022-07-22 22:28 UTC 

linux-next: Tree for Jul 22 (drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_interface.c)
 2022-07-22 19:35 UTC 

[syzbot] INFO: task hung in __input_unregister_device (4)
 2022-07-22 13:53 UTC  (3+ messages)

[PATCH] HID: apple: Add "GANSS" to the non-Apple list
 2022-07-22 13:05 UTC  (2+ messages)

[PATCH] HID: nintendo: Fix unused-const-variable compiler warning
 2022-07-22 13:04 UTC  (3+ messages)

[PATCH] HID: alps: Declare U1_UNICORN_LEGACY support
 2022-07-22 13:02 UTC  (2+ messages)

[PATCH v2 0/3] ads7846: fix support for ADS7845
 2022-07-22  9:33 UTC  (6+ messages)
` [PATCH v2 1/3] ads7846: don't report pressure for ads7845
` [PATCH v2 2/3] ads7846: always set last command to PWRDOWN
` [PATCH v2 3/3] ads7846: don't check penirq immediately for 7845

Recall: Fix Input: synaptics-rmi4 driver issue
 2022-07-22  8:17 UTC 

Stylus battery reported as having 1% charge even though fully charged
 2022-07-21 19:32 UTC  (4+ messages)

[PATCH v8 0/3] dt-bindings: adc-joystick: add poll-interval
 2022-07-21 16:46 UTC  (4+ messages)
` [PATCH v8 1/3] "
` [PATCH v8 2/3] Input: adc-joystick - Add polled input device support
` [PATCH v8 3/3] arm64: dts: rockchip: Update joystick to polled for OG2

[PATCH] HID: apple: Add "GANSS" to the non-Apple list
 2022-07-21 14:34 UTC 

[PATCH] HID: wacom: Force pen out of prox if no events have been received in a while
 2022-07-21 11:50 UTC  (2+ messages)

[PATCH] HID: nintendo: Add missing array termination
 2022-07-21 11:48 UTC  (3+ messages)

[PATCH 00/11] Fixes and implementation of AMD SFH 1.1 functionality
 2022-07-21 11:44 UTC  (2+ messages)

[PATCH] HID: core: remove unneeded assignment in hid_process_report()
 2022-07-21 11:37 UTC  (2+ messages)

[PATCH] HID: roccat: Fix Use-After-Free in roccat_read
 2022-07-21 11:01 UTC  (3+ messages)

[PATCH] ID: intel-ish-hid: hid-client: drop unexpected word "the" in the comments
 2022-07-21  9:56 UTC  (2+ messages)

[PATCH] HID: mcp2221: prevent a buffer overflow in mcp_smbus_write()
 2022-07-21  9:55 UTC  (2+ messages)

[dtor-input:next] BUILD SUCCESS ebfa0043c96c7c7f645d0f96159bca988c873b6d
 2022-07-21  7:21 UTC 

[PATCH] HID: intel-ish-hid: Fix typo 'the the' in comment
 2022-07-21  6:35 UTC 

[PATCH v3] dt-bindings: nvidia,tegra20-kbc: Convert to json-schema
 2022-07-20 21:54 UTC  (2+ messages)

[PATCH] HID: nintendo: deregister home LED when it fails
 2022-07-20 18:47 UTC  (2+ messages)

[PATCH v2 0/2] Input: Fix handling of inhibiting input device
 2022-07-20 18:38 UTC  (4+ messages)
` [PATCH v2 1/2] Input: properly queue synthetic events
` [PATCH v2 2/2] Input: Inactivate slots in input_inhibit_device()

[PATCH bpf-next v6 00/23] Introduce eBPF support for HID devices
 2022-07-19 16:05 UTC  (17+ messages)
` [PATCH bpf-next v6 02/23] bpf/verifier: allow kfunc to read user provided context
` [PATCH bpf-next v6 05/23] bpf/verifier: allow kfunc to return an allocated mem
` [PATCH bpf-next v6 06/23] selftests/bpf: Add tests for kfunc returning a memory pointer
` [PATCH bpf-next v6 07/23] bpf: prepare for more bpf syscall to be used from kernel and user space
` [PATCH bpf-next v6 08/23] libbpf: add map_get_fd_by_id and map_delete_elem in light skeleton

[PATCH 1/1] HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report
 2022-07-19 15:43 UTC  (2+ messages)

[PATCH] Input: i8042 - Apply probe defer to more ASUS ZenBook models
 2022-07-19 13:31 UTC 

[PATCH] HID: intel-ish-hid: Fix comment typo
 2022-07-16  4:21 UTC 

Bug: Elan v3 touchpad's reported size is half of actual touch coordinates
 2022-07-18 21:34 UTC 

[PATCH v2 00/10] adp5588-keys refactor and fw properties support
 2022-07-18 14:52 UTC  (7+ messages)
` [PATCH v2 01/10] input: keyboard: adp5588-keys: support gpi key events as 'gpio keys'
` [PATCH v2 05/10] dt-bindings: input: adp5588-keys: add bindings

[PATCH] HID: lg-g15: Fix comment typo
 2022-07-18 14:07 UTC  (2+ messages)

[PATCH v7 0/3] adc-joystick: Add polled support
 2022-07-18 11:32 UTC  (4+ messages)
` [PATCH v7 2/3] Input: adc-joystick - Add polled input device support

[PATCH v2 0/5] mfd: stmpe: Probe sub-function by compatible
 2022-07-18 10:43 UTC  (3+ messages)
` [PATCH v2 3/5] dt-bindings: gpio: stmpe: Remove node name requirement

[PATCH v1 0/4] mfd: stmpe: Probe sub-function by compatible
 2022-07-18  9:44 UTC  (3+ messages)
` [PATCH v1 2/4] dt-bindings: gpio: stmpe: Remove node name requirement

[PATCH] Input: adc-joystick - fix ordering in adc_joystick_probe()
 2022-07-18  9:25 UTC  (2+ messages)

[PATCH] Input: properly queue synthetic events
 2022-07-18  8:49 UTC  (2+ messages)

[git pull] Input updates for v5.19-rc6
 2022-07-17 15:06 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;
as well as URLs for NNTP newsgroup(s).