linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-27 05:24:20 to 2025-01-07 10:45:23 UTC [more...]

[syzbot] [input?] possible deadlock in input_ff_flush
 2025-01-07 10:45 UTC  (4+ messages)

[PATCH v31 00/32] Introduce QC USB SND audio offloading support
 2025-01-07 10:32 UTC  (4+ messages)

[PATCH v13 00/10] Add support for Maxim Integrated MAX77705 PMIC
 2025-01-07  8:58 UTC  (4+ messages)
` [PATCH v13 04/10] dt-bindings: mfd: add maxim,max77705

[PATCH v2 00/10] Input: xpad - sync with github fork
 2025-01-07  7:31 UTC  (13+ messages)
` [PATCH 01/10] Input: xpad - improve name of 8BitDo controller 2dc8:3106
` [PATCH 02/10] Input: xpad - add support for wooting two he (arm)
` [PATCH 03/10] Input: xpad - add support for SCUF Instinct
` [PATCH 04/10] Input: xpad - add multiple supported devices
` [PATCH 05/10] Input: xpad - add USB ID for Nacon Revolution5 Pro
` [PATCH 06/10] Input: xpad - added Turtle Beach Recon support
` [PATCH 07/10] Input: xpad - add support for Nacon Evol-X Xbox One Controller
` [PATCH 08/10] Input: xpad - add support for PDP Mirror's Edge controller
` [PATCH 09/10] Input: xpad - add support for Thrustmaster ESWAP X2 ELDEN RING
` [PATCH 10/10] Input: xpad - added unofficial Xbox 360 wireless receiver clone
    ` made changes to the commit message of "

[PATCH v2] Input: atkbd: Fix so copilot key generates F23 keycode
 2025-01-07  3:45 UTC 

[PATCH v3 00/10] HID: Upgrade the generic pidff driver and add hid-universal-pidff
 2025-01-06 21:35 UTC  (11+ messages)
` [PATCH v3 01/10] HID: pidff: Convert infinite length from Linux API to PID standard
` [PATCH v3 02/10] HID: pidff: Do not send effect envelope if it's empty
` [PATCH v3 03/10] HID: pidff: Clamp PERIODIC effect period to device's logical range
` [PATCH v3 04/10] HID: pidff: Add MISSING_DELAY quirk and its detection
` [PATCH v3 05/10] HID: pidff: Add MISSING_PBO "
` [PATCH v3 06/10] HID: pidff: Add MISSING_DEVICE_CONTROL quirk
` [PATCH v3 07/10] HID: pidff: Add hid_pidff_init_with_quirks and export as GPL symbol
` [PATCH v3 08/10] HID: pidff: Add FIX_WHEEL_DIRECTION quirk
` [PATCH v3 09/10] HID: pidff: Stop all effects before enabling actuators
` [PATCH v3 10/10] HID: Add hid-universal-pidff driver and supported device ids

[PATCH v2 00/10] HID: Upgrade the generic pidff driver and add hid-universal-pidff
 2025-01-06 18:26 UTC  (13+ messages)
  ` [PATCH v2 01/10] HID: pidff: Convert infinite length from Linux API to PID standard
  ` [PATCH v2 02/10] HID: pidff: Do not send effect envelope if it's empty
  ` [PATCH v2 03/10] HID: pidff: Clamp PERIODIC effect period to device's logical range
  ` [PATCH v2 04/10] HID: pidff: Add MISSING_DELAY quirk and its detection
  ` [PATCH v2 05/10] HID: pidff: Add MISSING_PBO "
  ` [PATCH v2 06/10] HID: pidff: Add MISSING_DEVICE_CONTROL quirk
  ` [PATCH v2 07/10] HID: pidff: Add hid_pidff_init_with_quirks and export as GPL symbol
  ` [PATCH v2 08/10] HID: pidff: Add FIX_WHEEL_DIRECTION quirk
  ` [PATCH v2 09/10] HID: pidff: Stop all effects before enabling actuators
  ` [PATCH v2 10/10] HID: Add hid-universal-pidff driver and supported device ids

[PATCH v4 00/22] Add Intel Touch Host Controller drivers
 2025-01-06 13:05 UTC  (24+ messages)
` [PATCH v4 01/22] HID: THC: Add documentation
` [PATCH v4 02/22] HID: intel-thc-hid: Add basic THC driver skeleton
` [PATCH v4 03/22] HID: intel-thc-hid: intel-thc: Add THC registers definition
` [PATCH v4 04/22] HID: intel-thc-hid: intel-thc: Add THC PIO operation APIs
` [PATCH v4 05/22] HID: intel-thc-hid: intel-thc: Add APIs for interrupt
` [PATCH v4 06/22] HID: intel-thc-hid: intel-thc: Add THC DMA interfaces
` [PATCH v4 07/22] HID: intel-thc-hid: intel-thc: Add THC LTR interfaces
` [PATCH v4 08/22] HID: intel-thc-hid: intel-thc: Add THC interrupt handler
` [PATCH v4 09/22] HID: intel-thc-hid: intel-thc: Add THC SPI config interfaces
` [PATCH v4 10/22] HID: intel-thc-hid: intel-thc: Add THC I2C "
` [PATCH v4 11/22] HID: intel-thc-hid: intel-quickspi: Add THC QuickSPI driver skeleton
` [PATCH v4 12/22] HID: intel-thc-hid: intel-quickspi: Add THC QuickSPI driver hid layer
` [PATCH v4 13/22] HID: intel-thc-hid: intel-quickspi: Add THC QuickSPI ACPI interfaces
` [PATCH v4 14/22] HID: intel-thc-hid: intel-quickspi: Add HIDSPI protocol implementation
` [PATCH v4 15/22] HID: intel-thc-hid: intel-quickspi: Complete THC QuickSPI driver
` [PATCH v4 16/22] HID: intel-thc-hid: intel-quickspi: Add PM implementation
` [PATCH v4 17/22] HID: intel-thc-hid: intel-quicki2c: Add THC QuickI2C driver skeleton
` [PATCH v4 18/22] HID: intel-thc-hid: intel-quicki2c: Add THC QuickI2C driver hid layer
` [PATCH v4 19/22] HID: intel-thc-hid: intel-quicki2c: Add THC QuickI2C ACPI interfaces
` [PATCH v4 20/22] HID: intel-thc-hid: intel-quicki2c: Add HIDI2C protocol implementation
` [PATCH v4 21/22] HID: intel-thc-hid: intel-quicki2c: Complete THC QuickI2C driver
` [PATCH v4 22/22] HID: intel-thc-hid: intel-quicki2c: Add PM implementation

[PATCH 0/9] mt6397: Add support for the MT6392 PMIC
 2025-01-06 12:21 UTC  (21+ messages)
` [PATCH 1/9] dt-bindings: mfd: mt6397: Add bindings for "
` [PATCH 2/9] dt-bindings: regulator: add support for MT6392
` [PATCH 3/9] dt-bindings: input: mtk-pmic-keys: add MT6392 binding definition
` [PATCH 4/9] mfd: mt6397: Add support for MT6392 pmic
` [PATCH 5/9] soc: mediatek: mtk-pmic-wrap: add compatible for MT6392 PMIC
` [PATCH 6/9] regulator: mt6392: Add support for MT6392 regulator
` [PATCH 7/9] input: keyboard: mtk-pmic-keys: add MT6392 support
` [PATCH 8/9] rtc: mt6397: add compatible for MT6392 PMIC
` [PATCH 9/9] arm64: dts: mt6392: add mt6392 PMIC dtsi

[syzbot] Monthly input report (Jan 2025)
 2025-01-06 10:01 UTC 

[RESEND PATCH v2] HID: Add reserved item tag for main items
 2025-01-06  7:49 UTC 

[PATCH 00/13] Input: xpad - sync with github fork
 2025-01-06  7:17 UTC  (18+ messages)
` [PATCH 01/13] Input: xpad - improve name of 8BitDo controller 2dc8:3106
` [PATCH 02/13] Input: xpad - add support for 8BitDo Ultimate bluetooth/hall effect variant
` [PATCH 03/13] Input: xpad - add support for wooting two he (arm)
` [PATCH 04/13] Input: xpad - add support for SCUF Instinct
` [PATCH 05/13] Input: xpad - add Black Shark Green Ghost controller support
` [PATCH 06/13] Input: xpad - add Hori Racing Wheel Overdrive for Xbox Series X
` [PATCH 07/13] Input: xpad - add support for Nacon Pro Compact Model NC7271
` [PATCH 08/13] Input: xpad - add support for Xbox ONE liquid metal controller
` [PATCH 09/13] Input: xpad - add USB ID for Nacon Revolution5 Pro
` [PATCH 10/13] Input: xpad - added Turtle Beach Recon support
` [PATCH 11/13] Input: xpad - add support for Nacon Evol-X Xbox One Controller
` [PATCH 12/13] Input: xpad - add support for PDP Mirror's Edge controller
` [PATCH 13/13] Input: xpad - add support for Thrustmaster ESWAP X2 ELDEN RING

[PATCH] Input: pwm-beeper - add range check for parameter
 2025-01-06  7:13 UTC  (2+ messages)

[PATCH] Input: atkbd: Fix so copilot key generates F23 keycode
 2025-01-06  7:11 UTC  (11+ messages)

[PATCH 0/3] Input/omap1: fix touchscreen functionality on Nokia 770
 2025-01-06  7:02 UTC  (9+ messages)
` [PATCH 1/3] fbdev: omap: use threaded IRQ for LCD DMA
` [PATCH 2/3] Input: ads7846 - fix up the pendown GPIO setup on Nokia 770
` [PATCH 3/3] Input: ads7846 - restore half-duplex support

[PATCH RESEND] Input: psmouse: add NULL check to psmouse_from_serio()
 2025-01-06  6:59 UTC  (2+ messages)

[PATCH] Input: Fix error handling in input_register_device()
 2025-01-06  6:56 UTC  (2+ messages)

[PATCH] HID: corsair-void: Add missing initializer
 2025-01-06  2:08 UTC  (4+ messages)

[PATCH v2] Input: iqs626a - replace snprintf() with scnprintf()
 2025-01-05 18:56 UTC 

[PATCH] Input: iqs626a - replace snprintf() with scnprintf()
 2025-01-05 18:00 UTC 

[PATCH 0/3] HID: steelseries: add SteelSeries Arctis 9 support
 2025-01-05 10:33 UTC  (10+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] HID: steelseries: export charging state for the SteelSeries Arctis 9 headset
` [PATCH 3/3] HID: steelseries: export model and manufacturer

[syzbot] [input?] KASAN: null-ptr-deref Read in input_event
 2025-01-05  8:31 UTC 

[RESEND PATCH] HID: multitouch: Remove useless comment
 2025-01-05  5:28 UTC 

[PATCH] HID: hid-steam: Fix Lizard Mode disabling
 2025-01-05  4:32 UTC  (4+ messages)

[PATCH v2 1/2] HID: hid-plantronics: Add mic mute mapping and generalize quirks
 2025-01-03 23:57 UTC  (4+ messages)
` [PATCH v2 2/2] ALSA: usb-audio: Add quirk for Plantronics headsets to fix control names

[PATCH 0/3] mt6779-keypad: fix compatibles and add to mt8516
 2025-01-03 10:58 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: mediatek,mt6779-keypad: add more compatibles
` [PATCH 2/3] arm64: dts: mediatek: add per-SoC compatibles for keypad nodes

[PATCH 0/2] Some fixes for Goodix Berlin touchscreen driver
 2025-01-03  9:52 UTC  (6+ messages)
` [PATCH 1/2] Input: goodix-berlin - fix comment referencing wrong regulator
` [PATCH 2/2] Input: goodix-berlin - fix vddio regulator references

[PATCH v2 00/12] pm: Introduce devm_pm_set_wake_irq
 2025-01-03  8:41 UTC  (13+ messages)
` [PATCH v2 01/12] PM: sleep: wakeirq: Introduce device-managed variant of dev_pm_set_wake_irq
` [PATCH v2 02/12] input: keyboard: ep93xx_keypad: Use devm_pm_set_wake_irq
` [PATCH v2 03/12] input: keyboard: omap4_keypad: "
` [PATCH v2 04/12] input: misc: nxp-bbnsm-pwrkey: Use resource managed API to simplify code
` [PATCH v2 05/12] input: touchscreen: ti_am335x_tsc: "
` [PATCH v2 06/12] rtc: stm32: "
` [PATCH v2 07/12] rtc: nxp-bbnsm: "
` [PATCH v2 08/12] rtc: ds1343: Use devm_pm_set_wake_irq
` [PATCH v2 09/12] rtc: pm8xxx: "
` [PATCH v2 10/12] rtc: ab8500: Use resource managed API to simplify code
` [PATCH v2 11/12] rtc: mpfs: Use devm_pm_set_wake_irq
` [PATCH v2 12/12] rtc: pl031: Use resource managed API to simplify code

Fix strange media key for PS/2 keyboard in a driver
 2025-01-02 17:49 UTC 

[PATCH v2] Input: i8042 - Add support for platform filter contexts
 2025-01-02 15:28 UTC  (2+ messages)

[PATCH v2 0/7] Add support for MAX7360
 2025-01-02  9:34 UTC  (10+ messages)
` [PATCH v2 3/7] pwm: max7360: Add MAX7360 PWM support
` [PATCH v2 4/7] gpio: max7360: Add MAX7360 gpio support
` [PATCH v2 5/7] input: keyboard: Add support for MAX7360 keypad
` [PATCH v2 6/7] input: misc: Add support for MAX7360 rotary

INFO: rcu detected stall in hub_event
 2024-12-31 19:23 UTC  (2+ messages)
` [PATCH] HID: core: Fix assumption that Resolution Multipliers must be in Logical Collections

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

[PATCH 0/3] HID: intel-ish-hid: deadcoding
 2024-12-30 19:37 UTC  (2+ messages)

[linux-next:master] [Input] 5203b3a18c: BUG:KASAN:null-ptr-deref_in_input_ff_create
 2024-12-30  5:45 UTC 

emu10k1_gp: kernel panics
 2024-12-29 15:49 UTC 

[PATCH 0/4] Touch Bar driver for Apple Macs with T2 Security Chip
 2024-12-29  9:45 UTC  (5+ messages)
` [PATCH 1/4] HID: hid-appletb-bl: add driver for the backlight of Apple Touch Bars
` [PATCH 2/4] HID: hid-appletb-kbd: add driver for the keyboard mode "
` [PATCH 3/4] HID: hid-appletb-kbd: add support for fn toggle between media and function mode
` [PATCH 4/4] HID: hid-appletb-kbd: add support for automatic brightness control while using the touchbar

[PATCH 00/12] pm: Introduce devm_pm_set_wake_irq
 2024-12-29  9:31 UTC  (19+ messages)
` [PATCH 01/12] PM: sleep: wakeirq: Introduce device-managed variant of dev_pm_set_wake_irq
` [PATCH 02/12] input: keyboard: ep93xx_keypad: Use devm_pm_set_wake_irq
` [PATCH 03/12] input: keyboard: omap4_keypad: "
` [PATCH 04/12] input: misc: nxp-bbnsm-pwrkey: Use resource managed API to simplify code
` [PATCH 05/12] input: touchscreen: ti_am335x_tsc: "
` [PATCH 06/12] rtc: stm32: "
` [PATCH 07/12] rtc: nxp-bbnsm: "
` [PATCH 08/12] rtc: ds1343: Use devm_pm_set_wake_irq
` [PATCH 09/12] rtc: pm8xxx: "
` [PATCH 10/12] rtc: ab8500: Use resource managed API to simplify code
` [PATCH 11/12] rtc: mpfs: Use devm_pm_set_wake_irq
` [PATCH 12/12] rtc: pl031: Use resource managed API to simplify code


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).