Linux Input Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-10 09:36:48 to 2022-01-23 17:25:45 UTC [more...]

Touchpad stickiness on Dell Inspiron/XPS
 2022-01-23 17:25 UTC  (17+ messages)
        ` Touchpad stickiness on AMD laptops (was Dell Inspiron/XPS)

[PATCH] HID: apple: Set the tilde quirk flag on the Wellspring 5 and later
 2022-01-22 13:59 UTC  (3+ messages)

Quirky Perixx Periboard-520 USB keyboard + trackball
 2022-01-22 12:52 UTC 

[PATCH] hid: elo: fix memory leak in elo_probe
 2022-01-22  9:48 UTC 

[PATCH 0/3] Add support for pm8941-pwrkey.c
 2022-01-22  0:04 UTC  (13+ messages)
` [PATCH 1/3] input: misc: pm8941-pwrkey: add software key press debouncing support
` [PATCH 2/3] input: misc: pm8941-pwrkey: simulate missed key press events
` [PATCH 3/3] input: misc: pm8941-pwrkey: avoid potential null pointer dereference

[PATCH v5 1/4] Input: Add driver for Cypress Generation 5 touchscreen
 2022-01-21 22:43 UTC  (3+ messages)

[PATCH v5 0/4] Add support for the Cypress cyttsp5
 2022-01-21 22:08 UTC  (4+ messages)
` [PATCH v5 2/4] dt-bindings: input: Add Cypress TT2100 touchscreen controller

[RFC PATCH 0/3] input: add DFROBOT touchscreen controller
 2022-01-21 17:25 UTC  (2+ messages)

[RFC PATCH 0/4] input: edt-ft5x06: add support for DFROBOT touch controller to
 2022-01-21 17:24 UTC  (2+ messages)

[PATCH 02/31] hid: changing LED_* from enum led_brightness to actual value
 2022-01-21 16:54 UTC  (4+ messages)
` [PATCH 05/31] input: keyboard: "
` [PATCH 06/31] input: misc: "
` [PATCH 07/31] input: touchscreen: "

[PATCH v2 0/3] HID: lenovo: ThinkPad TrackPoint Keyboard II support
 2022-01-21 15:51 UTC  (11+ messages)
    ` [PATCH v3 1/3] HID: lenovo: Add support for ThinkPad TrackPoint Keyboard II
      ` [PATCH v3 2/3] HID: lenovo: Sync Fn-lock state on button press for Compact and TrackPoint II keyboards
      ` [PATCH v3 3/3] HID: lenovo: Add note about different report numbers

[PATCH] HID: wacom: Avoid using stale array indicies to read contact count
 2022-01-21 14:11 UTC  (2+ messages)

[PATCH 1/2] HID: wacom: Reset expected and received contact counts at the same time
 2022-01-21 14:11 UTC  (3+ messages)
` [PATCH 2/2] HID: wacom: Ignore the confidence flag when a touch is removed

[PATCH v4 0/4] input: MT6358 PMIC button support
 2022-01-21 14:03 UTC  (5+ messages)
` [PATCH v4 1/4] Input: mtk-pmic-keys - use get_irq_byname() instead of index
` [PATCH v4 2/4] dt-bindings: input: mtk-pmic-keys: add MT6358 binding definition
` [PATCH v4 3/4] Input: mtk-pmic-keys - add support for MT6358
` [PATCH v4 4/4] arm64: dts: mt6358: add mt6358-keys node

[PATCH 1/3] HID: apple: Add support for keyboard backlight on certain T2 Macs
 2022-01-21  8:27 UTC  (3+ messages)
` [PATCH 2/3] HID: apple: Add necessary IDs and configuration for "
  ` [PATCH 3/3] HID: apple: Add fn mapping for MacBook Pros with Touch Bar

[PATCH 1/3] Add support for keyboard backlight on certain T2 Macs
 2022-01-21  8:21 UTC 

[PATCH 00/18] *** Implement simple haptic HID support ***
 2022-01-21  6:10 UTC  (26+ messages)
` [PATCH 04/18] HID: haptic: introduce hid_haptic_device
` [PATCH 05/18] HID: introduce hid_get_feature
` [PATCH 13/18] Input: MT - toggle ABS_PRESSURE pointer emulation
` [PATCH 18/18] HID: i2c-hid: fix i2c_hid_set_or_send_report

[PATCH 1/2] dt-bindings: display: bridge: drop Enric Balletbo i Serra from maintainers
 2022-01-20 20:07 UTC  (9+ messages)
` [PATCH 2/2] dt-bindings: google,cros-ec: "
  ` [PATCH 2/2] dt-bindings: google, cros-ec: "

[PATCH v3 0/5] Add spi-hid, transport for HID over SPI bus
 2022-01-20 20:06 UTC  (9+ messages)
` [PATCH v3 1/5] HID: Add BUS_SPI support when printing out device info in hid_connect()
` [PATCH v3 2/5] HID: define HID_SPI_DEVICE macro in hid.h
` [PATCH v3 3/5] Documentation: DT bindings for HID over SPI
` [PATCH v3 4/5] Documentation: Correction in HID output_report callback description
` [PATCH v3 5/5] HID: add spi-hid, transport driver for HID over SPI bus

[PATCH] dt-bindings: Drop unnecessary pinctrl properties
 2022-01-20 17:36 UTC  (5+ messages)

[PATCH 00/12] i2c-hid: fixes for unnumbered reports and other improvements
 2022-01-20  6:27 UTC  (15+ messages)
` [PATCH 01/12] HID: i2c-hid: fix handling numbered reports with IDs of 15 and above
` [PATCH 02/12] HID: i2c-hid: fix GET/SET_REPORT for unnumbered reports
` [PATCH 03/12] HID: i2c-hid: use "struct i2c_hid" as argument in most calls
` [PATCH 04/12] HID: i2c-hid: refactor reset command
` [PATCH 05/12] HID: i2c-hid: explicitly code setting and sending reports
` [PATCH 06/12] HID: i2c-hid: define i2c_hid_read_register() and use it
` [PATCH 07/12] HID: i2c-hid: create a helper for SET_POWER command
` [PATCH 08/12] HID: i2c-hid: convert i2c_hid_execute_reset() to use i2c_hid_xfer()
` [PATCH 09/12] HID: i2c-hid: rework i2c_hid_get_report() "
` [PATCH 10/12] HID: i2c-hid: use helpers to do endian conversion in i2c_hid_get_input()
` [PATCH 11/12] HID: i2c-hid: no longer need raw access to HID descriptor structure
` [PATCH 12/12] HID: i2c-hid: note that I2C xfer buffers are DMA-safe

[PATCH 1/2] HID: uhid: Fix worker destroying device without any protection
 2022-01-19 14:59 UTC  (3+ messages)
` [PATCH 2/2] HID: uhid: Use READ_ONCE()/WRITE_ONCE() for ->running

A concurrency uaf in psmouse_smbus_init
 2022-01-19  2:47 UTC 

[dtor-input:master] BUILD SUCCESS 87a0b2fafc09766d8c55461a18345a1cfb10a7fe
 2022-01-18 18:42 UTC 

[PATCH] Input: synaptics: retry query upon error
 2022-01-18 16:28 UTC 

[PATCH v2] input/i8042: Add quirk table to disable aux port on Clevo NS70MU
 2022-01-18 11:55 UTC 

Servicio de la flota
 2022-01-18  9:10 UTC 

[PATCH AUTOSEL 4.9 05/33] HID: apple: Do not reset quirks when the Fn key is not found
 2022-01-18  2:50 UTC 

[PATCH AUTOSEL 4.19 06/59] HID: apple: Do not reset quirks when the Fn key is not found
 2022-01-18  2:46 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 29/59] HID: quirks: Allow inverting the absolute X/Y values

[PATCH AUTOSEL 5.4 11/73] HID: apple: Do not reset quirks when the Fn key is not found
 2022-01-18  2:43 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 39/73] HID: quirks: Allow inverting the absolute X/Y values

[PATCH AUTOSEL 4.14 13/56] HID: apple: Do not reset quirks when the Fn key is not found
 2022-01-18  2:48 UTC 

[PATCH AUTOSEL 5.15 042/188] HID: magicmouse: Report battery level over USB
 2022-01-18  2:30 UTC  (4+ messages)
` [PATCH AUTOSEL 5.15 043/188] HID: apple: Do not reset quirks when the Fn key is not found
` [PATCH AUTOSEL 5.15 112/188] HID: quirks: Allow inverting the absolute X/Y values
` [PATCH AUTOSEL 5.15 113/188] HID: i2c-hid-of: Expose the touchscreen-inverted properties

[PATCH AUTOSEL 5.10 018/116] HID: apple: Do not reset quirks when the Fn key is not found
 2022-01-18  2:39 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 067/116] HID: quirks: Allow inverting the absolute X/Y values

[PATCH AUTOSEL 5.16 048/217] HID: magicmouse: Report battery level over USB
 2022-01-18  2:18 UTC  (4+ messages)
` [PATCH AUTOSEL 5.16 049/217] HID: apple: Do not reset quirks when the Fn key is not found
` [PATCH AUTOSEL 5.16 132/217] HID: quirks: Allow inverting the absolute X/Y values
` [PATCH AUTOSEL 5.16 133/217] HID: i2c-hid-of: Expose the touchscreen-inverted properties

[PATCH] HID: amd_sfh: Remove useless DMA-32 fallback configuration
 2022-01-17  9:34 UTC  (2+ messages)

[git pull] Input updates for v5.17-rc0
 2022-01-17  6:54 UTC  (2+ messages)

[PATCH] input: fix Kconfig dependency on IIO_BUFFER
 2022-01-17  6:07 UTC 

[dtor-input:for-linus] BUILD SUCCESS 762f99f4f3cb41a775b5157dd761217beba65873
 2022-01-16 17:59 UTC 

[dtor-input:next] BUILD SUCCESS b6e43dddaea3dbfa93327f986beb3ec5e8157c4c
 2022-01-16 16:32 UTC 

[PATCH] HID: Add driver for Razer Blackwidow keyboards
 2022-01-16 15:34 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v1 0/5] Add spi-hid, transport for HID over SPI bus
 2022-01-15 11:16 UTC  (11+ messages)
` [PATCH v1 3/5] HID: add on_transport_error() field to struct hid_driver
    ` [EXTERNAL] "
` [PATCH v1 5/5] HID: add spi-hid, transport driver for HID over SPI bus
      ` [EXTERNAL] "

About the Apple tilde key quirk
 2022-01-15  9:47 UTC  (2+ messages)

[PATCH v2] HID: google: modify HID device groups of eel
 2022-01-14 21:40 UTC  (7+ messages)
` Re "

[PATCH v2 00/16] *** Implement simple haptic HID support ***
 2022-01-14 18:31 UTC  (17+ messages)
` [PATCH v2 01/16] HID: add haptics page defines
` [PATCH v2 02/16] Input: add FF_HID effect type
` [PATCH v2 03/16] Input: add INPUT_PROP_HAPTIC_TOUCHPAD
` [PATCH v2 04/16] HID: haptic: introduce hid_haptic_device
` [PATCH v2 05/16] HID: input: allow mapping of haptic output
` [PATCH v2 06/16] HID: haptic: initialize haptic device
` [PATCH v2 07/16] Input: add shared effects
` [PATCH v2 08/16] HID: haptic: implement release and press effects
` [PATCH v2 09/16] HID: input: calculate resolution for pressure
` [PATCH v2 10/16] HID: haptic: add functions handling events
` [PATCH v2 11/16] Input: MT - add INPUT_MT_TOTAL_FORCE flags
` [PATCH v2 12/16] HID: haptic: add hid_haptic_switch_mode
` [PATCH v2 13/16] HID: multitouch: add haptic multitouch support
` [PATCH v2 14/16] Input: introduce EVIOCFF(TAKE|RELEASE)CONTROL
` [PATCH v2 15/16] HID: haptic: add hid_haptic_change_control
` [PATCH v2 16/16] HID: i2c-hid: fix handling numbered reports with IDs of 15 and above

[PATCH][RESEND] input/i8042: Add quirk table to disable aux port on Clevo NS70MU
 2022-01-14 17:16 UTC 

[PATCH][RESEND] input/i8042: Add quirk table to disable aux port on Clevo NS70MU
 2022-01-14 17:15 UTC  (2+ messages)

[PATCH] input/i8042: Add quirk table to disable aux port on Clevo NS70MU
 2022-01-14 17:00 UTC 

[PATCH] HID: vivaldi: Minor cleanups
 2022-01-14 10:52 UTC  (2+ messages)

[PATCH] Input: synaptics-rmi4 - Add I2C wakeup support
 2022-01-14 10:03 UTC  (2+ messages)

[PATCH] HID: vivaldi: fix handling devices not using numbered reports
 2022-01-14  8:33 UTC  (2+ messages)

[PATCH] Input: synaptics-rmi4 - Remove redundant 'flush_workqueue()' calls
 2022-01-14  8:17 UTC 

[dtor-input:next] BUILD SUCCESS 9df136b555221e8eb3f4e5d3958d8fe11783abcf
 2022-01-12 14:58 UTC 

[PATCH] HID: Ignore battery for Elan touchscreen on HP Envy X360 15t-dr100
 2022-01-12 10:13 UTC  (5+ messages)

[PATCH v3 0/6] Add touch-keys support to the Zinitix touch driver
 2022-01-12  1:46 UTC  (3+ messages)
` [PATCH v3 5/6] dt-bindings: input: zinitix: Document touch-keys support

[PATCH 4.19 0/6] fix warning and errors on arm built with clang
 2022-01-11 21:04 UTC  (5+ messages)
` [PATCH 4.19 5/6] ARM: 8788/1: ftrace: remove old mcount support

Wrong piix4_smbus address / slow trackpoint on Thinkpad P14s gen 2 (AMD)
 2022-01-11 12:35 UTC  (3+ messages)

Wycena paneli fotowoltaicznych
 2022-01-11  7:45 UTC 

[PATCH] Input: ti_am335x_tsc: Fix typo
 2022-01-10 20:46 UTC  (2+ messages)

[regression] Touchpad is not working after suspend to RAM since kernel 5.14 (fwd from b.k.o bug 214667)
 2022-01-10 14:58 UTC  (3+ messages)

[RFC 01/32] Kconfig: introduce and depend on LEGACY_PCI
 2022-01-10  9:34 UTC  (3+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).