messages from 2025-09-24 20:34:44 to 2025-10-07 11:18:05 UTC [more...]
[PATCH v3 00/13] mfd: macsmc: add rtc, hwmon and hid subdevices
 2025-10-07 11:16 UTC  (7+ messages)
` [PATCH v3 01/13] dt-bindings: rtc: Add Apple SMC RTC
` [PATCH v3 02/13] dt-bindings: hwmon: Add Apple System Management Controller hwmon schema
` [PATCH v3 03/13] rtc: Add new rtc-macsmc driver for Apple Silicon Macs
` [PATCH v3 04/13] mfd: macsmc: Wire up Apple SMC RTC subdevice
` [PATCH v3 05/13] mfd: macsmc: add new __SMC_KEY macro
` [PATCH v3 06/13] hwmon: Add Apple Silicon SMC hwmon driver
[PATCH] input: goodix: Remove setting of RST pin to input
 2025-10-07 10:23 UTC 
hid_multitouch - random non-responsive, multitouch, scrolling and zooming
 2025-10-07  9:10 UTC  (2+ messages)
[PATCH 1/3] HID: core: Add printk_ratelimited variants to hid_warn() etc
 2025-10-07  1:05 UTC  (3+ messages)
` [PATCH 2/3] HID: nintendo: Wait longer for initial probe
` [PATCH 3/3] HID: nintendo: Rate limit IMU compensation message
[PATCH v2 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
 2025-10-06 20:35 UTC  (22+ messages)
` [PATCH v2 01/19 5.15.y] minmax: add in_range() macro
` [PATCH v2 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH v2 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v2 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v2 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v2 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v2 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v2 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v2 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v2 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v2 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH v2 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH v2 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH v2 14/19 5.15.y] minmax.h: update some comments
` [PATCH v2 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v2 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v2 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v2 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH v2 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
[PATCH] HID: logitech-hidpp: Add HIDPP_QUIRK_RESET_HI_RES_SCROLL
 2025-10-06  1:05 UTC 
[PATCH] HID: multitouch: add IGNORE_DUPLICATES quirk for ELAN1206 (04f3:30f1)
 2025-10-05 19:45 UTC 
[BUG] Side buttons not detected on Telink 2.4G mouse (ID 320f:226f)
 2025-10-05 17:57 UTC 
[PATCH] Input: atmel_mxt_ts - allow reset GPIO to sleep
 2025-10-05  2:33 UTC 
[PATCH v4 00/11 6.1.y] Backport minmax.h updates from v6.17-rc7
 2025-10-03 12:15 UTC  (12+ messages)
` [PATCH v4 01/11 6.1.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v4 02/11 6.1.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v4 03/11 6.1.y] minmax: improve macro expansion and type checking
` [PATCH v4 04/11 6.1.y] minmax: fix up min3() and max3() too
` [PATCH v4 05/11 6.1.y] minmax.h: add whitespace around operators and after commas
` [PATCH v4 06/11 6.1.y] minmax.h: update some comments
` [PATCH v4 07/11 6.1.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v4 08/11 6.1.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v4 09/11 6.1.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v4 10/11 6.1.y] minmax.h: simplify the variants of clamp()
` [PATCH v4 11/11 6.1.y] minmax.h: remove some #defines that are only expanded once
[PATCH] HID: logitech-hidpp: Silence protocol errors on newer lightspeed receivers
 2025-10-02 23:14 UTC  (2+ messages)
[PATCH] HID: logitech-hidpp: Do not assume FAP in hidpp_send_message_sync()
 2025-10-02 23:14 UTC  (2+ messages)
[PATCH 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
 2025-10-02 20:47 UTC  (20+ messages)
` [PATCH 01/19 5.15.y] minmax: add in_range() macro
` [PATCH 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 06/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 07/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 08/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 09/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 10/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH 14/19 5.15.y] minmax.h: update some comments
` [PATCH 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
[PATCH v3 00/11 6.1.y] Backport minmax.h updates from v6.17-rc7
 2025-10-02 18:00 UTC  (12+ messages)
` [PATCH v3 01/11 6.1.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v3 02/11 6.1.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v3 03/11 6.1.y] minmax: improve macro expansion and type checking
` [PATCH v3 04/11 6.1.y] minmax: fix up min3() and max3() too
` [PATCH v3 05/11 6.1.y] minmax.h: add whitespace around operators and after commas
` [PATCH v3 06/11 6.1.y] minmax.h: update some comments
` [PATCH v3 07/11 6.1.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v3 08/11 6.1.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v3 09/11 6.1.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v3 10/11 6.1.y] minmax.h: simplify the variants of clamp()
` [PATCH v3 11/11 6.1.y] minmax.h: remove some #defines that are only expanded once
[PATCH v3 1/2] dt-bindings: touchscreen: rename maxim,max11801.yaml to trivial-touch.yaml
 2025-10-02 16:44 UTC  (2+ messages)
` [PATCH v3 2/2] dt-bindings: touchscreen: consolidate simple touch controller "
[PATCH v2 1/2] dt-bindings: touchscreen: rename maxim,max11801.yaml to trivial-touch.yaml
 2025-10-02  3:07 UTC  (6+ messages)
` [PATCH v2 2/2] dt-bindings: touchscreen: move ar1021.txt "
[PATCH] HID: hid-lg-g15: Add hw_brightness_changed support for the G510 keyboard
 2025-10-01 21:19 UTC 
[dtor-input:next] BUILD SUCCESS d655a684c24dde9e9f3f98f3dbae5a4f592117d4
 2025-10-01 19:18 UTC 
[PATCH v3] dt-bindings: input: Convert MELFAS MIP4 Touchscreen to DT schema
 2025-10-01 18:38 UTC 
[PATCH v2 00/12] MediaTek dt-bindings sanitization (MT8173)
 2025-10-01 17:43 UTC  (9+ messages)
` [PATCH v2 03/12] dt-bindings: net: Convert Marvell 8897/8997 bindings to DT schema
` [PATCH v2 09/12] dt-bindings: regulator: Convert Dialog DA9211 Regulators "
[PATCH v12 0/6] add support for pf1550 PMIC MFD-based drivers
 2025-10-01 15:42 UTC  (7+ messages)
` [PATCH v12 1/6] dt-bindings: mfd: add pf1550
` [PATCH v12 2/6] mfd: pf1550: add core driver
` [PATCH v12 3/6] regulator: pf1550: add support for regulator
` [PATCH v12 4/6] input: pf1550: add onkey support
` [PATCH v12 5/6] power: supply: pf1550: add battery charger support
` [PATCH v12 6/6] MAINTAINERS: add an entry for pf1550 mfd driver
[PATCH v2 0/2] Fix CONFIG_HYPERV and vmbus related anamoly
 2025-10-01  0:01 UTC  (2+ messages)
[PATCH v1 0/2] Fix CONFIG_HYPERV and vmbus related anamoly
 2025-09-30 23:59 UTC  (9+ messages)
` [PATCH v1 2/2] Drivers: hv: Make CONFIG_HYPERV bool
[PATCH next] Input: aw86927 - Fix error code in probe()
 2025-09-30 20:47 UTC  (2+ messages)
[PATCH v2 0/2] Add tc3408 bindings and timing
 2025-09-30  8:21 UTC  (3+ messages)
[PATCH AUTOSEL 6.16-6.6] HID: asus: add support for missing PX series fn keys
 2025-09-30  2:18 UTC 
[PATCH 00/19 v6.1.y] Backport minmax.h updates from v6.17-rc7
 2025-09-29 18:39 UTC  (11+ messages)
` [PATCH 07/19 v6.1.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 16/19 v6.1.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 17/19 v6.1.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 18/19 v6.1.y] minmax.h: simplify the variants of clamp()
` [PATCH 19/19 v6.1.y] minmax.h: remove some #defines that are only expanded once
[dtor-input:master] BUILD SUCCESS db74430a4218f282d16e58a38337275ad3f9f517
 2025-09-29 17:12 UTC 
[PATCH] HID: quirks: Add ALWAYS_POLL quirk for VRS R295 steering wheel
 2025-09-29 15:46 UTC 
[PATCH 0/2] Disable wakeup for resin keys by default
 2025-09-29 15:44 UTC  (9+ messages)
` [PATCH 1/2] dt-bindings: input: pm8941-pwrkey: Document wakeup-source property
The zero power level of the HID device in kernel 6.12 is not reported from the kernel to the upper layer
 2025-09-29 12:10 UTC  (6+ messages)
    ` 答复: [External Mail]Re: "
        ` 答复: "
[PATCH v2 00/16] Align availability checks on fwnode child node enumeration
 2025-09-29  9:54 UTC  (40+ messages)
` [PATCH v2 01/16] ACPI: property: Make acpi_get_next_subnode() static
` [PATCH v2 02/16] ACPI: property: Use ACPI functions in acpi_graph_get_next_endpoint() only
` [PATCH v2 03/16] ACPI: property: Rework acpi_graph_get_next_endpoint()
` [PATCH v2 04/16] ACPI: property: Return present device nodes only on fwnode interface
` [PATCH v2 05/16] property: Move Return: section of fwnode_graph_get_endpoint_by_id() down
` [PATCH v2 07/16] property: Drop DEVICE_DISABLED flag in fwnode_graph_get_endpoint_count()
` [PATCH v2 08/16] property: Document that fwnode API returns available nodes
` [PATCH v2 09/16] driver core: Use fwnode_for_each_child_node() instead
` [PATCH v2 10/16] net: lan966x: "
` [PATCH v2 11/16] Input: touch-overlay - "
` [PATCH v2 12/16] media: thp7312: "
` [PATCH v2 13/16] leds: "
` [PATCH v2 14/16] leds: Use fwnode_get_next_child_node() instead
` [PATCH v2 15/16] property: Drop functions operating on "available" child nodes
` [PATCH v2 16/16] spi: cadence: Remove explicit device node availability check
[PATCH] Input: uinput - zero-initialize uinput_ff_upload_compat to avoid info leak
 2025-09-29  4:29 UTC  (2+ messages)
[regression] 1a8953f4f774 ("HID: Add IGNORE quirk for SMARTLINKTECHNOLOGY") causes issue with ID 4c4a:4155 Jieli Technology USB Composite Device
 2025-09-29  0:39 UTC  (13+ messages)
[PATCH v2] HID: quirks: Add device descriptor for 4c4a:4155
 2025-09-29  0:42 UTC  (2+ messages)
[dtor-input:next] BUILD SUCCESS 52e06d564ce6a5f03177922b2fa5667781d5ff83
 2025-09-28 22:56 UTC 
[PATCH][next] HID: hid-debug: Fix spelling mistake "Rechargable" -> "Rechargeable"
 2025-09-28 21:01 UTC 
[PATCH] HID: quirks: avoid Cooler Master MM712 dongle wakeup bug
 2025-09-28 16:25 UTC 
[PATCH RESEND v3 0/3] Add support for Awinic AW86927 haptic driver
 2025-09-28  5:03 UTC  (8+ messages)
` [PATCH RESEND v3 1/3] dt-bindings: input: Add Awinic AW86927
` [PATCH RESEND v3 2/3] Input: aw86927 - add driver for "
` [PATCH RESEND v3 3/3] arm64: dts: qcom: qcm6490-fairphone-fp5: Add vibrator support
[PATCH v2 00/11] mfd: macsmc: add rtc, hwmon and hid subdevices
 2025-09-28  2:09 UTC  (16+ messages)
` [PATCH v2 02/11] dt-bindings: hwmon: Add Apple System Management Controller hwmon schema
` [PATCH v2 05/11] hwmon: Add Apple Silicon SMC hwmon driver
` [PATCH v2 07/11] input: macsmc-hid: New driver to handle the Apple Mac SMC buttons/lid
` [PATCH v2 08/11] mfd: macsmc: Wire up Apple SMC HID subdevice
` [PATCH v2 10/11] arm64: dts: apple: Add common hwmon sensors and fans
[PATCH v5] HID: logitech-dj: Add support for a new lightspeed receiver iteration
 2025-09-28  1:54 UTC  (2+ messages)
[PATCH v4] HID: logitech-dj: Add support for a new lightspeed receiver iteration
 2025-09-28  0:50 UTC  (12+ messages)
[PATCH v1 0/2] Input: add fts2ba61y touchscreen driver
 2025-09-27  2:42 UTC  (4+ messages)
` [PATCH v1 2/2] Input: add support for the STM FTS2BA61Y touchscreen
[PATCH v6 0/2] Add support for sound profile switching and leverage for OnePlus 6 slider
 2025-09-26 21:31 UTC  (2+ messages)
[PATCH v3] HID: cp2112: Add parameter validation to data length
 2025-09-26 14:58 UTC 
[PATCH RESEND v2] HID: cp2112: Add parameter validation to data length
 2025-09-26 14:17 UTC  (2+ messages)
[dtor-input:next] BUILD SUCCESS 9712fe00a7728c64be7e51f05162aafea231a929
 2025-09-26  6:32 UTC 
[PATCH 1/1] dt-bindings: touchscreen: move ar1021.txt to maxim,max11801.yaml
 2025-09-25 19:46 UTC  (4+ messages)
[linux-next PATCH v8 1/3] dt-bindings: touchscreen: convert eeti bindings to json schema
 2025-09-25 18:37 UTC  (4+ messages)
` [linux-next PATCH v8 2/3] dt-bindings: arm: bcm: raspberrypi,bcm2835-firmware: Add touchscreen child node
` [linux-next PATCH v8 3/3] dt-bindings: touchscreen: remove touchscreen.txt
[PATCH v2 0/2] input: touchscreen: atmel_mxt_ts: add support for generic touchscreen configurations
 2025-09-25 16:30 UTC  (2+ messages)
[PATCH] Input: gpio-keys - fix misleading GPIO number
 2025-09-25  8:39 UTC  (4+ messages)
[PATCH v6 1/3] dt-bindings: touchscreen: convert eeti bindings to json schema
 2025-09-24 21:16 UTC  (3+ messages)
[PATCH] Input: xpad - Add support for CRKD LP Guitars
 2025-09-24 20:58 UTC 
[PATCH] Input: ps2-gpio - fix typo
 2025-09-24 20:47 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).