linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-29 00:58:25 to 2019-11-06 07:05:22 UTC [more...]

[PATCH v5 00/48] atmel_mxt_ts misc
 2019-11-06  7:01 UTC  (41+ messages)
` [PATCH v5 01/48] Input: introduce input_mt_report_slot_inactive
` [PATCH v5 02/48] Input: atmel_mxt_ts - rework sysfs init/remove
` [PATCH v5 03/48] Input: atmel_mxt_ts - only read messages in mxt_acquire_irq() when necessary
` [PATCH v5 09/48] Input: atmel_mxt_ts - handle reports from T47 Stylus object
` [PATCH v5 13/48] Input: atmel_mxt_ts - add regulator control support
` [PATCH v5 14/48] Input: atmel_mxt_ts - report failures in suspend/resume
` [PATCH v5 15/48] Input: atmel_mxt_ts - allow specification of firmware file name
` [PATCH v5 16/48] Input: atmel_mxt_ts - handle cfg filename via pdata/sysfs
` [PATCH v5 17/48] Input: atmel_mxt_ts - allow input name to be specified in platform data
` [PATCH v5 18/48] Input: atmel_mxt_ts - add config checksum attribute to sysfs
` [PATCH v5 19/48] Input: atmel_mxt_ts - refactor firmware flash to extract context into struct
` [PATCH v5 20/48] Input: atmel_mxt_ts - refactor code to enter bootloader into separate func
` [PATCH v5 21/48] Input: atmel_mxt_ts - combine bootloader version query with probe
` [PATCH v5 22/48] Input: atmel_mxt_ts - improve bootloader state machine handling
` [PATCH v5 23/48] Input: atmel_mxt_ts - rename bl_completion to chg_completion
` [PATCH v5 24/48] Input: atmel_mxt_ts - make bootloader interrupt driven
` [PATCH v5 25/48] Input: atmel_mxt_ts - delay enabling IRQ when not using regulators
` [PATCH v5 26/48] Input: atmel_mxt_ts - implement I2C retries
` [PATCH v5 27/48] Input: atmel_mxt_ts - orientation is not present in hover
` [PATCH v5 28/48] Input: atmel_mxt_ts - implement debug output for messages
` [PATCH v5 29/48] Input: atmel_mxt_ts - implement improved debug message interface
` [PATCH v5 30/48] Input: atmel_mxt_ts - eliminate data->raw_info_block
` [PATCH v5 31/48] Input: atmel_mxt_ts - Change call-points of mxt_free_* functions
` [PATCH v5 32/48] Input: atmel_mxt_ts - rely on calculated_crc rather than file config_crc
` [PATCH v5 33/48] input: atmel_mxt_ts: export GPIO reset line via sysfs
` [PATCH v5 34/48] input: atmel_mxt_ts: Add Missing Delay for reset handling of Atmel touch panel controller in detachable displays
` [PATCH v5 35/48] Input: atmel_mxt_ts: Add support for run self-test routine
` [PATCH v5 36/48] Input: atmel_mxt_ts: Limit the max bytes transferred in an i2c transaction
` [PATCH v5 37/48] Input: atmel_mxt_ts: return error from mxt_process_messages_until_invalid()
` [PATCH v5 38/48] Input: Atmel: improve error handling in mxt_start()
` [PATCH v5 39/48] Input: Atmel: improve error handling in mxt_initialize()
` [PATCH v5 40/48] Input: Atmel: improve error handling in mxt_update_cfg()
` [PATCH v5 41/48] Input: Atmel: Improve error handling in mxt_initialize_input_device()
` [PATCH v5 42/48] Input: Atmel: handle ReportID "0x00" while processing T5 messages
` [PATCH v5 43/48] Input: Atmel: use T44 object to process "
` [PATCH v5 44/48] Input: atmel_mxt_ts: use gpiod_set_value_cansleep for reset pin
` [PATCH v5 45/48] input: touchscreen: atmel_mxt_ts: Added sysfs entry for touchscreen status
` [PATCH v5 46/48] input: atmel_mxt_ts: added sysfs interface to update atmel T38 data
` [PATCH v5 47/48] Input: atmel_mxt_ts: Implement synchronization during various operation
` [PATCH v5 48/48] Input: atmel_mxt_ts - Fix compilation warning

[PATCH v9 00/10] HID: nintendo
 2019-11-06  6:06 UTC  (11+ messages)
` [PATCH v9 01/10] HID: nintendo: add nintendo switch controller driver
` [PATCH v9 02/10] HID: nintendo: add player led support
` [PATCH v9 03/10] HID: nintendo: add power supply support
` [PATCH v9 04/10] HID: nintendo: add home led support
` [PATCH v9 05/10] HID: nintendo: add rumble support
` [PATCH v9 06/10] HID: nintendo: improve subcommand reliability
` [PATCH v9 07/10] HID: nintendo: send subcommands after receiving input report
` [PATCH v9 08/10] HID: nintendo: reduce device removal subcommand errors
` [PATCH v9 09/10] HID: nintendo: patch hw version for userspace HID mappings
` [PATCH v9 10/10] HID: nintendo: set controller uniq to MAC

[PATCH v4 00/48] atmel_mxt_ts misc
 2019-11-06  5:00 UTC  (55+ messages)
` [PATCH v4 01/48] Input: introduce input_mt_report_slot_inactive
` [PATCH v4 02/48] Input: atmel_mxt_ts - rework sysfs init/remove
` [PATCH v4 03/48] Input: atmel_mxt_ts - only read messages in mxt_acquire_irq() when necessary
` [PATCH v4 04/48] Input: atmel_mxt_ts - split large i2c transfers into blocks
` [PATCH v4 05/48] Input: atmel_mxt_ts - output status from T48 Noise Supression
` [PATCH v4 06/48] Input: atmel_mxt_ts - output status from T42 Touch Suppression
` [PATCH v4 07/48] Input: atmel_mxt_ts - implement T9 vector/orientation support
` [PATCH v4 08/48] Input: atmel_mxt_ts - implement T15 Key Array support
` [PATCH v4 09/48] Input: atmel_mxt_ts - handle reports from T47 Stylus object
` [PATCH v4 10/48] Input: atmel_mxt_ts - implement support for T107 active stylus
` [PATCH v4 11/48] Input: atmel_mxt_ts - add debug for T92 gesture and T93 touch seq msgs
` [PATCH v4 12/48] Input: atmel_mxt_ts - release touch state during suspend
` [PATCH v4 13/48] Input: atmel_mxt_ts - add regulator control support
` [PATCH v4 14/48] Input: atmel_mxt_ts - report failures in suspend/resume
` [PATCH v4 15/48] Input: atmel_mxt_ts - allow specification of firmware file name
` [PATCH v4 16/48] Input: atmel_mxt_ts - handle cfg filename via pdata/sysfs
` [PATCH v4 17/48] Input: atmel_mxt_ts - allow input name to be specified in platform data
` [PATCH v4 18/48] Input: atmel_mxt_ts - add config checksum attribute to sysfs
` [PATCH v4 19/48] Input: atmel_mxt_ts - refactor firmware flash to extract context into struct
` [PATCH v4 20/48] Input: atmel_mxt_ts - refactor code to enter bootloader into separate func
` [PATCH v4 21/48] Input: atmel_mxt_ts - combine bootloader version query with probe
` [PATCH v4 22/48] Input: atmel_mxt_ts - improve bootloader state machine handling
` [PATCH v4 23/48] Input: atmel_mxt_ts - rename bl_completion to chg_completion
` [PATCH v4 24/48] Input: atmel_mxt_ts - make bootloader interrupt driven
` [PATCH v4 25/48] Input: atmel_mxt_ts - delay enabling IRQ when not using regulators
` [PATCH v4 26/48] Input: atmel_mxt_ts - implement I2C retries
` [PATCH v4 27/48] Input: atmel_mxt_ts - orientation is not present in hover
` [PATCH v4 28/48] Input: atmel_mxt_ts - implement debug output for messages
` [PATCH v4 29/48] Input: atmel_mxt_ts - implement improved debug message interface
` [PATCH v4 30/48] Input: atmel_mxt_ts - eliminate data->raw_info_block
` [PATCH v4 31/48] Input: atmel_mxt_ts - Change call-points of mxt_free_* functions
` [PATCH v4 32/48] Input: atmel_mxt_ts - rely on calculated_crc rather than file config_crc
` [PATCH v4 33/48] input: atmel_mxt_ts: export GPIO reset line via sysfs
` [PATCH v4 34/48] input: atmel_mxt_ts: Add Missing Delay for reset handling of Atmel touch panel controller in detachable displays
` [PATCH v4 35/48] Input: atmel_mxt_ts: Add support for run self-test routine
` [PATCH v4 36/48] Input: atmel_mxt_ts: Limit the max bytes transferred in an i2c transaction
` [PATCH v4 37/48] Input: atmel_mxt_ts: return error from mxt_process_messages_until_invalid()
` [PATCH v4 38/48] Input: Atmel: improve error handling in mxt_start()
` [PATCH v4 39/48] Input: Atmel: improve error handling in mxt_initialize()
` [PATCH v4 40/48] Input: Atmel: improve error handling in mxt_update_cfg()
` [PATCH v4 41/48] Input: Atmel: Improve error handling in mxt_initialize_input_device()
` [PATCH v4 42/48] Input: Atmel: handle ReportID "0x00" while processing T5 messages
` [PATCH v4 43/48] Input: Atmel: use T44 object to process "
` [PATCH v4 44/48] Input: atmel_mxt_ts: use gpiod_set_value_cansleep for reset pin
` [PATCH v4 45/48] input: touchscreen: atmel_mxt_ts: Added sysfs entry for touchscreen status
` [PATCH v4 46/48] input: atmel_mxt_ts: added sysfs interface to update atmel T38 data
` [PATCH v4 47/48] Input: atmel_mxt_ts: Implement synchronization during various operation
` [PATCH v4 48/48] Input: atmel_mxt_ts - Fix compilation warning

[PATCH 2/2] Input: ili210x - add ILI2117 support
 2019-11-05 15:53 UTC  (20+ messages)

[PATCH] HID: hid-lg4ff: Fix uninit-value set_autocenter_default
 2019-11-05 14:18 UTC 

[PATCH] ARM: dts: imx6q-logicpd: Enable ili2117a Touchscreen
 2019-11-05 13:39 UTC  (2+ messages)

[PATCH resend 1/3] Input: synaptics-rmi4 - fix video buffer size
 2019-11-05 11:46 UTC  (7+ messages)
` [PATCH resend 2/3] Input: synaptics-rmi4 - add dummy F54 attention handler
` [PATCH resend 3/3] Input: synaptics-rmi4 - simplify data read in rmi_f54_work

[PATCH] Input: synaptics-rmi4 - clear IRQ enables for F54
 2019-11-05 11:44 UTC 

[PATCH 00/46] ARM: pxa: towards multiplatform support
 2019-11-05  9:28 UTC  (7+ messages)
` [PATCH 25/46] ARM: pxa: mainstone-wm97xx: use gpio lookup table
` [PATCH 26/46] ARM: pxa: zylonite: use gpio lookup instead mfp header
` [PATCH 29/46] Input: touchscreen: use wrapper for pxa2xx ac97 registers

[PATCH] Input: cyttsp4_core: fix use after free bug
 2019-11-05  6:46 UTC 

[PATCH] Input: hyperv-keyboard: Add the support of hibernation
 2019-11-05  5:43 UTC  (11+ messages)

[PATCH 5.3 118/163] HID: logitech-hidpp: split g920_get_config()
 2019-11-04 21:45 UTC  (3+ messages)
` [PATCH 5.3 119/163] HID: logitech-hidpp: rework device validation
` [PATCH 5.3 120/163] HID: logitech-hidpp: do all FF cleanup in hidpp_ff_destroy()

[PATCH 0/6] dt-bindings: max77650: convert the device-tree bindings to yaml
 2019-11-04  9:21 UTC  (4+ messages)
` [PATCH 5/6] dt-bindings: leds: max77650: convert the binding document "

[PATCH v4] HID: core: check whether Usage Page item is after Usage ID items
 2019-11-04  7:36 UTC  (2+ messages)

Your opportunity
 2019-11-03  9:22 UTC 

[PATCH] HID: sony: Add support for Guitar Hero Guitars
 2019-11-03  0:08 UTC  (2+ messages)

[PATCH trivial] HID: intel-ish-hid: Spelling s/diconnect/disconnect/
 2019-11-02 20:09 UTC  (2+ messages)

[PATCH] HID: i2c-hid: Send power-on command after reset
 2019-11-02 19:35 UTC  (7+ messages)

Your opportunity
 2019-11-02 13:38 UTC 

[PATCH 0/8] Add support for Azoteq IQS620A/621/622/624/625
 2019-11-02  2:49 UTC  (7+ messages)
` [PATCH 2/8] mfd: "

[PATCH v2 1/2] Input: add zinitix touchscreen driver
 2019-10-31 20:02 UTC  (2+ messages)
` [PATCH v2 2/2] dt-bindings: input/touchscreen: add bindings for zinitix

[PATCH v3 1/2] input: adp5589: Add default platform data
 2019-10-31  9:03 UTC  (2+ messages)
` [PATCH v3 2/2] input: adp5589: Add basic devicetree support

[PATCH 1/2] input: adp5589: Add default platform data
 2019-10-31  3:06 UTC  (4+ messages)
` [PATCH 2/2] input: adp5589: Add basic devicetree support

[PATCH v2 3/5] dt-bindings: input: tochscreen: ad7879: generic node names in example
 2019-10-30 23:12 UTC  (4+ messages)

i2c-hid regression in 5.4 (Linus' master)
 2019-10-30 15:26 UTC  (2+ messages)

[PATCH v2 1/2] input: adp5589: Add default platform data
 2019-10-30 13:46 UTC  (2+ messages)
` [PATCH v2 2/2] input: adp5589: Add basic devicetree support

[PATCH v3 1/2] dt-bindings: input: Add DT bindings for Whiskers switch
 2019-10-29 21:18 UTC  (4+ messages)

[PATCH 0/3] Fix spurious button presses for some HID touchpads
 2019-10-29 19:54 UTC  (4+ messages)
` [PATCH 1/3] Input: synaptics-rmi4 - disable the relative position IRQ in the F12 driver

[PATCH] HID: rmi: Check that the RMI_STARTED bit is set before unregistering the RMI transport device
 2019-10-29 18:40 UTC  (4+ messages)
` [PATCH] Input: synaptics-rmi4 - validate that the rmi_dev pointer is set before dereferencing it

[PATCH] input: sun4i-lradc-keys: Add wakup support
 2019-10-29 12:43 UTC  (7+ messages)
      ` [linux-sunxi] "

[PATCH 0/3] Add touchscreen support for TBS A711 Tablet
 2019-10-29 11:29 UTC  (12+ messages)
` [PATCH 1/3] input: edt-ft5x06: Add support for regulator
` [PATCH 3/3] arm: dts: sun8i: a83t: a711: Add touchscreen node

[PATCH 0/8] Face lift for st1232 touchscreen driver
 2019-10-29  4:09 UTC  (3+ messages)
` AW: "


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