messages from 2026-09-12 12:45:42 to 2026-09-15 19:05:25 UTC [more...]
[PATCH v3 0/8] docs: kernel-parameters: Remove eight entries for parameters that no longer exist
2026-09-15 19:05 UTC (2+ messages)
[PATCH 00/28] Replace remaining strlcat() call sites with snprintf()/seq_buf()
2026-09-15 19:00 UTC (38+ messages)
` [PATCH 01/28] ALSA: ac97: Refactor snd_ac97_get_name() to use snprintf()
` [PATCH 02/28] sunrpc: Refactor rpc_sockaddr2uaddr() to use snprintf() instead of strlcat()
` [PATCH 03/28] ARM: atags: Replace strlcat() with snprintf() for cmdline extend
` [PATCH 04/28] scsi: bfa: Use snprintf() in bfa_fcs_fabric_nsymb_init()
` [PATCH 05/28] ALSA: usb-audio: Refactor usb_audio_make_longname() to use seq_buf
` [PATCH 06/28] comedi: comedi_bond: Refactor strlcat() to seq_buf in do_dev_config()
` [PATCH 07/28] scsi: bfa: Use snprintf() in bfa_fcs_fabric_psymb_init()
` [PATCH 08/28] devlink: Refactor strlcat() to seq_buf in __devlink_compat_running_version()
` [PATCH 09/28] drm/dp_mst: Refactor build_mst_prop_path() to use seq_buf
` [PATCH 10/28] of/fdt: Replace strlcat() with snprintf() in early_init_dt_scan_chosen()
` [PATCH 11/28] wifi: brcmfmac: Replace strlcat() with snprintf() in brcmf_fw_alloc_request()
` [PATCH 12/28] fortify: Convert strlcat() to snprintf() in strcat()
` [PATCH 13/28] i40e: Replace strlcat() with snprintf() in i40e_nvm_version_str()
` [PATCH 14/28] ALSA: usb-audio: Refactor append_ctl_name() to use snprintf()
` [PATCH 15/28] orangefs: Use seq_buf for debug help string generation
` [PATCH 16/28] pinctrl: samsung: Use snprintf() to construct pin bank names
` [PATCH 17/28] MIPS: cmdline: Refactor bootcmdline_append() to use snprintf()
` [PATCH 18/28] LoongArch: Refactor bootcmdline_init() to use seq_buf instead of strlcat()
` [PATCH 19/28] x86/setup: Use snprintf() to concatenate builtin and boot command lines
` [PATCH 20/28] parisc: Refactor strlcat() to seq_buf in setup_cmdline()
` [PATCH 21/28] NFS: nfsroot: Refactor root_nfs_cat() to use snprintf()
` [PATCH 22/28] media: si2165: Use snprintf() to format frontend name
` [PATCH 23/28] Input: synaptics_usb - use seq_buf and snprintf() for name and phys
` [PATCH 24/28] EDAC/thunderx: Fix stale error context in thunderx_l2c_threaded_isr()
` [PATCH 25/28] EDAC/thunderx: Replace strlcat() with seq_buf
` [PATCH 26/28] wifi: wil6210: Refactor resume_triggers2string() to use seq_buf
` [PATCH 27/28] drm/xe/pf: Convert strlcat() to seq_buf in control_read()
` [PATCH 28/28] drm/xe/pf: Refactor strlcat() to seq_buf in sched_group_engines_read()
[PATCH 0/3] HID: asus: improve the driver support for laptops
2026-09-15 18:19 UTC (5+ messages)
` [PATCH 1/3] HID: asus: document and harden the worker teardown
` [PATCH 2/3] HID: asus: reinitialize the device after exiting a sleep state
` [PATCH 3/3] HID: asus: add support for xgm led
[PATCH 0/2] Input: gpio-keys - support wakeup pinctrl state
2026-09-15 17:41 UTC (13+ messages)
` [PATCH 1/2] dt-bindings: input: gpio-keys: add pinctrl states
` [PATCH 2/2] Input: gpio-keys - support wakeup pinctrl state on suspend
[PATCH v5 0/2] HID: flydigi: add support for vader 5 pro
2026-09-15 17:24 UTC (4+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] Input: xpad - introduce a static table to ignore devices
[PATCH v3 0/4] hwmon: AMPINEL support and shared fixes
2026-09-15 17:09 UTC (15+ messages)
` [PATCH v3 1/4] HID: generic: Respect specialized drivers match callbacks
` [PATCH v3 2/4] hwmon: (aquacomputer_d5next) Avoid truncating scaled sensor readings
` [PATCH v3 3/4] hwmon: (aquacomputer_d5next) Expire the initial sensor cache
` [PATCH v3 4/4] hwmon: (aquacomputer_d5next) Add AMPINEL support
[RFC] HID: battery support design for Fractal Scape USB dongle (36bc:0001)
2026-09-15 17:08 UTC
[PATCH 0/2] HID: bpf: add one ssize_t check detected by Sashiko
2026-09-15 15:46 UTC (3+ messages)
` [PATCH 1/2] HID: bpf: cast size to ssize_t when checking hid_bpf_hw_request
` [PATCH 2/2] selftest/hid: add test for negative return codes for hid_bpf_hw_request
[PATCH] HID: wacom: avoid overflows in sequence number tracking
2026-09-15 14:52 UTC (4+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] HID: bpf: reject oversized device events before copying
2026-09-15 14:07 UTC (3+ messages)
[PATCH RFC 00/10] arm64: qcom: sm6125-ginkgo: display, backlight, and touch support
2026-09-15 11:15 UTC (10+ messages)
` [PATCH RFC 02/10] backlight: add Kinetic KTD3136 driver
` [PATCH RFC 07/10] drm/msm/dpu: describe SM6125 programmable-fetch delayed-start quirk
` [PATCH RFC 08/10] drm/msm/dsi: make command and video mode configuration mutually exclusive
` [PATCH RFC 09/10] drm/msm/dsi: separate host link enable from video stream enable
[PATCH 0/3] AW8695 haptic driver
2026-09-15 10:04 UTC (7+ messages)
` [PATCH 1/3] dt-bindings: input: Add compatibility for Awinic AW8695
` [PATCH 2/3] Input - aw8695: Add driver for AW8695 haptics
` [PATCH 3/3] arm64: dts: qcom: sm7225-fairphone-fp4: Add "
[PATCH 0/7] Input: gscps2: cleanups and locking fixes
2026-09-15 9:51 UTC (3+ messages)
` [PATCH 1/7] Input: gscps2 - clean up driver code style and structure
[PATCH] HID: roccat: pass data size to roccat_report_event()
2026-09-15 8:53 UTC
[PATCH v13 0/3] HID: nintendo: Add preliminary Switch 2 controller
2026-09-15 6:44 UTC (3+ messages)
` [PATCH v13 1/3] HID: nintendo: Add preliminary Switch 2 controller driver
[PATCH] HID: wacom: validate battery range before scaling
2026-09-15 4:25 UTC (3+ messages)
` [PATCH v2] "
[PATCH] HID: core: avoid signed overflow in multiplier calculation
2026-09-15 4:12 UTC
[PATCH 00/10] HID: hid-lenovo-go-s: Fix various bugs
2026-09-14 23:31 UTC (15+ messages)
` [PATCH 01/10] HID: hid-lenovo-go-s: Return ret instead of 0 in mcu_property_out()
` [PATCH 02/10] HID: hid-lenovo-go-s: Bound stale reply window before reusing send_cmd_complete
` [PATCH 03/10] HID: hid-lenovo-go-s: Prevent deadlock if device removed during setup
` [PATCH 04/10] HID: hid-lenovo-go-s: Use pm_ptr for reset_resume callback
` [PATCH 05/10] HID: hid-lenovo-go-s: Add kobject_uevent notify during reset-resume
` [PATCH 06/10] HID: hid-lenovo-go-s: Add suspend function and gate access under bool
` [PATCH 07/10] HID: hid-lenovo-go-s: Move attribute init to after device query
` [PATCH 08/10] HID: hid-lenovo-go-s: Reorganize and rename hid_gos_cfg
` [PATCH 09/10] HID: hid-lenovo-go-s: Move static led_classdev_mc to drvdata struct
` [PATCH 10/10] HID: hid-lenovo-go-s: Use devm_kzalloc for drvdata
[PATCH 0/3] HID: bpf: fix __hid_bpf_hw_check_params report length computation
2026-09-14 16:07 UTC (2+ messages)
[PATCH] HID: bpf: Accept 123-byte pen descriptor in Huion Frego M quirk
2026-09-14 16:05 UTC (2+ messages)
[PATCH 0/3] Add 'hid-valve-index' reset driver
2026-09-14 14:45 UTC (8+ messages)
` [PATCH 2/3] HID: valve-index: Reboot headset on system power transitions
[PATCH RFC 00/20] Add Initial Support For MSM8952, Add General Mobile Shamrock
2026-09-14 14:21 UTC (14+ messages)
` [PATCH RFC 13/20] clk: qcom: smd-rpm: Add clocks for MSM8952
` [PATCH RFC 15/20] soc: qcom: ubwc: Add UBWC config "
` [PATCH RFC 20/20] arm64: dts: qcom: generalmobile-shamrock: new device
[PATCH v5 0/2] HID: generic: add LampArray support via hid-lamparray helper
2026-09-14 13:32 UTC (2+ messages)
[PATCH v2 1/4] HID: roccat: fix locking in roccat_connect() and roccat_disconnect()
2026-09-14 13:07 UTC (8+ messages)
` [PATCH v2 2/4] HID: roccat: fix device access in roccat_release()
` [PATCH v2 3/4] HID: roccat: examine readers to check whether the device is opened
` [PATCH v2 4/4] HID: roccat: use kref to manage device instances
[PATCH v5] HID: appletb-kbd: support layer switching on Fn double press
2026-09-14 12:47 UTC (2+ messages)
[PATCH v1] HID: wacom: #include <linux/device-id/hid.h> instead of <linux/mod_devicetable.h>
2026-09-14 12:46 UTC (3+ messages)
[PATCH v2] HID: amd_sfh: Validate PCI BAR size before mapping
2026-09-14 12:42 UTC (3+ messages)
[PATCH] HID: logitech-hidpp: fix hi-res scroll for Bolt-connected MX Master
2026-09-14 10:51 UTC (3+ messages)
[PATCH 00/13] HID: ft260: add UART and GPIO support, plus I2C fixes
2026-09-14 9:27 UTC (4+ messages)
[PATCH 08/13] HID: ft260: uart: add modem pins control via ioctl
2026-09-14 8:57 UTC (3+ messages)
[PATCH] dt-bindings: input: Use consistent indentation in the example
2026-09-14 8:54 UTC (2+ messages)
[PATCH v2 0/2] HID: quiet the keyboard on the Lenovo Yoga Slim 7x Gen 11
2026-09-14 8:39 UTC (2+ messages)
[PATCH] HID: amd_sfh: Validate PCI BAR size before mapping
2026-09-14 6:40 UTC (3+ messages)
[PATCH] HID: corsair: do not re-schedule LED worker after it has been cancelled
2026-09-14 6:34 UTC (2+ messages)
[PATCH v2] HID: corsair: use disable_work_sync() to tear down the LED workers
2026-09-14 6:26 UTC (2+ messages)
[PATCH 0/2] HID: intel-thc-hid: intel-quickspi: two DMA buffer overflows
2026-09-14 1:59 UTC (7+ messages)
` [PATCH 1/2] HID: intel-thc-hid: intel-quickspi: size the input buffer for the DMA
` [PATCH 2/2] HID: intel-thc-hid: intel-quickspi: bound the GET REPORT response to report_buf
` [PATCH 2/2] HID: intel-thc-hid: intel-quickspi: bound the "
[PATCH] Input: hp_sdc: shut down kicker timer on module exit
2026-09-14 1:23 UTC (3+ messages)
[PATCH] Input: xpad - add support for Victrix Pro BFG Controller
2026-09-14 1:21 UTC (2+ messages)
[RESEND PATCH] Input: tsc2007 - Read "ti,poll-period" as u32
2026-09-14 1:18 UTC (4+ messages)
[PATCH] Input: trackpoint: Fix the inertia attribute name in the ABI document
2026-09-14 1:14 UTC (2+ messages)
[PATCH] Input: eeti_ts - publish the OF module alias
2026-09-14 1:13 UTC (2+ messages)
[PATCH v5] Input: xpad - add support for Azeron devices
2026-09-14 1:08 UTC (2+ messages)
[PATCH] Input: synaptics-rmi4 - fix NULL dereference in the PM callbacks
2026-09-14 0:51 UTC (2+ messages)
[PATCH] Input: xpad - fix PDP Marvel Xbox 360 controller
2026-09-14 0:46 UTC (2+ messages)
[PATCH] Input: matrix-keymap - reject keycodes above KEY_MAX
2026-09-14 0:17 UTC (2+ messages)
Internal keyboard dead on ADVAN 1405 (APN21S-140P3-CS): i8042 controller OK, keyboard device never ACKs
2026-09-14 0:14 UTC
[PATCH] HID: correct typos in hid-lenovo-go-s ABI doc
2026-09-14 0:00 UTC (2+ messages)
[PATCH v3 1/2] Input: soc_button_array - fix MS Surface Pro 11 probe failure
2026-09-13 23:43 UTC (2+ messages)
Double tap to wake optionality
2026-09-13 23:33 UTC (2+ messages)
[PATCH] Input: i8042 - add quirk for Acer Aspire Go 15 AG15-42P
2026-09-13 23:28 UTC (2+ messages)
[PATCH V2 RESEND] Input: synaptics - disable InterTouch on ThinkPad T440p (board id 2722)
2026-09-13 23:15 UTC (2+ messages)
[BUG] HID: i2c-hid: ELAN 04F3:30FD touchpad reset race causes -EREMOTEIO on HP Pavilion Gaming 15-ec1xxx
2026-09-13 21:16 UTC (9+ messages)
[6.12.107] MSI G63 9SEK - Synaptics touchpad falls back to PS/2, multitouch lost at boot, fixed by delayed protocol write
2026-09-13 20:22 UTC (2+ messages)
[BUG] HID: logitech-hidpp: capacity_level stays UNKNOWN after charging ends on 0x1000-only devices (MX Master 3)
2026-09-13 18:51 UTC
[PATCH v1] HID: sensor-hub: Fail unfinished multi-value reads on removal
2026-09-13 17:21 UTC (7+ messages)
` [PATCH v2] "
` [PATCH v2] HID: sensor-hub: Fail unfinished multi-value reads on remo
` [PATCH v3] HID: sensor-hub: Fail unfinished multi-value reads on removal
[PATCH] HID: winwing: remove unpaired hid_hw_close()
2026-09-13 14:50 UTC (2+ messages)
[PATCH] HID: logitech-hidpp: cancel reset_hi_res_work on probe failure
2026-09-13 13:40 UTC
[PATCH 0/3] ESWIN EPH8621 touchscreen support for Fairphone (Gen. 6)
2026-09-13 9:28 UTC (3+ messages)
` [PATCH 1/3] dt-bindings: input: touchscreen: document ESWIN EPH8621
[PATCH 08/14] mfd: remove unused aat2870 driver
2026-09-13 8:33 UTC (3+ messages)
[PATCH] dt-bindings: input: touchscreen: convert sis_i2c to DT schema
2026-09-13 5:46 UTC (2+ messages)
[PATCH v2] HID: logitech-hidpp: Add support for HID++ Multi-Platform feature (0x4531)
2026-09-13 4:46 UTC (2+ messages)
` [PATCH v9] "
[PATCH] Input: sur40: prevent polling loop from stalling
2026-09-13 2:28 UTC
[PATCH] Input: synaptics-rmi4 - add support for reset gpios
2026-09-12 18:10 UTC (2+ messages)
[PATCH] HID: intel-thc-hid: intel-quicki2c: Fix the return value in quicki2c_dev_init() kernel-doc
2026-09-12 12:45 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).