linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-10 20:26:26 to 2025-10-17 09:13:11 UTC [more...]

[PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
 2025-10-17  9:05 UTC  (25+ 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 v6 0/7] HID: asus: Fix ASUS ROG Laptop's Keyboard backlight handling
 2025-10-17  7:54 UTC  (40+ 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  (48+ messages)
` [PATCH 01/32] Input: cyttsp5 - "
` [PATCH 02/32] media: dvbdev: "
` [PATCH 03/32] media: mn88443x: "
` [PATCH 04/32] media: adv7842: "
` [PATCH 05/32] media: ar0521: "
` [PATCH 06/32] media: ccs: "
` [PATCH 07/32] media: i2c: ds90ub913: "
` [PATCH 08/32] media: i2c: ds90ub953: "
` [PATCH 09/32] media: i2c: imx274: "
` [PATCH 10/32] media: i2c: imx335: "
` [PATCH 11/32] media: i2c: imx412: "
` [PATCH 12/32] media: i2c: max9286: "
` [PATCH 13/32] media: i2c: max96717: "
` [PATCH 14/32] media: i2c: mt9m111: "
` [PATCH 15/32] media: i2c: mt9v111: "
` [PATCH 16/32] media: i2c: ov5675: "
` [PATCH 17/32] media: i2c: ov5693: "
` [PATCH 18/32] media: i2c: ov9282: "
` [PATCH 19/32] media: rj54n1cb0c: "
` [PATCH 20/32] media: i2c: st-mipid02: "
` [PATCH 21/32] media: ipu-bridge: "
` [PATCH 22/32] media: ipu3-cio2: "
` [PATCH 23/32] media: ipu6: isys: "
` [PATCH 24/32] media: mediatek: vcodec: "
` [PATCH 25/32] media: imx8mq-mipi-csi2: "
` [PATCH 26/32] media: platform: rzg2l-cru: "
` [PATCH 27/32] media: renesas: vsp1: "
` [PATCH 28/32] media: rkisp1: "
` [PATCH 29/32] media: samsung: exynos4-is: "
` [PATCH 30/32] media: ti: cal "
` [PATCH 31/32] media: staging: ipu3-imgu: "
` [PATCH 32/32] media: staging/ipu7: "

[PATCH v2 0/6] HID: intel-ish-hid: Various power management improvements for hibernation
 2025-10-17  2:22 UTC  (7+ 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  0:52 UTC  (8+ messages)

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

[PATCH v3 00/13] mfd: macsmc: add rtc, hwmon and hid subdevices
 2025-10-16 22:15 UTC  (7+ 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  (12+ 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)

[QUESTION] Plans for GDIX1003 Support in Goodix Touchscreen Driver
 2025-10-13 12:15 UTC  (5+ messages)

[PATCH v2] HID: quirks: Add device descriptor for 4c4a:4155
 2025-10-13  8:32 UTC  (3+ messages)

[PATCH] ARM: dts: imx53: enable PMIC RTC on imx53-qsrb
 2025-10-11  6:02 UTC 

hid_multitouch - random non-responsive, multitouch, scrolling and zooming
 2025-10-10 23:30 UTC  (5+ 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).