linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-13 14:44:59 to 2021-05-02 23:38:15 UTC [more...]

[PATCH 0/4] RFC: HID: wiiu-drc: Add a driver for the Wii U gamepad
 2021-05-02 23:28 UTC  (5+ messages)
` [PATCH 1/4] HID: wiiu-drc: Add a driver for this gamepad
` [PATCH 2/4] HID: wiiu-drc: Implement touch reports
` [PATCH 3/4] HID: wiiu-drc: Add accelerometer, gyroscope and magnetometer readings
` [PATCH 4/4] HID: wiiu-drc: Add battery reporting

[RFC 0/4] Input: goodix - platform/x86: touchscreen_dmi - Move quirks to touchscreen_dmi.c
 2021-05-02 10:09 UTC  (5+ messages)
` [RFC 1/4] platform/x86: touchscreen_dmi: Match on ACPI HID instead of ACPI companion-dev-name
` [RFC 2/4] Input: goodix - platform/x86: touchscreen_dmi - Move upside down quirks to touchscreen_dmi.c
` [RFC 3/4] Input: goodix - platform/x86: touchscreen_dmi - Move inverted-x quirk "
` [RFC 4/4] platform/x86: touchscreen_dmi: Add an extra entry for the upside down Goodix touchscreen on Teclast X89 tablets

[PATCH] HID: surface-hid: Fix integer endian conversion
 2021-04-30 18:01 UTC  (2+ messages)

Xen Virtual Keyboard modalias breaking uevents
 2021-04-30 13:16 UTC  (6+ messages)

[PATCH v3 0/2] sunxi LRADC/volume key wakeup support
 2021-04-30  4:20 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: sun4i-a10-lradc-keys: Accept wakeup-source property
` [PATCH v3 2/2] input: sun4i-lradc-keys - Add wakup support

[PATCH] Input: xpad - add support for Amazon Game Controller
 2021-04-29 22:29 UTC  (3+ messages)

[PATCH 1/1] HID: quirks: Add quirk for Lenovo optical mouse
 2021-04-29 18:50 UTC 

[PATCH 1/7] Input: mtk-pmic-keys - check for NULL on of_match_device()
 2021-04-29 14:48 UTC  (7+ messages)
` [PATCH 3/7] mfd: mt6397: keys: use named IRQs instead of index
` [PATCH 4/7] dt-bindings: input: mtk-pmic-keys: add MT6358 binding definition
` [PATCH 5/7] Input: mtk-pmic-keys - add support for MT6358

[PATCH] Documentation: input: joydev file corrections
 2021-04-29  6:31 UTC 

[PATCH] hid: remove the unnecessary redefinition of a macro
 2021-04-29  0:05 UTC 

[PATCH 0/7] Input: goodix - Add support for controllers without flash
 2021-04-28 13:18 UTC  (10+ messages)
` [PATCH 1/7] Input: goodix - Change goodix_i2c_write() len parameter type to int
` [PATCH 2/7] Input: goodix - Add a goodix.h header file
` [PATCH 3/7] Input: goodix - Refactor reset handling
` [PATCH 4/7] Input: goodix - Push error logging up into i2c_read and i2c_write helpers
` [PATCH 5/7] Input: goodix - Allow specifying the config filename through a "goodix,config-name" device-property
` [PATCH 6/7] Input: goodix - Add support for controllers without flash
` [PATCH 7/7] platform/x86: touchscreen_dmi: Add info for the Goodix GT912 panel of TM800A550L tablets

[PATCH] drivers: input: misc: ims-pcu.c: Fix usage of spaces
 2021-04-28  9:10 UTC 

[PATCH V2 0/4] Add support for PMK8350 PON_HLOS PMIC peripheral
 2021-04-27  8:37 UTC  (9+ messages)
` [PATCH V2 3/4] dt-bindings: power: reset: qcom-pon: Convert qcom PON binding to yaml
` [PATCH V2 4/4] dt-bindings: input: pm8941-pwrkey: Convert pm8941 power key "

[PATCH v4 01/10] dt-bindings: Add Wacom to vendor bindings
 2021-04-27  5:56 UTC  (4+ messages)
` [PATCH v4 07/10] Input: wacom_i2c - Add support for reset control

[PATCH] drivers/hid: avoid invalid denominator
 2021-04-26 16:36 UTC  (3+ messages)

Lenovo Thinkpad T14 Gen 2 touchpad support
 2021-04-26 15:15 UTC 

[PATCH] HID: hiddev: return -ENOMEM when kmalloc failed
 2021-04-26 12:13 UTC  (2+ messages)

[PATCH] Input: atkbd - simplify atkbd_show_force_release()
 2021-04-26  7:06 UTC  (3+ messages)

[PATCH] usbhid: fix info leak in hid_submit_ctrl
 2021-04-25 17:33 UTC 

[PATCH] Input: goodix - Fix missing IRQF_ONESHOT as only threaded handler
 2021-04-25  5:30 UTC  (3+ messages)

[PATCH 1/2] Input: evbug - Remove an empty comment block
 2021-04-25  5:26 UTC  (4+ messages)
` [PATCH 2/2] Input: evbug - Use 'pr_debug()' instead of hand-writing it

[PATCH] hid: remove the unnecessary redefinition of a macro
 2021-04-23 19:34 UTC 

[PATCH v1 01/14] spi: pxa2xx: Use one point of return when ->probe() fails
 2021-04-23 17:49 UTC  (17+ messages)
` [PATCH v1 02/14] spi: pxa2xx: Utilize MMIO and physical base from struct ssp_device
` [PATCH v1 03/14] spi: pxa2xx: Utilize struct device "
` [PATCH v1 04/14] spi: pxa2xx: Replace header inclusions by forward declarations
` [PATCH v1 05/14] spi: pxa2xx: Consolidate related headers under include/linux/spi
` [PATCH v1 06/14] spi: pxa2xx: Group Intel Quark specific definitions
` [PATCH v1 07/14] spi: pxa2xx: Introduce int_stop_and_reset() helper
` [PATCH v1 08/14] spi: pxa2xx: Reuse int_error_stop() in pxa2xx_spi_slave_abort()
` [PATCH v1 09/14] spi: pxa2xx: Use pxa_ssp_enable()/pxa_ssp_disable() in the driver
` [PATCH v1 10/14] spi: pxa2xx: Extract pxa2xx_spi_update() helper
` [PATCH v1 11/14] spi: pxa2xx: Extract clear_SSCR1_bits() helper
` [PATCH v1 12/14] spi: pxa2xx: Extract read_SSSR_bits() helper
` [PATCH v1 13/14] spi: pxa2xx: Constify struct driver_data parameter
` [PATCH v1 14/14] spi: pxa2xx: Introduce special type for Merrifield SPIs

[PATCH v3] HID: i2c-hid: Skip ELAN power-on command after reset
 2021-04-23  7:54 UTC  (4+ messages)

[input:master] BUILD SUCCESS d12b64b9764ea17554fb230784ebf91287ed807e
 2021-04-23  5:30 UTC 

[syzbot] unexpected kernel reboot (4)
 2021-04-22 17:00 UTC  (9+ messages)

[PATCH] Input: rework USB Kconfig dependencies
 2021-04-22 16:32 UTC  (2+ messages)

[RESEND v7 1/2] dt-bindings: input: touchscreen: ilitek_ts_i2c: Add bindings
 2021-04-22 10:30 UTC  (4+ messages)
` [RESEND v7 2/2] input: touchscreen: Add support for ILITEK Lego Series

[PATCH v8 1/2] dt-bindings: input: touchscreen: ilitek_ts_i2c: Add bindings
 2021-04-22 10:18 UTC  (2+ messages)
` [PATCH v8 2/2] input: touchscreen: Add support for ILITEK Lego Series

[PATCH] MAINTAINERS: repair reference in HYCON HY46XX TOUCHSCREEN SUPPORT
 2021-04-21  5:40 UTC  (3+ messages)

[syzbot] WARNING in atp_close (2)
 2021-04-20 14:52 UTC 

[PATCH v2 0/4] Stylus-on-touchscreen device support
 2021-04-20 13:17 UTC  (2+ messages)

[PATCH v4] Input: cyttsp - Convert bindings to YAML and extend
 2021-04-20 10:37 UTC 

[PATCH AUTOSEL 4.9 1/8] HID: alps: fix error return code in alps_input_configured()
 2021-04-19 20:45 UTC 

[PATCH AUTOSEL 4.14 01/11] HID: alps: fix error return code in alps_input_configured()
 2021-04-19 20:45 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 02/11] HID: wacom: Assign boolean values to a bool variable

[PATCH AUTOSEL 4.19 01/12] HID: google: add don USB id
 2021-04-19 20:45 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 02/12] HID: alps: fix error return code in alps_input_configured()
` [PATCH AUTOSEL 4.19 03/12] HID: wacom: Assign boolean values to a bool variable

[PATCH AUTOSEL 5.4 01/14] HID: google: add don USB id
 2021-04-19 20:44 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 02/14] HID: alps: fix error return code in alps_input_configured()
` [PATCH AUTOSEL 5.4 03/14] HID: wacom: Assign boolean values to a bool variable

[PATCH AUTOSEL 5.10 01/21] HID: google: add don USB id
 2021-04-19 20:44 UTC  (4+ messages)
` [PATCH AUTOSEL 5.10 02/21] HID: alps: fix error return code in alps_input_configured()
` [PATCH AUTOSEL 5.10 03/21] HID cp2112: fix support for multiple gpiochips
` [PATCH AUTOSEL 5.10 04/21] HID: wacom: Assign boolean values to a bool variable

[PATCH AUTOSEL 5.11 01/23] HID: google: add don USB id
 2021-04-19 20:43 UTC  (5+ messages)
` [PATCH AUTOSEL 5.11 02/23] HID: asus: Add support for 2021 ASUS N-Key keyboard
` [PATCH AUTOSEL 5.11 03/23] HID: alps: fix error return code in alps_input_configured()
` [PATCH AUTOSEL 5.11 04/23] HID cp2112: fix support for multiple gpiochips
` [PATCH AUTOSEL 5.11 05/23] HID: wacom: Assign boolean values to a bool variable

psmouse serio2 psmouse.synaptics_intertouch=1
 2021-04-19 15:38 UTC  (4+ messages)

[PATCH v5 1/9] dt-bindings: Add Wacom to vendor bindings
 2021-04-18 21:01 UTC  (9+ messages)
` [PATCH v5 2/9] dt-bindings: touchscreen: Initial commit of wacom,generic
` [PATCH v5 3/9] Input: wacom_i2c - Add device tree support to wacom_i2c
` [PATCH v5 4/9] Input: wacom_i2c - Add touchscren properties
` [PATCH v5 5/9] Input: wacom_i2c - Add support for distance and tilt x/y
` [PATCH v5 6/9] Input: wacom_i2c - Clean up the query device fields
` [PATCH v5 7/9] Input: wacom_i2c - Add support for vdd regulator
` [PATCH v5 8/9] ARM: imx_v6_v7_defconfig: Enable Wacom I2C
` [PATCH v5 9/9] ARM: dts: imx7d: remarkable2: add wacom digitizer device

[PATCH 1/2] HID: hid-sensor-hub: Return error for hid_set_field() failure
 2021-04-18 11:15 UTC  (4+ messages)
` [PATCH 2/2] HID: hid-sensor-custom: Process failure of sensor_hub_set_feature()

[PATCH] HID: asus: filter G713/G733 key event to prevent shutdown
 2021-04-18  9:12 UTC 

[PATCH] HID: asus: Filter keyboard EC for old ROG keyboard
 2021-04-18  8:48 UTC  (2+ messages)

hid-multitouch: goodix: hovering works as touch
 2021-04-16 14:43 UTC  (7+ messages)
` UPD: "

[PATCH v5 0/2] HID: google: add device tree bindings for Whiskers switch device
 2021-04-16 13:30 UTC  (6+ messages)
` [PATCH v5 1/2] mfd: google,cros-ec: add DT bindings for a baseboard's "
` [PATCH v5 2/2] HID: google: Add of_match table to Whiskers "

[PATCH 0/6] HID: lg-g15: Add support for the Logitech Z-10 speakers
 2021-04-16 13:13 UTC  (7+ messages)
` [PATCH 1/6] HID: lg-g15: Remove unused size argument from lg_*_event() functions
` [PATCH 2/6] HID: lg-g15: Add a lg_g15_handle_lcd_menu_keys() helper function
` [PATCH 3/6] HID: lg-g15: Add a lg_g15_init_input_dev() "
` [PATCH 4/6] HID: lg-g15: Make the LED-name used by lg_g15_register_led() a parameter
` [PATCH 5/6] HID: lg-g15: Add support for the Logitech Z-10 speakers
` [PATCH 6/6] HID: lg-g15 + ite: Add MODULE_AUTHOR

[PATCH] Input: twl4030_keypad - Fix missing IRQF_ONESHOT as only threaded handler
 2021-04-16 10:38 UTC  (2+ messages)

[PATCH] driver: input: touchscreen: modify Raydium i2c touchscreen driver
 2021-04-15 19:17 UTC  (3+ messages)

[git pull] Input updates for v5.12-rc7
 2021-04-15 18:15 UTC  (2+ messages)

i8042: Can't read CTR while initializing i8042
 2021-04-15 11:26 UTC 

[PATCH] driver: input: touchscreen: modify Raydium i2c touchscreen driver
 2021-04-15  9:14 UTC 

Servicio de la flota
 2021-04-15  7:55 UTC 

[PATCH v5 1/3] dt-bindings: Add Hycon Technology vendor prefix
 2021-04-15  6:16 UTC  (14+ messages)
` [PATCH v7 0/3] Input: add Hycon HY46XX Touchscreen controller
  ` [PATCH v7 1/3] dt-bindings: Add Hycon Technology vendor prefix
  ` [PATCH v7 2/3] dt-bindings: touchscreen: Add HY46XX bindings
  ` [PATCH v7 3/3] Input: add driver for the Hycon HY46XX touchpanel series

Bug#986561: linux: Regression in drivers/hid/hid-dr.c causing horizontal D-pad to malfunction on SNES joystick
 2021-04-14 17:17 UTC  (2+ messages)

[input:master] BUILD SUCCESS aa2f62cf211a0985c14fd78a17d55296769698d6
 2021-04-14 15:33 UTC 

[PATCH] [v4] Input: Add "Select" button to Microsoft Xbox One controller
 2021-04-14  4:41 UTC  (3+ messages)

[PATCH v4 0/2] HID: google: add device tree bindings for Whiskers switch device
 2021-04-14  4:15 UTC  (4+ messages)
` [PATCH v4 1/2] mfd: google,cros-ec: add DT bindings for a baseboard's "

[PATCH] [v5] Input: Add "Select" button to Microsoft Xbox One controller
 2021-04-14  2:12 UTC 

[PATCH v5 2/3] dt-bindings: touchscreen: Add HY46XX bindings
 2021-04-13 18:34 UTC  (7+ messages)
` [PATCH v6 0/2] Input: add Hycon HY46XX Touchscreen controller
  ` [PATCH v6 1/2] dt-bindings: touchscreen: Add HY46XX bindings

[bug report] HID: ft260: add usb hid to i2c host bridge driver
 2021-04-13 15:52 UTC  (6+ messages)

[PATCH] HID: ft260: check data size in ft260_smbus_write()
 2021-04-13 15:12 UTC 


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