linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-12 16:26:52 to 2024-02-22 17:38:18 UTC [more...]

Implement per-key keyboard backlight as auxdisplay?
 2024-02-22 17:38 UTC  (28+ messages)
                                  ` Future handling of complex RGB devices on Linux
                                    ` Future handling of complex RGB devices on Linux v2
                                              ` Future handling of complex RGB devices on Linux v3

[PATCH] Input: synaptics-rmi4 - fix UAF of IRQ domain on driver removal
 2024-02-22 14:26 UTC 

[PATCH] Input: synaptics-rmi4 - fix use after free (more completely)
 2024-02-22 14:19 UTC  (3+ messages)
` [PATCH] Input: synaptics-rmi4 - fix use after free (more completely) -- but not fully ;)

[PATCH RFC bpf-next v3 00/16] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
 2024-02-22 11:50 UTC  (19+ messages)
` [PATCH RFC bpf-next v3 01/16] bpf/verifier: allow more maps in sleepable bpf programs
` [PATCH RFC bpf-next v3 02/16] bpf/verifier: introduce in_sleepable() helper
` [PATCH RFC bpf-next v3 03/16] bpf/verifier: add is_async_callback_calling_insn() helper
` [PATCH RFC bpf-next v3 04/16] bpf/helpers: introduce sleepable bpf_timers
` [PATCH RFC bpf-next v3 05/16] bpf/verifier: add bpf_timer as a kfunc capable type
` [PATCH RFC bpf-next v3 06/16] bpf/helpers: introduce bpf_timer_set_sleepable_cb() kfunc
` [PATCH RFC bpf-next v3 07/16] bpf/helpers: mark the callback of bpf_timer_set_sleepable_cb() as sleepable
` [PATCH RFC bpf-next v3 08/16] bpf/verifier: do_misc_fixups for is_bpf_timer_set_sleepable_cb_kfunc
` [PATCH RFC bpf-next v3 09/16] HID: bpf/dispatch: regroup kfuncs definitions
` [PATCH RFC bpf-next v3 10/16] HID: bpf: export hid_hw_output_report as a BPF kfunc
` [PATCH RFC bpf-next v3 11/16] selftests/hid: Add test for hid_bpf_hw_output_report
` [PATCH RFC bpf-next v3 12/16] HID: bpf: allow to inject HID event from BPF
` [PATCH RFC bpf-next v3 13/16] selftests/hid: add tests for hid_bpf_input_report
` [PATCH RFC bpf-next v3 14/16] HID: bpf: allow to use bpf_timer_set_sleepable_cb() in tracing callbacks
` [PATCH RFC bpf-next v3 15/16] selftests/hid: add test for bpf_timer
` [PATCH RFC bpf-next v3 16/16] selftests/hid: add KASAN to the VM tests

[PATCH v2] HID: logitech-dj: allow mice to report multimedia keycodes
 2024-02-22 10:18 UTC  (2+ messages)

[PATCH v2 00/10] backlight: Replace struct fb_info in interfaces
 2024-02-21 16:46 UTC  (15+ messages)
` [PATCH v2 01/10] backlight: Match backlight device against struct fb_info.bl_dev
` [PATCH v2 02/10] auxdisplay/ht16k33: Remove struct backlight_ops.check_fb
` [PATCH v2 03/10] hid/hid-picolcd: Fix initialization order
` [PATCH v2 04/10] hid/hid-picolcd: Remove struct backlight_ops.check_fb
` [PATCH v2 05/10] backlight/aat2870-backlight: Remove struct backlight.check_fb
` [PATCH v2 06/10] backlight/pwm-backlight: Remove struct backlight_ops.check_fb
` [PATCH v2 07/10] fbdev/sh_mobile_lcdc_fb: "
` [PATCH v2 08/10] fbdev/ssd1307fb: Init backlight before registering framebuffer
` [PATCH v2 09/10] fbdev/ssd1307fb: Remove struct backlight_ops.check_fb
` [PATCH v2 10/10] backlight: Add controls_device callback to struct backlight_ops

[PATCH RFC bpf-next v2 00/10] allow HID-BPF to do device IOs
 2024-02-21 16:06 UTC  (24+ messages)
` [PATCH RFC bpf-next v2 01/10] bpf/verifier: introduce in_sleepable() helper
` [PATCH RFC bpf-next v2 02/10] bpf/helpers: introduce sleepable timers
` [PATCH RFC bpf-next v2 03/10] bpf/verifier: allow more maps in sleepable bpf programs
` [PATCH RFC bpf-next v2 04/10] HID: bpf/dispatch: regroup kfuncs definitions
` [PATCH RFC bpf-next v2 05/10] HID: bpf: export hid_hw_output_report as a BPF kfunc
` [PATCH RFC bpf-next v2 06/10] selftests/hid: Add test for hid_bpf_hw_output_report
` [PATCH RFC bpf-next v2 07/10] HID: bpf: allow to inject HID event from BPF
` [PATCH RFC bpf-next v2 08/10] selftests/hid: add tests for hid_bpf_input_report
` [PATCH RFC bpf-next v2 09/10] HID: bpf: allow to use bpf_timer_set_sleepable_cb() in tracing callbacks
` [PATCH RFC bpf-next v2 10/10] selftests/hid: add test for bpf_timer

[PATCH 00/10] backlight: Replace struct fb_info in interfaces
 2024-02-21  9:23 UTC  (37+ messages)
` [PATCH 01/10] backlight: Match backlight device against struct fb_info.bl_dev
` [PATCH 02/10] auxdisplay/ht16k33: Remove struct backlight_ops.check_fb
` [PATCH 03/10] hid/hid-picolcd: Fix initialization order
` [PATCH 04/10] hid/hid-picolcd: Remove struct backlight_ops.check_fb
` [PATCH 05/10] backlight/aat2870-backlight: Remove struct backlight.check_fb
` [PATCH 06/10] backlight/pwm-backlight: Remove struct backlight_ops.check_fb
` [PATCH 07/10] fbdev/sh_mobile_lcdc_fb: "
` [PATCH 08/10] fbdev/ssd1307fb: Init backlight before registering framebuffer
` [PATCH 09/10] fbdev/ssd1307fb: Remove struct backlight_ops.check_fb
` [PATCH 10/10] backlight: Add controls_device callback to struct backlight_ops

[PATCH v8 0/5] Add support for CS40L50
 2024-02-21  9:22 UTC  (7+ messages)
` [PATCH v8 1/5] firmware: cs_dsp: Add write sequencer interface
` [PATCH v8 2/5] dt-bindings: input: cirrus,cs40l50: Add initial DT binding
` [PATCH v8 3/5] mfd: cs40l50: Add support for CS40L50 core driver
` [PATCH v8 4/5] Input: cs40l50 - Add support for the CS40L50 haptic driver
` [PATCH v8 5/5] ASoC: cs40l50: Support I2S streaming to CS40L50

v6.8-rc4: Crash in rmi_unregister_function still present
 2024-02-21  7:24 UTC  (3+ messages)

Regression with Lenovo ThinkPad Compact USB Keyboard
 2024-02-20 19:05 UTC  (4+ messages)

[PATCH v1] HID: nintendo: Don't fail on setting baud rate
 2024-02-20 17:20 UTC  (2+ messages)

[syzbot] [input?] [usb?] INFO: rcu detected stall in sys_syslog (2)
 2024-02-20 16:45 UTC 

[PATCH 0/2] map Fn + R key on newer Yogas and Legions
 2024-02-20  3:39 UTC  (3+ messages)
` [PATCH 1/2] Input: allocate keycode for Fn + R
` [PATCH 2/2] platform/x86: ideapad-laptop: map Fn + R key to KEY_FN_R

[PATCH v8 0/3] Input: Add TouchNetix axiom touchscreen driver
 2024-02-20  3:28 UTC  (8+ messages)
` [PATCH v8 1/3] dt-bindings: vendor-prefixes: Add TouchNetix AS
` [PATCH v8 2/3] dt-bindings: input: Add TouchNetix axiom touchscreen
` [PATCH v8 3/3] Input: Add TouchNetix axiom i2c touchscreen driver

[PATCH v7 0/4] Input: support overlay objects on touchscreens
 2024-02-19  8:12 UTC  (2+ messages)

[RFC PATCH v2 0/6] support for Marvell 88PM886 PMIC
 2024-02-19  7:29 UTC  (7+ messages)
` [RFC PATCH v2 1/6] dt-bindings: mfd: add entry "
` [RFC PATCH v2 4/6] dt-bindings: input: add entry for Marvell 88PM88X PMICs onkey

[PATCH] HID: Intel-ish-hid: Ishtp: Fix sensor reads after ACPI S3 suspend
 2024-02-19  2:11 UTC  (4+ messages)

[syzbot] Monthly input report (Feb 2024)
 2024-02-17 20:23 UTC 

[syzbot] [usb?] [input?] WARNING in input_unregister_device (2)
 2024-02-17 12:01 UTC 

Fnlock for Lenovo TrackPoint Keyboard II in USB mode
 2024-02-17  9:38 UTC 

[PATCH v3] Input: WinWing Orion2 throttle support
 2024-02-17  5:54 UTC 

[PATCH v7 0/5] Add support for CS40L50
 2024-02-16 23:41 UTC  (9+ messages)
` [PATCH v7 1/5] firmware: cs_dsp: Add write sequencer interface
` [PATCH v7 2/5] dt-bindings: input: cirrus,cs40l50: Add initial DT binding
` [PATCH v7 3/5] mfd: cs40l50: Add support for CS40L50 core driver
` [PATCH v7 4/5] Input: cs40l50 - Add support for the CS40L50 haptic driver
` [PATCH v7 5/5] ASoC: cs40l50: Support I2S streaming to CS40L50

[PATCH v5] hid-ft260: Add serial driver
 2024-02-16 15:03 UTC 

[PATCH 0/4] leds: trigger: Improve handling of led_trigger_event() and simplify mute audio trigger
 2024-02-16 12:18 UTC  (7+ messages)
` [PATCH 1/4] leds: trigger: Store brightness set by led_trigger_event()
` [PATCH 2/4] ALSA: control-led: Integrate mute led trigger
` [PATCH 3/4] Input: leds: Prepare for removal of config option LEDS_AUDIO_TRIGGER
` [PATCH 4/4] leds: trigger: audio: Remove this trigger

[PATCH v1 0/1] input: touchcreen: tsc2007: make interrupt optional
 2024-02-15 18:09 UTC  (4+ messages)
` [PATCH v1 1/1] "

[PATCH] HID: nintendo: Fix N64 controller being identified as mouse
 2024-02-14 21:36 UTC 

[PATCH RFC bpf-next 0/9] allow HID-BPF to do device IOs
 2024-02-14 17:10 UTC  (15+ messages)

[PATCH v10 0/3] Firmware Support for USB-HID Devices and CP2112
 2024-02-14 16:06 UTC  (4+ messages)
` [PATCH v10 1/3] dt-bindings: i2c: Add CP2112 HID USB to SMBus Bridge
    ` [PATCH v10 1/3] dt-bindings: i2c: Add CP2112 HID USB to SMBus

[PATCH 0/5] Fixes and updates to amd-sfh
 2024-02-14 14:41 UTC  (6+ messages)
` [PATCH 1/5] HID: amd_sfh: Increase sensor command timeout
` [PATCH 2/5] HID: amd_sfh: Update HPD sensor structure elements
` [PATCH 3/5] HID: amd_sfh: Avoid disabling the interrupt
` [PATCH 4/5] HID: amd_sfh: Improve boot time when SFH is available
` [PATCH 5/5] HID: amd_sfh: Extend MP2 register access to SFH

[PATCH 0/7] HID: unused struct members cleanup
 2024-02-14 12:54 UTC  (4+ messages)
` [PATCH 1/7] HID: apple: remove unused members from struct apple_sc_backlight

[PATCH v2 RESEND] HID: nintendo: use ida for LED player id
 2024-02-14  9:55 UTC 

Different uhid_event size on different archs
 2024-02-13 17:38 UTC 

[PATCH] HID: nintendo: Remove some unused functions
 2024-02-13 15:25 UTC  (2+ messages)

[PATCH riscv64] kobject: fix WARNING in input_register_device
 2024-02-13 13:13 UTC  (4+ messages)

[PATCH riscv64] kobject: fix WARNING in input_register_device
 2024-02-13 13:10 UTC  (4+ messages)

[PATCH 2/2] HID: wacom: Clean up use of struct->wacom_wac
 2024-02-13 10:42 UTC  (2+ messages)

[PATCH 1/2] HID: wacom: generic: Avoid reporting a serial of '0' to userspace
 2024-02-13 10:40 UTC  (2+ messages)

[PATCH] Input: synaptics - enable InterTouch for TOS0213
 2024-02-13 10:27 UTC 

[PATCH] HID: multitouch: Add required quirk for Synaptics 0xcddc device
 2024-02-13 10:28 UTC  (2+ messages)

[PATCH v1 00/19] hid-ft260: Fixes for serial driver patch v4
 2024-02-13 10:20 UTC  (2+ messages)

[PATCH v7 00/39] ep93xx device tree conversion
 2024-02-13  9:48 UTC  (3+ messages)

[PATCH] Input: psmouse - add resync_on_resume dmi check
 2024-02-12 20:57 UTC  (5+ messages)

[PATCH 0/2] HID: samsung: Object code size reduction and neatening
 2024-02-12 18:09 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).