linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-17 00:38:11 to 2021-08-30 23:12:43 UTC [more...]

help needed in this part of code regarding FF in hid-sony.c
 2021-08-30 23:12 UTC  (2+ messages)

[PATCH v2 1/3] Input: ili210x - use resolution from ili251x firmware
 2021-08-30 23:02 UTC  (8+ messages)
` [PATCH v2 2/3] Input: ili210x - export ili251x version details via sysfs
` [PATCH v2 3/3] Input: ili210x - add ili251x firmware update support

[PATCH] Input: adp5589-keys - Use the right header
 2021-08-30 21:23 UTC  (3+ messages)

[PATCH] input: remove dead CSR Prima2 PWRC driver
 2021-08-30 21:22 UTC  (3+ messages)

[PATCH] Input: adp5588-keys - Use the right header
 2021-08-30 21:19 UTC  (2+ messages)

[PATCH v10 00/12] Add Wacom I2C support to rM2
 2021-08-30 20:44 UTC  (15+ messages)
` [PATCH v10 01/12] dt-bindings: Add Wacom to vendor bindings
` [PATCH] Input: wacom_i2c - Allow flipping the values from the DT
` [PATCH v10 02/12] dt-bindings: touchscreen: Initial commit of wacom,i2c
` [PATCH v10 03/12] Input: wacom_i2c - Add device tree support to wacom_i2c
` [PATCH v10 04/12] Input: wacom_i2c - Add touchscren properties
` [PATCH v10 05/12] Input: wacom_i2c - Read the descriptor values
` [PATCH v10 06/12] Input: wacom_i2c - Add support for distance and tilt x/y
` [PATCH v10 07/12] Input: wacom_i2c - Clean up the query device fields
` [PATCH v10 08/12] Input: wacom_i2c - Add support for vdd regulator
` [PATCH v10 09/12] Input: wacom_i2c - Use macros for the bit masks
` [PATCH v10 10/12] Input: wacom_i2c - Allow flipping the values from the DT
` [PATCH v10 11/12] ARM: imx_v6_v7_defconfig: Enable Wacom I2C
` [PATCH v10 12/12] ARM: dts: imx7d: remarkable2: add wacom digitizer device

[PATCH] Input: elantench - Fix the firmware misreport coordinates for trackpoint occasionally
 2021-08-30 20:23 UTC  (3+ messages)

[REGRESSION][BISECTED] flood of "hid-generic ... control queue full" since v5.14-rc1
 2021-08-30 19:23 UTC  (9+ messages)

[syzbot] WARNING in hid_submit_ctrl/usb_submit_urb
 2021-08-30 19:22 UTC  (14+ messages)

[PATCH] HID: plantronics: Fix bare use of 'unsigned'
 2021-08-30 15:27 UTC 

[PATCH 00/40] TI AM437X ADC1
 2021-08-30 14:53 UTC  (74+ messages)
` [PATCH 01/40] clk: ti: am43xx: Add clkctrl data for am43xx ADC1
` [PATCH 02/40] dt-bindings: mfd: ti,am3359-tscadc: Add a yaml description for this MFD
` [PATCH 03/40] dt-bindings: touchscreen: ti,am3359-tsc: New yaml description
` [PATCH 04/40] dt-bindings: iio: adc: ti,am3359-adc: "
` [PATCH 05/40] dt-bindings: touchscreen: ti,am3359-tsc: Remove deprecated text file
` [PATCH 06/40] dt-bindings: mfd: ti,am3359-tscadc: Describe am4372 MFD compatible
` [PATCH 07/40] dt-bindings: iio: adc: ti,am3359-adc: Describe am4372 ADC compatible
` [PATCH 08/40] mfd: ti_am335x_tscadc: Replace license text with SPDX tag
` [PATCH 09/40] mfd: ti_am335x_tscadc: Fix style
` [PATCH 10/40] mfd: ti_am335x_tscadc: Drop extra spacing when declaring stack variables
` [PATCH 11/40] mfd: ti_am335x_tscadc: Get rid of useless gotos
` [PATCH 12/40] mfd: ti_am335x_tscadc: Move the driver structure allocation earlier
` [PATCH 13/40] mfd: ti_am335x_tscadc: Reword the comment explaining the dividers
` [PATCH 14/40] mfd: ti_am335x_tscadc: Don't search the tree for our clock
` [PATCH 15/40] mfd: ti_am335x_tscadc: Simplify divisor calculation
` [PATCH 16/40] mfd: ti_am335x_tscadc: Use driver data
` [PATCH 17/40] mfd: ti_am335x_tscadc: Mimic the probe from resume()
` [PATCH 18/40] mfd: ti_am335x_tscadc: Drop useless variables from the driver structure
` [PATCH 19/40] mfd: ti_am335x_tscadc: Always provide an idle configuration
` [PATCH 20/40] mfd: ti_am335x_tscadc: Gather the ctrl register logic at one place
` [PATCH 21/40] mfd: ti_am335x_tscadc: Rename the subsystem enable macro
` [PATCH 22/40] mfd: ti_am335x_tscadc: Add TSC prefix in certain macros
` [PATCH 23/40] mfd: ti_am335x_tscadc: Rename a variable
` [PATCH 24/40] mfd: ti_am335x_tscadc: Fix an error message
` [PATCH 25/40] mfd: ti_am335x_tscadc: Add a boolean to clarify the presence of a touchscreen
` [PATCH 26/40] mfd: ti_am335x_tscadc: Introduce has_tsc
` [PATCH 27/40] mfd: ti_am335x_tscadc: Move control register configuration
` [PATCH 28/40] mfd: ti_am335x_tscadc: Add ADC1/magnetic reader support
` [PATCH 29/40] mfd: ti_am335x_tscadc: Support the correctly spelled DT property
` [PATCH 30/40] iio: adc: ti_am335x_adc: Replace license text with SPDX tag
` [PATCH 31/40] iio: adc: ti_am335x_adc: Fix style
` [PATCH 32/40] iio: adc: ti_am335x_adc: Get rid of useless gotos
` [PATCH 33/40] iio: adc: ti_am335x_adc: Gather the checks on the delays
` [PATCH 34/40] iio: adc: ti_am335x_adc: Add a unit to the timeout delay
` [PATCH 35/40] iio: adc: ti_am335x_adc: Wait the idle state to avoid stalls
` [PATCH 36/40] iio: adc: ti_am335x_adc: Add the scale information
` [PATCH 37/40] iio: adc: ti_am335x_adc: Add the am437x compatible
` [PATCH 38/40] ARM: dts: am437x-cm-t43: Use a correctly spelled DT property
` [PATCH 39/40] ARM: dts: am43xx: Describe the magnetic reader/ADC1 hardware module
` [PATCH 40/40] ARM: dts: am437x-gp-evm: enable ADC1

[input:master] BUILD SUCCESS 247141f5286b6a915dd225de076c29d8591e9a94
 2021-08-30 14:36 UTC 

[PATCH 1/2] HID: mcp2221: enable HID I/O during probe
 2021-08-30 13:30 UTC  (7+ messages)
` [PATCH 2/2] HID: mcp2221: configure GP pins for GPIO function

[RFC PATCH v2 0/4] Raspberry Pi Sense HAT driver
 2021-08-30 13:00 UTC  (3+ messages)
` [RFC PATCH vs 2/4] drivers/input/joystick: sensehat: Raspberry Pi Sense HAT joystick driver

fn-key issue with hid_apple and keychron keyboards
 2021-08-30  9:25 UTC  (9+ messages)

[BUG] amba: Remove deferred device addition
 2021-08-28  1:09 UTC  (2+ messages)

Touchpad stickiness on Dell Inspiron/XPS
 2021-08-27  6:57 UTC 

[PATCH] fix inconsistent indentation
 2021-08-26 10:06 UTC 

[PATCH] fix slab-out-of-bounds Write in betop_probe
 2021-08-24 15:12 UTC  (8+ messages)
` [PATCH v2] HID: betop: "
` [PATCH v3] "

[PATCH v2 0/2] Warm reset support for pm8941-pwrkey
 2021-08-24  3:00 UTC  (2+ messages)

[PATCH v9 00/11] Add Wacom I2C support to rM2
 2021-08-23 18:15 UTC  (14+ messages)
` [PATCH v9 01/11] dt-bindings: Add Wacom to vendor bindings
` [PATCH v9 02/11] dt-bindings: touchscreen: Initial commit of wacom,i2c
` [PATCH v9 03/11] Input: wacom_i2c - Add device tree support to wacom_i2c
` [PATCH v9 04/11] Input: wacom_i2c - Add touchscren properties
` [PATCH v9 05/11] Input: wacom_i2c - Add support for distance and tilt x/y
` [PATCH v9 06/11] Input: wacom_i2c - Clean up the query device fields
` [PATCH v9 07/11] Input: wacom_i2c - Add support for vdd regulator
` [PATCH v9 08/11] Input: wacom_i2c - Use macros for the bit masks
` [PATCH v9 09/11] Input: wacom_i2c - Allow flipping the values from the DT
` [PATCH v9 10/11] ARM: imx_v6_v7_defconfig: Enable Wacom I2C
` [PATCH v9 11/11] ARM: dts: imx7d: remarkable2: add wacom digitizer device

[PATCH] HID: amd_sfh: switch from 'pci_' to 'dma_' API
 2021-08-23  5:08 UTC  (2+ messages)

[PATCH v3] dt-bindings: input: tsc2005: Convert to YAML schema
 2021-08-21 15:23 UTC  (3+ messages)

[PATCH] HID: core: add TransducerSerialNumber2
 2021-08-20 16:16 UTC 

[PATCH v2 22/63] HID: cp2112: Use struct_group() for memcpy() region
 2021-08-20 16:11 UTC  (9+ messages)
` [PATCH v2 55/63] HID: roccat: Use struct_group() to zero kone_mouse_event

[PATCH] HID: apple: Add support for Keychron K8, K2 in bluetooth mode
 2021-08-20 15:41 UTC  (3+ messages)

[PATCH] Hid: hid-logitech-hidpp: fixed coding style issues
 2021-08-20 14:45 UTC 

[PATCH v2] HID: sony: support for the ghlive ps4 dongles
 2021-08-20 12:56 UTC  (2+ messages)

[PATCH] HID: thrustmaster: clean up Makefile and adapt quirks
 2021-08-20 12:54 UTC  (2+ messages)

[PATCH] HID: i2c-hid: Fix Elan touchpad regression
 2021-08-20 12:52 UTC  (2+ messages)

[PATCH] HID: asus: Prevent Claymore sending suspend event
 2021-08-20 12:50 UTC  (2+ messages)

[PATCH 0/5] Updates to amd-sfh driver
 2021-08-20 12:49 UTC  (2+ messages)

[PATCH v4] HID: logitech-hidpp: battery: provide CAPACITY property for newer devices
 2021-08-20 12:33 UTC  (2+ messages)

[PATCH 1/3] HID: thrustmaster: Fix memory leaks in probe
 2021-08-20 12:25 UTC  (2+ messages)

[RESEND v2] hid-elo: update the reference count of the usb device structure
 2021-08-20 12:22 UTC  (2+ messages)

[PATCH] HID: logitech-hidpp: Use 'atomic_inc_return' instead of hand-writing it
 2021-08-20 12:21 UTC  (2+ messages)

[PATCH 1/2] Input: ili210x - export ili251x version details via sysfs
 2021-08-19 20:17 UTC  (2+ messages)
` [PATCH 2/2] Input: ili210x - add ili251x firmware update support

[PATCH] input: cm109: fix URB submitted while active
 2021-08-18 11:07 UTC  (2+ messages)

[PATCH] HID: add missing dependencies on HIDRAW
 2021-08-18  9:25 UTC 

[PATCH] Input: raydium_i2c_ts - read device version in bootloader mode
 2021-08-18  6:36 UTC 

[PATCH] input/serio: Prefer strscpy over strlcpy
 2021-08-17 16:18 UTC 

[PATCH] input/gscps2: Prefer strscpy over strlcpy
 2021-08-17 15:47 UTC 

[PATCH v3 0/6] input: Introduce support for SPMI haptics found on Qcom PMICs
 2021-08-17 12:10 UTC  (3+ messages)
` [PATCH v3 1/6] dt-bindings: input: add Qualcomm SPMI haptics driver


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