linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-30 19:46:09 to 2022-09-08 20:00:36 UTC [more...]

[PATCH 0/2] Add support for Azoteq IQS7210A/7211A/E
 2022-09-08 19:59 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: input: Add bindings "
` [PATCH 2/2] Input: add support "

[PATCH v6 0/5] Input: joystick: xpad: Add X-Box Adaptive Controller support
 2022-09-08 17:39 UTC  (6+ messages)
` [PATCH v6 1/5] Input: joystick: xpad: Add X-Box Adaptive support
` [PATCH v6 2/5] Input: joystick: xpad: Add X-Box Adaptive XBox button
` [PATCH v6 3/5] Input: joystick: xpad: Add ABS_PROFILE to uapi
` [PATCH v6 4/5] Input: joystick: xpad: Add ABS_PROFILE to Docs
` [PATCH v6 5/5] Input: joystick: xpad: Add X-Box Adaptive Profile button

[PATCH v5 0/4] Input: joystick: xpad: Add X-Box Adaptive Controller support
 2022-09-08 17:36 UTC  (8+ messages)
` [PATCH v5 2/4] Input: joystick: xpad: Add ABS_PROFILE axis value to uapi

[PATCH 0/8] acpi: i2c: Use SharedAndWake and ExclusiveAndWake to enable wake irq
 2022-09-08 15:23 UTC  (29+ messages)
` [PATCH 1/8] Input: elan_i2c - Use PM subsystem to manage "
` [PATCH 2/8] HID: i2c-hid: "
` [PATCH 3/8] gpiolib: acpi: Add wake_capable parameter to acpi_dev_gpio_irq_get_by
` [PATCH 4/8] i2c: acpi: Use ACPI GPIO wake capability bit to set wake_irq
` [PATCH 5/8] HID: i2c-hid: acpi: Stop setting wakeup_capable
` [PATCH 6/8] Input: elan_i2c - Don't set wake_irq when using ACPI
` [PATCH 7/8] HID: i2c-hid: "
` [PATCH 8/8] ACPI: PM: Take wake IRQ into consideration when entering suspend-to-idle

[PATCH] input/serio: fix repeated words in comments
 2022-09-08 13:55 UTC  (2+ messages)

[PATCH 00/11] Additional fixes for Azoteq IQS7222A/B/C
 2022-09-08 13:15 UTC  (12+ messages)
` [PATCH 01/11] Input: iqs7222 - drop unused device node references
` [PATCH 02/11] Input: iqs7222 - report malformed properties
` [PATCH 03/11] dt-bindings: input: iqs7222: Correct minimum slider size
` [PATCH 04/11] Input: iqs7222 - protect against undefined "
` [PATCH 05/11] Input: iqs7222 - trim force communication command
` [PATCH 06/11] Input: iqs7222 - avoid sending empty SYN_REPORT events
` [PATCH 07/11] Input: iqs7222 - set all ULP entry masks by default
` [PATCH 08/11] Input: iqs7222 - allow 'linux,code' to be optional
` [PATCH 09/11] dt-bindings: input: iqs7222: Allow "
` [PATCH 10/11] dt-bindings: input: iqs7222: Add support for IQS7222A v1.13+
` [PATCH 11/11] Input: iqs7222 - add "

[PATCH] input/mouse: fix repeated words in comments
 2022-09-08 13:10 UTC 

[PATCH] HID: sony: Support for DS4 clones that do not implement feature report 0x81
 2022-09-08  8:31 UTC  (2+ messages)

[v4 1/5] HID: core: Export hid_match_id()
 2022-09-08  8:03 UTC  (4+ messages)

[dtor-input:next] BUILD SUCCESS e23c69e3324892f7420686b3aaa0403df6cf152c
 2022-09-07 17:19 UTC 

[PATCH v3 RESEND] HID: multitouch: Add memory barriers
 2022-09-07 15:01 UTC 

[PATCH v2 1/2] dt-bindings: input: touchscreen: elants_i2c: Add eth3915n touchscreen chip
 2022-09-07 14:49 UTC  (4+ messages)
` [PATCH v2 2/2] "

[PATCH 0/3] MAINTAINERS: Update entries for some VMware drivers
 2022-09-07  7:51 UTC  (7+ messages)
` [PATCH 1/3] MAINTAINERS: Change VMware PVSCSI driver entry to upper case
` [PATCH 2/3] MAINTAINERS: Change status of some VMware drivers
` [PATCH 3/3] MAINTAINERS: Add a new entry for VMWARE VSOCK VMCI TRANSPORT DRIVER

[fortify] ab66e7d1d8: BUG:kernel_failed_in_early-boot_stage,last_printk:Booting_the_kernel
 2022-09-07  6:02 UTC 

[PATCH 1/2] dt-bindings: input: touchscreen: elants_i2c: Add eth3915n touchscreen chip
 2022-09-06 23:06 UTC  (5+ messages)
` [PATCH 2/2] "

[PATCH v1 1/1] Input: icn8505 - Utilize acpi_get_subsystem_id()
 2022-09-06 19:01 UTC  (4+ messages)

[PATCH] Input: xpad - add support for ThrustMaster eSwap PRO Controller Xbox for Xbox One
 2022-09-06 18:53 UTC  (3+ messages)

[PATCH v2 0/4] Input: xpad - sync with github fork
 2022-09-06 18:47 UTC  (4+ messages)

[dtor-input:next] BUILD SUCCESS 94b22e125175e0c57d044c18d122ad5991348ca3
 2022-09-06 17:22 UTC 

[PATCH bpf-next v10 00/23] Introduce eBPF support for HID devices
 2022-09-06 16:12 UTC  (28+ messages)
` [PATCH bpf-next v10 01/23] selftests/bpf: regroup and declare similar kfuncs selftests in an array
` [PATCH bpf-next v10 02/23] bpf: split btf_check_subprog_arg_match in two
` [PATCH bpf-next v10 03/23] bpf/verifier: allow all functions to read user provided context
` [PATCH bpf-next v10 04/23] selftests/bpf: add test for accessing ctx from syscall program type
` [PATCH bpf-next v10 05/23] bpf/btf: bump BTF_KFUNC_SET_MAX_CNT
` [PATCH bpf-next v10 06/23] bpf/verifier: allow kfunc to return an allocated mem
` [PATCH bpf-next v10 07/23] selftests/bpf: Add tests for kfunc returning a memory pointer
` [PATCH bpf-next v10 08/23] HID: core: store the unique system identifier in hid_device
` [PATCH bpf-next v10 09/23] HID: export hid_report_type to uapi
` [PATCH bpf-next v10 10/23] HID: convert defines of HID class requests into a proper enum
` [PATCH bpf-next v10 11/23] HID: Kconfig: split HID support and hid-core compilation
` [PATCH bpf-next v10 12/23] HID: initial BPF implementation
` [PATCH bpf-next v10 13/23] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v10 14/23] HID: bpf: allocate data memory for device_event BPF programs
` [PATCH bpf-next v10 15/23] selftests/bpf/hid: add test to change the report size
` [PATCH bpf-next v10 16/23] HID: bpf: introduce hid_hw_request()
` [PATCH bpf-next v10 17/23] selftests/bpf: add tests for bpf_hid_hw_request
` [PATCH bpf-next v10 18/23] HID: bpf: allow to change the report descriptor
` [PATCH bpf-next v10 19/23] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v10 20/23] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v10 21/23] samples/bpf: HID: add new hid_mouse example
` [PATCH bpf-next v10 22/23] samples/bpf: HID: add Surface Dial example
` [PATCH bpf-next v10 23/23] Documentation: add HID-BPF docs

[PATCH 00/10] Add TWL6030 power off and powerbutton support
 2022-09-06 15:13 UTC  (5+ messages)
` [PATCH 01/10] power: reset: Move TWL4030 power driver from mfd
` [PATCH 02/10] dt-bindings: power: reset: Move twl4030-power from mfd to power/reset

Do not ignore this message
 2022-09-06 13:13 UTC 

[PATCH] hid: hid-logitech-hidpp: avoid unnecessary assignments in hidpp_connect_event
 2022-09-06  7:57 UTC  (2+ messages)

[PATCH v2 0/5] mfd: stmpe: Probe sub-function by compatible
 2022-09-06  3:15 UTC  (7+ messages)
` [PATCH v2 3/5] dt-bindings: gpio: stmpe: Remove node name requirement
` [PATCH v2 5/5] dt-bindings: input: touchscreen: "

[PATCH 3/5] dt-bindings: mfd: sensehat: Add Raspberry Pi Sense HAT schema
 2022-09-06  2:47 UTC  (2+ messages)

[PATCH] HID: roccat: Fix Use-After-Free in roccat_read
 2022-09-04 19:33 UTC  (5+ messages)

[PATCH v2] HID: roccat: Fix Use-After-Free in roccat_read
 2022-09-04 19:31 UTC 

[dtor-input:gpio-test] BUILD SUCCESS df74c03112c198ccff4679d8e1f38dc8603c7974
 2022-09-04 17:12 UTC 

[PATCH] HID: sony: Fix double word in comments
 2022-09-04 15:45 UTC 

[dtor-input:next] BUILD SUCCESS f4e7a254299bcdfe7bced700a7d96690b1b9a6f2
 2022-09-04  9:13 UTC 

[git pull] Input updates for v6.0-rc3
 2022-09-03 20:29 UTC  (2+ messages)

[syzbot] UBSAN: shift-out-of-bounds in snto32 (2)
 2022-09-03 15:50 UTC 

[PATCH 1/3] Input: atkbd - switch to using dev_groups for driver-specific attributes
 2022-09-03  5:52 UTC  (6+ messages)
` [PATCH 2/3] Input: psmouse "
` [PATCH 3/3] Input: aiptek "

[PATCH bpf-next v9 00/23] Introduce eBPF support for HID devices
 2022-09-02 13:11 UTC  (15+ messages)
` [PATCH bpf-next v9 01/23] bpf/verifier: allow all functions to read user provided context
` [PATCH bpf-next v9 04/23] bpf/verifier: allow kfunc to return an allocated mem

[PATCH 5.10 09/37] HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report
 2022-09-02 12:19 UTC 

[PATCH 5.19 09/72] HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report
 2022-09-02 12:18 UTC 

[PATCH 5.15 27/73] HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report
 2022-09-02 12:18 UTC 

[PATCH 5.4 54/77] HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report
 2022-09-02 12:19 UTC 

[PATCH 4.19 45/56] HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report
 2022-09-02 12:19 UTC 

[PATCH 1/2] HID: wacom: Add new Intuos Pro Small (PTH-460) device IDs
 2022-09-02 10:01 UTC  (2+ messages)

[PATCH v2 0/1] VRC-2 Car Controller
 2022-09-02  8:25 UTC  (2+ messages)
` [PATCH v2 1/1] HID: Add driver for "

Bug: Elan v3 touchpad's reported size is half of actual touch coordinates
 2022-09-02  6:45 UTC  (2+ messages)

[dtor-input:next] BUILD SUCCESS ed3d5bd20dcdfdbe110feeabf120cba7bd329ad8
 2022-09-01 18:25 UTC 

[syzbot] KASAN: use-after-free Read in powermate_config_complete (4)
 2022-09-01  8:58 UTC 

[PATCH v4 0/3] Add Richtek RT5120 PMIC support
 2022-09-01  2:12 UTC  (5+ messages)
` [PATCH v4 3/3] input: misc: rt5120: Add power key support

[PATCH 0/3] Fix FORTIFY=y UBSAN_LOCAL_BOUNDS=y
 2022-08-31 19:06 UTC  (8+ messages)
` [PATCH 1/3] fortify: use __builtin_dynamic_object_size in __compiletime_strlen
` [PATCH 2/3] fortify: cosmetic cleanups to __compiletime_strlen
` [PATCH 3/3] HID: avoid runtime call to strlen

[PATCH v4 0/6] Add support for TI TPS65219 PMIC
 2022-08-31 19:02 UTC  (8+ messages)
` [PATCH v4 4/6] mfd: drivers: Add TI TPS65219 PMIC support

[PATCH v1 0/2] Input: touchscreen: Minor colibri-vf50-ts cleanups
 2022-08-31 17:17 UTC  (7+ messages)
` [PATCH v1 1/2] Input: touchscreen: colibri-vf50-ts: don't depend on VF610_ADC
` [PATCH v1 2/2] dt-bindings: input: colibri-vf50-ts: Improve documentation

[dtor-input:next] BUILD SUCCESS 4f35adaee07d182a4a7ef6b960c614ff3c5b4090
 2022-08-31 16:46 UTC 

[PATCH] HID: roccat: convert sysfs snprintf to sysfs_emit
 2022-08-31 13:43 UTC 

[PATCH v2] HID: hid-picolcd_core: convert sysfs snprintf to sysfs_emit
 2022-08-31 13:12 UTC 

[PATCH v4 00/10] adp5588-keys refactor and fw properties support
 2022-08-31 12:37 UTC  (8+ messages)
` [PATCH v4 01/10] input: keyboard: adp5588-keys: support gpi key events as 'gpio keys'
` [PATCH v4 02/10] gpio: gpio-adp5588: drop the driver

[PATCH] HID: hid-picolcd_core: convert sysfs snprintf to sysfs_emit
 2022-08-31 12:33 UTC 

[PATCH v3 00/10] adp5588-keys refactor and fw properties support
 2022-08-31 12:30 UTC  (6+ messages)
` [PATCH v3 01/10] input: keyboard: adp5588-keys: support gpi key events as 'gpio keys'

[PATCH 0/1] VRC-2 Car Controller
 2022-08-31 10:56 UTC  (4+ messages)
` [PATCH 1/1] HID: Add driver for "

Napływ Klientów ze strony
 2022-08-31  7:50 UTC 

"Forbes: Ein wichtiges Leck aus dem geschlossenen Club der Kryptomillionare"
 2022-08-31  4:21 UTC 

[PATCH v1 1/1] Input: matrix_keypad - replace of_gpio_named_count() by gpiod_count()
 2022-08-30 21:20 UTC  (2+ messages)

[PATCH v1 1/1] Input: clps711x-keypad - get rid of OF_GPIO dependency
 2022-08-30 21:15 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).