linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-13 14:15:13 to 2025-10-19 12:37:43 UTC [more...]

[PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
 2025-10-19 12:37 UTC  (35+ messages)
` [PATCH v2 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
` [PATCH v2 02/27 5.10.y] btrfs: remove duplicated in_range() macro
` [PATCH v2 03/27 5.10.y] minmax: sanity check constant bounds when clamping
` [PATCH v2 04/27 5.10.y] minmax: clamp more efficiently by avoiding extra comparison
` [PATCH v2 05/27 5.10.y] minmax: add in_range() macro
` [PATCH v2 06/27 5.10.y] minmax: Introduce {min,max}_array()
` [PATCH v2 07/27 5.10.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v2 08/27 5.10.y] minmax: fix header inclusions
` [PATCH v2 09/27 5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness
` [PATCH v2 10/27 5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v2 11/27 5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short'
` [PATCH v2 12/27 5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed constants
` [PATCH v2 13/27 5.10.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v2 14/27 5.10.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v2 15/27 5.10.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v2 16/27 5.10.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v2 17/27 5.10.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v2 18/27 5.10.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v2 19/27 5.10.y] minmax: improve macro expansion and type checking
` [PATCH v2 20/27 5.10.y] minmax: fix up min3() and max3() too
` [PATCH v2 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
` [PATCH v2 22/27 5.10.y] minmax.h: update some comments
` [PATCH v2 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v2 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v2 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v2 26/27 5.10.y] minmax.h: simplify the variants of clamp()
` [PATCH v2 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once

[dtor-input:for-linus] BUILD SUCCESS 69aeb507312306f73495598a055293fa749d454e
 2025-10-19  6:02 UTC 

[dtor-input:next] BUILD SUCCESS e8ec34ed4616043026aa11caa2daf9cecb4b93a7
 2025-10-19  6:03 UTC 

[hid:for-6.19/intel-ish-v2 1/7] drivers/hid/intel-ish-hid/ipc/ipc.c:944:36: warning: cast from 'void (*)(struct workqueue_struct *)' to 'void (*)(void *)' converts to incompatible function type
 2025-10-18 17:50 UTC 

[RFC 0/4] PM: Hibernate: Add hibernation cancellation support
 2025-10-18 14:21 UTC  (5+ messages)
` [RFC 1/4] PM: hibernate: export hibernation_in_progress()
` [RFC 2/4] ACPI: button: Cancel hibernation if button is pressed during hibernation
` [RFC 3/4] Input: Ignore the KEY_POWER events if hibernation is in progress
` [RFC 4/4] PM: sleep: clear pm_abort_suspend at suspend

[PATCH v7 0/9] HID: asus: Fix ASUS ROG Laptop's Keyboard backlight handling
 2025-10-18 10:17 UTC  (10+ messages)
` [PATCH v7 1/9] HID: asus: simplify RGB init sequence
` [PATCH v7 2/9] HID: asus: use same report_id in response
` [PATCH v7 3/9] HID: asus: fortify keyboard handshake
` [PATCH v7 4/9] HID: asus: prevent binding to all HID devices on ROG
` [PATCH v7 5/9] platform/x86: asus-wmi: Add support for multiple kbd led handlers
` [PATCH v7 6/9] HID: asus: listen to the asus-wmi brightness device instead of creating one
` [PATCH v7 7/9] platform/x86: asus-wmi: remove unused keyboard backlight quirk
` [PATCH v7 8/9] platform/x86: asus-wmi: add keyboard brightness event handler
` [PATCH v7 9/9] HID: asus: add support for the asus-wmi brightness handler

[PATCH v2] HID: lenovo: fixup Lenovo Yoga Slim 7x Keyboard rdesc
 2025-10-18  6:35 UTC 

[PATCH v4] input: dt-bindings: ti,twl4030-keypad: convert to DT schema
 2025-10-18  4:50 UTC  (2+ messages)

[dtor-input:for-linus] BUILD SUCCESS 7363096a5a08f8740c9075ecfc51945375c304bc
 2025-10-18  4:49 UTC 

[PATCH v2 0/2] Input: Remove dev_err_probe() if error is -ENOMEM
 2025-10-18  4:44 UTC  (2+ messages)

[PATCH v3] dt-bindings: input: Convert MELFAS MIP4 Touchscreen to DT schema
 2025-10-18  4:34 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: touchscreen: rename maxim,max11801.yaml to trivial-touch.yaml
 2025-10-18  4:22 UTC  (4+ messages)
` [PATCH v2 2/2] dt-bindings: touchscreen: move ar1021.txt "

[PATCH] Input: pegasus-notetaker - fix out-of-bounds access vulnerability in pegasus_parse_packet() function of the pegasus driver
 2025-10-18  1:08 UTC  (2+ messages)

[PATCH v2] HID: hid-input: only ignore 0 battery events for digitizers
 2025-10-17 15:51 UTC  (4+ messages)
  ` 答复: [External Mail]Re: "

[PATCH v2 0/6] HID: intel-ish-hid: Various power management improvements for hibernation
 2025-10-17 15:48 UTC  (8+ messages)
` [PATCH v2 1/6] HID: intel-ish-hid: Add ishtp_get_connection_state() interface
` [PATCH v2 2/6] HID: intel-ishtp-hid: Clear suspended flag only after connected on resume
` [PATCH v2 3/6] HID: intel-ish-ipc: Reset clients state on resume from D3
` [PATCH v2 4/6] HID: intel-ish-hid: ipc: Always schedule FW reset work on RESET_NOTIFY/ACK
` [PATCH v2 5/6] HID: intel-ish-hid: Use IPC RESET instead of void message in ish_wakeup()
` [PATCH v2 6/6] HID: intel-ish-hid: ipc: Separate hibernate callbacks in dev_pm_ops

[PATCH] HID: intel-ish-hid: Use dedicated unbound workqueues to prevent resume blocking
 2025-10-17 15:47 UTC  (9+ messages)

*** Urgent Change ***
 2025-10-17 12:45 UTC 

[PATCH v6 0/7] HID: asus: Fix ASUS ROG Laptop's Keyboard backlight handling
 2025-10-17 11:21 UTC  (43+ messages)
` [PATCH v6 1/7] HID: asus: refactor init sequence per spec
` [PATCH v6 2/7] HID: asus: prevent binding to all HID devices on ROG
` [PATCH v6 3/7] platform/x86: asus-wmi: Add support for multiple kbd RGB handlers
` [PATCH v6 4/7] HID: asus: listen to the asus-wmi brightness device instead of creating one
` [PATCH v6 5/7] platform/x86: asus-wmi: remove unused keyboard backlight quirk
` [PATCH v6 6/7] platform/x86: asus-wmi: add keyboard brightness event handler
` [PATCH v6 7/7] HID: asus: add support for the asus-wmi brightness handler

[PATCH 00/32] media: Use %pe format specifier
 2025-10-17  5:18 UTC  (29+ messages)
` [PATCH 01/32] Input: cyttsp5 - "
` [PATCH 05/32] media: ar0521: "
` [PATCH 10/32] media: i2c: imx335: "
` [PATCH 12/32] media: i2c: max9286: "
` [PATCH 24/32] media: mediatek: vcodec: "
` [PATCH 25/32] media: imx8mq-mipi-csi2: "
` [PATCH 27/32] media: renesas: vsp1: "
` [PATCH 29/32] media: samsung: exynos4-is: "
` [PATCH 30/32] media: ti: cal "
` [PATCH 32/32] media: staging/ipu7: "
  ` [PATCH 11/32] media: i2c: imx412: "
  ` [PATCH 16/32] media: i2c: ov5675: "
  ` [PATCH 18/32] media: i2c: ov9282: "

[PATCH v3 00/13] mfd: macsmc: add rtc, hwmon and hid subdevices
 2025-10-16 22:15 UTC  (6+ messages)
` [PATCH v3 06/13] hwmon: Add Apple Silicon SMC hwmon driver
` [PATCH v3 08/13] input: macsmc-input: New driver to handle the Apple Mac SMC buttons/lid

[PATCH] HID: logitech-hidpp: Add HIDPP_QUIRK_RESET_HI_RES_SCROLL
 2025-10-16 16:20 UTC  (2+ messages)

[PATCH v3 0/4] Input: Add support for TouchNetix aXiom touchscreen
 2025-10-16 14:52 UTC  (5+ messages)
` [PATCH v3 1/4] firmware_loader: expand firmware error codes with up-to-date error

[syzbot] Monthly input report (Oct 2025)
 2025-10-16  8:36 UTC 

[PATCH 0/2] HID: multitouch: fix sticky-fingers quirks
 2025-10-15 15:27 UTC  (2+ messages)

[PATCH] HID: multitouch: fix name of Stylus input devices
 2025-10-15 15:17 UTC  (2+ messages)

[syzbot] [input?] [usb?] KASAN: slab-out-of-bounds Read in mcp2221_raw_event (2)
 2025-10-15 12:40 UTC  (6+ messages)

[PATCH] HID: hid-input: only ignore 0 battery events for digitizers
 2025-10-15  7:48 UTC  (6+ messages)
` 答复: [External Mail][PATCH] "
    ` 答复: [External Mail]Re: [PATCH] "

[PATCH] Hid: Intel-thc-hid: Intel-quickspi: switch first interrupt from level to edge detection
 2025-10-15  0:26 UTC  (3+ messages)

[PATCH 1/1] dt-bindings: mfd: dlg,da9063: Allow wakeup-source property
 2025-10-14 18:45 UTC 

[PATCH] HID: Kconfig: Fix build error from CONFIG_HID_HAPTIC
 2025-10-14 16:54 UTC  (8+ messages)

[PATCH] drivers/hid: Implement a battery status polling mechanism for selected input devices
 2025-10-14 12:26 UTC  (2+ messages)

[PATCH] HID: multitouch: add IGNORE_DUPLICATES quirk for ELAN1206 (04f3:30f1)
 2025-10-14 11:01 UTC  (2+ messages)

[PATCH][next] HID: hid-debug: Fix spelling mistake "Rechargable" -> "Rechargeable"
 2025-10-14 10:56 UTC  (2+ messages)

[PATCH] HID: uclogic: Add support for the XP-PEN Artist 24 Pro
 2025-10-14 10:02 UTC  (2+ messages)

[PATCH 1/3] HID: core: Add printk_ratelimited variants to hid_warn() etc
 2025-10-14  9:59 UTC  (2+ messages)

[PATCH] HID: logitech-hidpp: Do not assume FAP in hidpp_send_message_sync()
 2025-10-14  9:55 UTC  (2+ messages)

[PATCH] HID: logitech-hidpp: Silence protocol errors on newer lightspeed receivers
 2025-10-14  9:53 UTC  (2+ messages)

[PATCH v5] HID: logitech-dj: Add support for a new lightspeed receiver iteration
 2025-10-14  9:52 UTC  (2+ messages)

[PATCH] HID: hid-lg-g15: Add hw_brightness_changed support for the G510 keyboard
 2025-10-14  9:50 UTC  (2+ messages)

[PATCH] HID: quirks: Add ALWAYS_POLL quirk for VRS R295 steering wheel
 2025-10-14  9:49 UTC  (2+ messages)

[PATCH] HID: quirks: avoid Cooler Master MM712 dongle wakeup bug
 2025-10-14  9:48 UTC  (2+ messages)

[PATCH v3] HID: cp2112: Add parameter validation to data length
 2025-10-14  9:47 UTC  (2+ messages)

[PATCH v2] HID: intel-thc-hid: intel-quickspi: Add ARL PCI Device Id's
 2025-10-14  9:44 UTC  (2+ messages)

[PATCH] HID: intel-thc-hid: intel-quicki2c: Fix wrong type casting
 2025-10-14  9:27 UTC  (2+ messages)

[PATCH 0/6] HID: intel-ish-hid: Various power management improvements for hibernation
 2025-10-14  9:24 UTC  (2+ messages)

[PATCH v7 0/3] Add support for sound profile switching and leverage for OnePlus slider
 2025-10-14  9:22 UTC  (5+ messages)
` [PATCH v7 1/3] Input: add ABS_SND_PROFILE
` [PATCH v7 2/3] arm64: dts: qcom: sdm845-oneplus: Correct gpio used for slider
` [PATCH v7 3/3] arm64: dts: qcom: sdm845-oneplus: Add alert-slider

[PATCH RESEND v3] Input: Improve WinWing Orion2 throttle support
 2025-10-14  9:21 UTC  (2+ messages)

[PATCH v6] HID: lg-g15 - Add support for Logitech G13
 2025-10-14  9:18 UTC  (2+ messages)

[syzbot] [input?] BUG: unable to handle kernel paging request in uinput_destroy_device
 2025-10-13 21:58 UTC 

[PATCH v3 00/11] HID: Implement haptic touchpad support
 2025-10-13 20:59 UTC  (11+ messages)
` [PATCH v3 04/11] HID: haptic: introduce hid_haptic_device

[PATCH v2] input: goodix: Remove setting of RST pin to input
 2025-10-13 16:38 UTC  (2+ messages)

[PATCH resend] Input: goodix - add support for ACPI ID GDIX1003
 2025-10-13 16:35 UTC  (2+ messages)

[PATCH] input: Add marine keycodes for radar control
 2025-10-13 16:05 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).