linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-03 08:10:36 to 2025-02-10 06:50:31 UTC [more...]

[PATCH v4 00/20] Split devres APIs to device/devres.h and introduce devm_kmemdup_array()
 2025-02-10  6:48 UTC  (14+ messages)
` [PATCH v4 01/20] driver core: Split devres APIs to device/devres.h
` [PATCH v4 02/20] iio: imu: st_lsm9ds0: Replace device.h with what is needed
` [PATCH v4 03/20] devres: Introduce devm_kmemdup_array()
` [PATCH v4 04/20] pinctrl: intel: copy communities using devm_kmemdup_array()
` [PATCH v4 05/20] pinctrl: baytrail: "
` [PATCH v4 06/20] pinctrl: cherryview: use devm_kmemdup_array()
` [PATCH v4 07/20] pinctrl: tangier: "
` [PATCH v4 08/20] pinctrl: pxa2xx: "
` [PATCH v4 09/20] input: sparse-keymap: "
` [PATCH v4 10/20] input: ipaq-micro-keys: "
` [PATCH v4 11/20] regulator: devres: "
` [PATCH v4 12/20] regulator: cros-ec: "
` [PATCH v4 13/20] power: supply: sc27xx: "

[PATCH 0/1] Input: rmi_i2c: introduce reset GPIO handling
 2025-02-10  5:48 UTC  (3+ messages)
` [PATCH 1/1] "

[syzbot] [input?] [usb?] KASAN: slab-out-of-bounds Read in mcp2221_raw_event
 2025-02-10  3:03 UTC  (2+ messages)

Patchset status - 'Add support for Maxim Integrated MAX77705 PMIC'
 2025-02-09 19:38 UTC  (2+ messages)

[hid:for-6.15/apple 2/4] drivers/hid/hid-appletb-kbd.c:119:18: sparse: sparse: symbol 'appletb_kbd_attrs' was not declared. Should it be static?
 2025-02-09  7:30 UTC  (2+ messages)

[PATCH 1/2] HID: hid-appletb-kbd: make struct attribute *appletb_kbd_attrs[] static
 2025-02-09  7:27 UTC  (2+ messages)
` [PATCH 2/2] HID: hid-appletb-bl: use appletb_bl_brightness_map instead of magic numbers to set default brightness

[hid:for-6.15/logitech 1/1] ERROR: modpost: "led_mc_calc_color_components" [drivers/hid/hid-lg-g15.ko] undefined!
 2025-02-09  2:09 UTC 

The business loan-
 2025-02-08 22:10 UTC 

[PATCH] HID: Enable playstation driver independently of sony driver
 2025-02-08 19:42 UTC  (9+ messages)
` [PATCH v2 0/2] HID: hid_have_special_driver fixes for playstation driver
  ` [PATCH v2 1/2] HID: Enable playstation driver independently of sony driver
  ` [PATCH v2 2/2] HID: Enable playstation driver for PlayStation 5 controllers

[PATCH 0/3] HID: pidff: Compatibility update and new devices
 2025-02-08 17:36 UTC  (4+ messages)
` [PATCH 1/3] MAINTAINERS: Update hid-universal-pidff entry
` [PATCH 2/3] HID: pidff: Make sure to fetch pool before checking SIMULTANEOUS_MAX
` [PATCH 3/3] HID: hid-universal-pidff: Add Asetek wheelbases support

[PATCH v2] Input: xpad - add support for GHL Xbox One controller
 2025-02-08 14:57 UTC 

[RESEND PATCH v2] HID: Add reserved item tag for main items
 2025-02-07 15:04 UTC  (2+ messages)

[PATCH 0/7] HID: bpf: sync with udev-hid-bpf
 2025-02-07 14:49 UTC  (9+ messages)
` [PATCH 1/7] HID: bpf: Add support for the default firmware mode of the Huion K20
` [PATCH 2/7] HID: bpf: Suppress bogus F13 trigger on Sirius keyboard full fan shortcut
` [PATCH 3/7] HID: bpf: Added updated Kamvas Pro 19 descriptor
` [PATCH 4/7] HID: bpf: add support for the XP-Pen Artist Pro 19 (gen2)
` [PATCH 5/7] HID: bpf: import new kfunc from v6.10 & v6.11
` [PATCH 6/7] HID: bpf: new hid_bpf_async.h common header
` [PATCH 7/7] HID: bpf: add a v6.11+ compatible BPF fixup for the XPPen ACK05 remote

[PATCH 1/3] hid-steam: Move hidraw input (un)registering to work
 2025-02-07 13:29 UTC  (8+ messages)
` [PATCH 2/3] hid-steam: Mutex cleanup
` [PATCH 3/3] hid-steam: Don't use cancel_delayed_work_sync in IRQ context

[PATCH] HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints by null-terminating array
 2025-02-07 13:21 UTC  (2+ messages)

[PATCH] HID: apple: fix up the F6 key on the Omoton KB066 keyboard
 2025-02-07 13:07 UTC  (5+ messages)
` [PATCH resend] "

[PATCH] HID: hid-apple: Apple Magic Keyboard a3203 USB-C support
 2025-02-07 13:06 UTC  (2+ messages)

[PATCH v2 0/4] Touch Bar driver for Apple Macs with T2 Security Chip
 2025-02-07 13:04 UTC  (2+ messages)

[PATCH RESEND v2 1/4] HID: hid-appletb-bl: add driver for the backlight of Apple Touch Bars
 2025-02-07 12:53 UTC  (2+ messages)

[PATCH v2] hid: hid-lg-g15: Use standard multicolor LED API
 2025-02-07 12:51 UTC  (3+ messages)

[PATCH] HID: intel-thc-hid: Remove deprecated PCI API calls
 2025-02-07 12:49 UTC  (5+ messages)

[PATCH v3 01/20] driver core: Split devres APIs to device/devres.h
 2025-02-06 18:56 UTC  (7+ messages)

[PATCH v3 00/20] Split devres APIs to device/devres.h and introduce devm_kmemdup_array()
 2025-02-06 18:46 UTC  (31+ messages)
` [PATCH v3 02/20] iio: imu: st_lsm9ds0: Replace device.h with what is needed
` [PATCH v3 05/20] pinctrl: baytrail: copy communities using devm_kmemdup_array()
` [PATCH v3 06/20] pinctrl: cherryview: use devm_kmemdup_array()
` [PATCH v3 10/20] input: ipaq-micro-keys: "
` [PATCH v3 12/20] regulator: cros-ec: "
` [PATCH v3 14/20] iio: adc: xilinx-xadc-core: "
` [PATCH v3 16/20] ASoC: hdac_hdmi: "
` [PATCH v3 17/20] ASoC: tlv320dac33: "
` [PATCH v3 18/20] ASoC: uda1380: "
` [PATCH v3 19/20] ASoC: meson: axg-tdm-interface: "
` [PATCH v3 20/20] ASoC: uniphier: "

[PATCH v3 0/2] input: convert dlg,da7280.txt to dt-schema & update MAINTAINERS
 2025-02-06 17:00 UTC  (2+ messages)

[PATCH v5 0/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO NB04 devices
 2025-02-06 16:18 UTC  (4+ messages)

[dtor-input:next] BUILD SUCCESS a7550ff59edfc768a8600c1e5c24c304208696a5
 2025-02-06 15:45 UTC 

[PATCH v2] HID: usbhid: fix recurrent out-of-bounds bug in usbhid_parse()
 2025-02-06 14:44 UTC  (5+ messages)

[PATCH] input: drop vb2_ops_wait_prepare/finish
 2025-02-06 10:16 UTC  (2+ messages)

[PATCH] HID: lenovo: silence unreachable code warning
 2025-02-06  8:20 UTC 

[PATCH 0/2] tools: Unify top-level quiet infrastructure
 2025-02-06  1:28 UTC  (9+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tools: Remove redundant quiet setup

[PATCH v3 0/3] Makefile fixes for samples/{bpf,hid}
 2025-02-06  1:00 UTC  (7+ messages)
` [PATCH v3 1/3] samples/hid: remove unnecessary -I flags from libbpf EXTRA_CFLAGS
` [PATCH v3 2/3] samples/bpf: fix broken vmlinux path for VMLINUX_BTF
` [PATCH v3 3/3] samples/hid: "
` (subset) [PATCH v3 0/3] Makefile fixes for samples/{bpf,hid}

[PATCH] Input: gscps2 - Describe missing function parameters
 2025-02-05 18:04 UTC 

[PATCH v6 0/4] Driver for Apple Z2 touchscreens
 2025-02-05 16:27 UTC  (5+ messages)
` [PATCH v6 1/4] dt-bindings: input: touchscreen: Add Z2 controller
` [PATCH v6 2/4] input: apple_z2: Add a driver for Apple Z2 touchscreens
` [PATCH v6 3/4] arm64: dts: apple: Add touchbar digitizer nodes
` [PATCH v6 4/4] MAINTAINERS: Add entries for Apple Z2 touchscreen driver

[PATCH] Input: cyttsp5 - ensure minimum reset pulse width
 2025-02-05 15:50 UTC  (4+ messages)

[dtor-input:for-linus] BUILD SUCCESS 3492321e2e60ddfe91aa438bb9ac209016f48f7a
 2025-02-05 14:35 UTC 

[dtor-input:next] BUILD SUCCESS ab4976976ee117ed53b752bac83453e6f64dad08
 2025-02-05 13:28 UTC 

[syzbot] Monthly input report (Feb 2025)
 2025-02-05 12:43 UTC 

[PATCH RESEND 0/7] Initial Support for CS40L26
 2025-02-05 10:34 UTC  (10+ messages)
` [PATCH RESEND 1/7] firmware: cs_dsp: Fix error checking in wseq_write()
` [PATCH RESEND 2/7] firmware: cs_dsp: Check for valid num_regs in cs_dsp_wseq_multi_write()
` [PATCH RESEND 3/7] firmware: cs_dsp: Add ability to load multiple coefficient files
` [PATCH RESEND 4/7] dt-bindings: mfd: cirrus,cs40l26: Support for CS40L26
` [PATCH RESEND 5/7] mfd: cs40l26: Add support for CS40L26 core driver
` [PATCH RESEND 6/7] ASoC: cs40l26: Support I2S streaming to CS40L26
` [PATCH RESEND 7/7] Input: cs40l26 - Add support for CS40L26 haptic driver

[PATCH 0/4] input: use devm_pm_set_wake_irq
 2025-02-05  0:45 UTC  (5+ messages)
` [PATCH 1/4] input: keyboard: ep93xx_keypad: Use devm_pm_set_wake_irq
` [PATCH 2/4] input: keyboard: omap4_keypad: "
` [PATCH 3/4] input: misc: nxp-bbnsm-pwrkey: Use resource managed API to simplify code
` [PATCH 4/4] input: touchscreen: ti_am335x_tsc: "

[PATCH 0/7] Initial Support for CS40L26
 2025-02-04 22:07 UTC  (3+ messages)

[PATCH] docs: Fix spelling and grammatical issues
 2025-02-04 20:40 UTC  (9+ messages)

[PATCH 0/2] Add Goodix Berlin-A series support
 2025-02-04 14:07 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: input: goodix,gt9916: Document gt9897 compatible
` [PATCH 2/2] Input: goodix_berlin - Add support for Berlin-A series

[dtor-input:for-linus] BUILD SUCCESS c9ccb88f534ca760d06590b67571c353a2f0cbcd
 2025-02-04 13:56 UTC 

[PATCH RESEND v2 0/4] Touch Bar driver for Apple Macs with T2 Security Chip
 2025-02-04  2:54 UTC  (10+ messages)
` [PATCH RESEND v2 1/4] HID: hid-appletb-bl: add driver for the backlight of Apple Touch Bars
` [PATCH RESEND v2 3/4] HID: hid-appletb-kbd: add support for fn toggle between media and function mode
` [PATCH RESEND v2 4/4] HID: hid-appletb-kbd: add support for automatic brightness control while using the touchbar
` [PATCH RESEND v2 2/4] HID: hid-appletb-kbd: add driver for the keyboard mode of Apple Touch Bars

[PATCH] hid: topre: Fix n-key rollover on Realforce R3S TKL boards
 2025-02-03 22:00 UTC  (2+ messages)

[PATCH] HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDs
 2025-02-03 21:58 UTC  (2+ messages)

[PATCH] HID: nintendo: fix gencon button events map
 2025-02-03 21:57 UTC  (2+ messages)

[PATCH] HID: Fix the bit shift number for LED_KANA
 2025-02-03 21:51 UTC  (2+ messages)

[PATCH] HID: multitouch: Add NULL check in mt_input_configured
 2025-02-03 21:49 UTC  (2+ messages)

[PATCH] HID: Add NULL check in winwing_init_led
 2025-02-03 21:47 UTC  (2+ messages)

[syzbot] [input?] [usb?] KASAN: slab-use-after-free Read in corsair_void_status_work_handler
 2025-02-03 20:21 UTC  (2+ messages)

[PATCH v2 00/12] pm: Introduce devm_pm_set_wake_irq
 2025-02-03 19:15 UTC  (2+ messages)

[PATCH] Input: xpad - three devices added
 2025-02-03 15:22 UTC  (4+ messages)

[PATCH v9 00/22] HID: Upgrade the generic pidff driver and add hid-universal-pidff
 2025-02-03 14:19 UTC  (2+ messages)

[PATCH v2] gpio_keys.c: Send also event when EV_ABS axis button is released
 2025-02-03 14:00 UTC  (2+ messages)

[PATCH] Input: ads7846 - fix gpiod allocation
 2025-02-03 12:38 UTC  (2+ messages)

[PATCH] HID: hid-steam: Fix issues with disabling both gamepad mode and lizard mode
 2025-02-03 10:17 UTC  (2+ messages)

[PATCH] HID: quirks: ignore non-functional sensor in HP 5MP Camera
 2025-02-03 10:16 UTC  (2+ messages)

[PATCH v3 0/2] Introduce Poly/Plantronics mute event support
 2025-02-03 10:09 UTC  (4+ messages)
` [PATCH v4 "

[PATCH] hid: intel-thc: fix CONFIG_HID dependency
 2025-02-03  9:56 UTC  (2+ messages)

[PATCH] HID: lenovo: select CONFIG_ACPI_PLATFORM_PROFILE
 2025-02-03  9:54 UTC  (2+ messages)

[PATCH 0/2] HID: intel-ish-hid: Fix and improve fw clock synchronization
 2025-02-03  9:53 UTC  (2+ messages)

[PATCH v3 0/2] HID: corsair-void: Fix various memory issues
 2025-02-03  9:51 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).