linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-13 13:28:20 to 2020-03-24 12:20:55 UTC [more...]

[PATCH RESEND 1/5] input/serio/i8042: Attach fwnode to serio i8042 kbd device
 2020-03-24 12:20 UTC  (7+ messages)
` [PATCH RESEND 2/5] Input: atkbd: Expose function row physical map to userspace
` [PATCH RESEND 3/5] dt-bindings: input/atkbd.txt: Add binding for "function-row-physmap"
` [PATCH RESEND 4/5] Input: atkbd: Receive and use physcode->keycode mapping from FW
` [PATCH RESEND 5/5] dt-bindings: input/atkbd.txt: Add binding info for "keymap" property

[PATCH v5 1/5] IIO: Ingenic JZ47xx: Add xlate cb to retrieve correct channel idx
 2020-03-24 11:23 UTC  (5+ messages)
` [PATCH v5 2/5] dt-bindings: iio/adc: Add touchscreen idx for JZ47xx SoC ADC
` [PATCH v5 3/5] IIO: Ingenic JZ47xx: Add touchscreen mode
` [PATCH v5 4/5] dt-bindings: input: Add docs for ADC driven joystick
` [PATCH v5 5/5] input: joystick: Add ADC attached joystick driver

[PATCH v3 1/2] Input: goodix - Add support for more then one touch-key
 2020-03-24 10:24 UTC  (4+ messages)
` [PATCH v3 2/2] Input: goodix - Fix spurious key release events

[PATCH] HID: logitech-dj: issue udev change event on device connection
 2020-03-24 10:20 UTC  (9+ messages)
` [PATCH v2] "

[PATCH v5 0/7] Add support for Azoteq IQS620A/621/622/624/625
 2020-03-24  8:16 UTC  (9+ messages)
` [PATCH v5 2/7] mfd: "

[PATCH 1/2 v1] dt-bindings: touchscreen: Add CY8CTMA140 bindings
 2020-03-23 21:32 UTC  (7+ messages)
` [PATCH 2/2 v1] Input: cy8ctma140 - add driver

[PATCH v7 00/48] atmel_mxt_ts misc
 2020-03-23  2:25 UTC  (9+ messages)
` [PATCH v7 03/48] Input: atmel_mxt_ts - only read messages in mxt_acquire_irq() when necessary

[PATCH] HID: rmi: Simplify an error handling path in 'rmi_hid_read_block()'
 2020-03-22 23:10 UTC  (2+ messages)

[PATCH] Input: uinput - Add UI_SET_UNIQ ioctl handler
 2020-03-22 15:47 UTC  (11+ messages)

INFO: trying to register non-static key in uhid_char_release
 2020-03-21 19:17 UTC  (2+ messages)

[PATCH][next] intel-ish-hid: ishtp: hbm.h: Replace zero-length array with flexible-array member
 2020-03-20 23:12 UTC  (3+ messages)

[PATCH] HID: lg-g15: Do not fail the probe when we fail to disable F# emulation
 2020-03-20 23:12 UTC  (2+ messages)

[PATCH][next] intel-ish-hid: ishtp: ishtp-dev.h: Replace zero-length array with flexible-array member
 2020-03-20 23:08 UTC  (2+ messages)

[PATCH] Input: Delete unused GP2AP002A00F driver
 2020-03-20 22:11 UTC 

[PATCH 1/3] Input: atmel_mxt_ts - use runtime PM instead of custom functions
 2020-03-20 19:00 UTC  (4+ messages)
` [PATCH 2/3] Input: atmel_mxt_ts - add idle power config
` [PATCH 3/3] Input: atmel_mxt_ts - use runtime PM autosuspend for idle config

[PATCH v12 00/10] efi/firmware/platform-x86: Add EFI embedded fw support
 2020-03-20 16:41 UTC  (8+ messages)
` [PATCH v12 03/10] firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS

[PATCH] dt-bindings: input: atmel_mxt_ts: convert atmel,maxtouch.txt to yaml
 2020-03-20 15:21 UTC  (4+ messages)

[PATCH v4 1/5] IIO: Ingenic JZ47xx: Add xlate cb to retrieve correct channel idx
 2020-03-20  0:15 UTC  (6+ messages)
` [PATCH v4 4/5] dt-bindings: input: Add docs for ADC driven joystick

[PATCH][next] input: keyboard: applespi: Replace zero-length array with flexible-array member
 2020-03-19 21:43 UTC 

INFO: trying to register non-static key in prepare_to_wait_event
 2020-03-19 17:27 UTC 

[PATCH 2/2 v3] Input: cy8ctma140 - add driver
 2020-03-19 16:08 UTC 

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

[PATCHv3 0/3] Lost key-up interrupt handling for omap4-keypad
 2020-03-18 22:57 UTC  (4+ messages)
` [PATCH 1/3] Input: omap4-keypad - disable unused long interrupts
` [PATCH 2/3] Input: omap4-keypad - Scan keys in two phases and simplify with bitmask
` [PATCH 3/3] Input: omap4-keypad - check state again for lost key-up interrupts

[PATCH] Input: usbtouchscreen - add support for BonXeon TP
 2020-03-18 19:50 UTC 

[PATCH] HID: Add driver fixing Glorious PC Gaming Race mouse report descriptor
 2020-03-18 15:18 UTC  (3+ messages)
` [PATCH v2] "

[input:for-linus] BUILD SUCCESS 3b059da9835c200d9533361f8b404fdcab007632
 2020-03-18 12:03 UTC 

Input: add driver for power button on Dell Wyse 3020
 2020-03-18 11:45 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: input: Add Dell Wyse 3020 Power Button binding
` [PATCH 2/2] Input: add driver for power button on Dell Wyse 3020

[PATCH v3] Input: Allocate keycode for "Selective Screenshot" key
 2020-03-18  4:13 UTC  (5+ messages)

[PATCH 2/2 v2] Input: cy8ctma140 - add driver
 2020-03-17 21:17 UTC 

RFC: Input: edt-ft5x06 - FT6336G Touch Panel
 2020-03-17 17:40 UTC  (6+ messages)

[PATCH V11 0/3] da7280: haptic driver submission
 2020-03-17 11:48 UTC  (3+ messages)
` [PATCH V11 2/3] dt-bindings: input: Add document bindings for DA7280
` [PATCH V11 3/3] Input: new da7280 haptic driver

[PATCH] Input: edt-ft5x06 - add fw_version debugfs file to read
 2020-03-17 10:42 UTC  (4+ messages)

[RFC PATCH v1 5/5] input: Dual license file adding MIT
 2020-03-17 10:19 UTC 

[PATCH] Input: i8042 - Fix the selftest retry logic
 2020-03-17  4:22 UTC  (3+ messages)
` [PATCH v2] Input: i8042 - fix "

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

[PATCH V3 1/7] firmware: imx: Add stubs for !CONFIG_IMX_SCU case
 2020-03-17  2:35 UTC  (23+ messages)
` [PATCH V3 2/7] firmware: imx: add COMPILE_TEST support

[PATCH] HID: add ALWAYS_POLL quirk to lenovo pixart mouse
 2020-03-16 21:35 UTC  (2+ messages)

[PATCH] HID: google: add moonball USB id
 2020-03-16 13:53 UTC  (3+ messages)

[PATCH V2 1/7] firmware: imx: Add stubs for !CONFIG_IMX_SCU case
 2020-03-16  1:12 UTC  (4+ messages)

[PATCH 1/2] dt-bindings: input: Update atmel,maxtouch.txt to YAML
 2020-03-15 10:04 UTC  (2+ messages)
` [PATCH 2/2] input: atmel_mxt_ts: Add support for optional regulator

[PATCH] add ALWAYS_POLL quirk to lenovo pixart mouse
 2020-03-15  1:07 UTC  (5+ messages)

[PATCH v2] Input: Allocate keycode for SNIP key
 2020-03-13 17:46 UTC  (3+ messages)

[PATCH 1/2] HID: appleir: Remove unnecessary goto label
 2020-03-13 16:32 UTC  (2+ messages)

[PATCH v2 1/2] Input: goodix - Add support for more then one touch-key
 2020-03-13 15:20 UTC  (7+ messages)
` [PATCH v2 2/2] Input: goodix - Ignore spurious interrupts

[PATCH 1/4] Input: exc3000: split MT event handling from IRQ handler
 2020-03-13 14:39 UTC  (7+ messages)
` [PATCH 2/4] Input: exc3000: query and show type, model and firmware revision info
` [PATCH 4/4] Input: exc3000: add firmware update support

[PATCH v2 1/4] Input: exc3000: split MT event handling from IRQ handler
 2020-03-13 14:33 UTC  (4+ messages)
` [PATCH v2 2/4] Input: exc3000: query and show type, model and firmware revision info
` [PATCH v2 3/4] Input: exc3000: expose type, model and firmware revision as sysfs attributes
` [PATCH v2 4/4] Input: exc3000: add firmware update support


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