linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-09 10:32:22 to 2019-08-16 17:18:37 UTC [more...]

[PATCH v1 00/63] atmel_mxt_ts misc
 2019-08-16 17:18 UTC  (8+ messages)
` [PATCH v1 01/63] Input: introduce input_mt_report_slot_inactive
` [PATCH v1 02/63] Input: atmel_mxt_ts - rework sysfs init/remove
` [PATCH v1 03/63] Input: atmel_mxt_ts - only read messages in mxt_acquire_irq() when necessary
` [PATCH v1 04/63] Input: atmel_mxt_ts - split large i2c transfers into blocks

[PATCH v4 0/9] Use MFD framework for SGI IOC3 drivers
 2019-08-16 14:09 UTC  (25+ messages)
` [PATCH v4 1/9] w1: add 1-wire master driver for IP block found in SGI ASICs
` [PATCH v4 2/9] w1: add DS2501, DS2502, DS2505 EPROM device driver
` [PATCH v4 3/9] nvmem: core: add nvmem_device_find
` [PATCH v4 4/9] MIPS: PCI: refactor ioc3 special handling
` [PATCH v4 5/9] MIPS: PCI: use information from 1-wire PROM for IOC3 detection
` [PATCH v4 6/9] MIPS: SGI-IP27: remove ioc3 ethernet init
` [PATCH v4 7/9] mfd: ioc3: Add driver for SGI IOC3 chip
` [PATCH v4 8/9] MIPS: SGI-IP27: fix readb/writeb addressing
` [PATCH v4 9/9] Input: add IOC3 serio driver

[PATCH v1 60/63] input: atmel_mxt_ts: added sysfs interface to update atmel T38 data
 2019-08-16  8:39 UTC  (4+ messages)
` [PATCH v1 61/63] input: atmel_mxt_ts: Add NULL check for sysfs attribute debug_msg_attr
` [PATCH v1 62/63] Input: atmel_mxt_ts: Implement synchronization during various operation
` [PATCH v1 63/63] Input: atmel_mxt_ts - Fix compilation warning

[PATCH v1 55/63] Input: atmel_mxt_ts: Use msecs_to_jiffies() instead of HZ
 2019-08-16  8:38 UTC  (5+ messages)
` [PATCH v1 56/63] Input: atmel_mxt_ts: Use complete when in_bootloader true
` [PATCH v1 57/63] input: touchscreen: atmel_mxt_ts: Added sysfs entry for touchscreen status
` [PATCH v1 58/63] Input: atmel_mxt_ts: Remove sysfs attributes during driver detach
` [PATCH v1 59/63] Input: atmel_mxt_ts: Prevent crash due to freeing of input device

[PATCH v1 50/63] Input: Atmel: handle ReportID "0x00" while processing T5 messages
 2019-08-16  8:37 UTC  (5+ messages)
` [PATCH v1 51/63] input: Atmel: limit the max bytes transferred while reading "
` [PATCH v1 52/63] Input: Atmel: use T44 object to process "
` [PATCH v1 53/63] Input: atmel_mxt_ts: use gpiod_set_value_cansleep for reset pin
` [PATCH v1 54/63] Input: atmel_mxt_ts: Avoid race condition in freeing of input device

[PATCH v1 45/63] Input: Atmel: improve error handling in mxt_start()
 2019-08-16  8:37 UTC  (5+ messages)
` [PATCH v1 46/63] Input: Atmel: improve error handling in mxt_initialize()
` [PATCH v1 47/63] Input: Atmel: improve error handling in mxt_update_cfg()
` [PATCH v1 48/63] input: atmel_mxt_ts: move bootloader probe from mxt_initialize()
` [PATCH v1 49/63] Input: Atmel: Improve error handling in mxt_initialize_input_device()

[PATCH v1 40/63] input: atmel_mxt_ts: Add Missing Delay for reset handling of Atmel touch panel controller in detachable displays
 2019-08-16  8:35 UTC  (5+ messages)
` [PATCH v1 41/63] Input: touchscreen: Atmel: Enable IRQ_DISABLE_UNLAZY flag for interrupt
` [PATCH v2 42/63] Input: atmel_mxt_ts: Limit the max bytes transferred in an i2c transaction
` [PATCH v1 43/63] Input: atmel_mxt_ts: update stale use_retrigen_workaround flag
` [PATCH v1 44/63] Input: atmel_mxt_ts: return error from mxt_process_messages_until_invalid()

[PATCH v1 35/63] Input: atmel_mxt_ts - rely on calculated_crc rather than file config_crc
 2019-08-16  8:35 UTC  (5+ messages)
` [PATCH v1 36/63] Input: atmel_mxt_ts - configure and use gpios as real gpios
` [PATCH v1 37/63] input: atmel_mxt_ts: export GPIO reset line via sysfs
` [PATCH v1 38/63] Input: atmel_mxt_ts: Add support for run self-test routine
` [PATCH v1 39/63] Input: touchscreen: Atmel: Add device tree support for T15 key array objects

[PATCH v1 30/63] Input: atmel_mxt_ts - implement debug output for messages
 2019-08-16  8:34 UTC  (5+ messages)
` [PATCH v1 31/63] Input: atmel_mxt_ts - add memory access interface via sysfs
` [PATCH v1 32/63] Input: atmel_mxt_ts - implement improved debug message interface
` [PATCH v1 33/63] Input: atmel_mxt_ts - eliminate data->raw_info_block
` [PATCH v1 34/63] Input: atmel_mxt_ts - Change call-points of mxt_free_* functions

[PATCH v1 25/63] Input: atmel_mxt_ts - rename bl_completion to chg_completion
 2019-08-16  8:33 UTC  (5+ messages)
` [PATCH v1 26/63] Input: atmel_mxt_ts - make bootloader interrupt driven
` [PATCH v1 27/63] Input: atmel_mxt_ts - delay enabling IRQ when not using regulators
` [PATCH v1 28/63] Input: atmel_mxt_ts - implement I2C retries
` [PATCH v1 29/63] Input: atmel_mxt_ts - orientation is not present in hover

[PATCH v1 20/63] Input: atmel_mxt_ts - refactor firmware flash to extract context into struct
 2019-08-16  8:32 UTC  (5+ messages)
` [PATCH v1 21/63] Input: atmel_mxt_ts - refactor code to enter bootloader into separate func
` [PATCH v1 22/63] Input: atmel_mxt_ts - combine bootloader version query with probe
` [PATCH v1 23/63] Input: atmel_mxt_ts - improve bootloader state machine handling
` [PATCH v1 24/63] Input: atmel_mxt_ts - check firmware format before entering bootloader

[PATCH v1 15/63] Input: atmel_mxt_ts - allow specification of firmware file name
 2019-08-16  8:32 UTC  (5+ messages)
` [PATCH v1 16/63] Input: atmel_mxt_ts - handle cfg filename via pdata/sysfs
` [PATCH v1 17/63] Input: atmel_mxt_ts - allow input name to be specified in platform data
` [PATCH v1 18/63] Input: atmel_mxt_ts - add config checksum attribute to sysfs
` [PATCH v1 19/63] Input: atmel_mxt_ts - check data->input_dev is not null in mxt_input_sync()

[PATCH v1 10/63] Input: atmel_mxt_ts - implement support for T107 active stylus
 2019-08-16  8:31 UTC  (5+ messages)
` [PATCH v1 11/63] Input: atmel_mxt_ts - add debug for T92 gesture and T93 touch seq msgs
` [PATCH v1 12/63] Input: atmel_mxt_ts - release touch state during suspend
` [PATCH v1 13/63] Input: atmel_mxt_ts - add regulator control support
` [PATCH v1 14/63] Input: atmel_mxt_ts - report failures in suspend/resume

[PATCH v1 05/63] Input: atmel_mxt_ts - output status from T48 Noise Supression
 2019-08-16  8:30 UTC  (5+ messages)
` [PATCH v1 06/63] Input: atmel_mxt_ts - output status from T42 Touch Suppression
` [PATCH v1 07/63] Input: atmel_mxt_ts - implement T9 vector/orientation support
` [PATCH v1 08/63] Input: atmel_mxt_ts - implement T15 Key Array support
` [PATCH v1 09/63] Input: atmel_mxt_ts - handle reports from T47 Stylus object

general protection fault in __pm_runtime_resume
 2019-08-15 17:43 UTC 

[PATCH] Input: cros_ec_keyb: Add back missing mask for event_type
 2019-08-14 22:06 UTC  (3+ messages)

[PATCH v6 21/57] Input: Remove dev_err() usage after platform_get_irq()
 2019-08-14 17:48 UTC  (2+ messages)

[PATCH] HID: uhid: actually use the err number from userspace
 2019-08-14  8:30 UTC  (4+ messages)

[PATCH AUTOSEL 4.4 01/28] HID: Add 044f:b320 ThrustMaster, Inc. 2 in 1 DT
 2019-08-14  2:25 UTC  (6+ messages)
` [PATCH AUTOSEL 4.4 14/28] Input: kbtab - sanity check for endpoint type
` [PATCH AUTOSEL 4.4 19/28] HID: holtek: test for sanity of intfdata
` [PATCH AUTOSEL 4.4 20/28] HID: hiddev: avoid opening a disconnected device
` [PATCH AUTOSEL 4.4 21/28] HID: hiddev: do cleanup in failure of opening a device
` [PATCH AUTOSEL 4.4 22/28] Input: iforce - add sanity checks

[PATCH AUTOSEL 4.9 01/33] HID: Add 044f:b320 ThrustMaster, Inc. 2 in 1 DT
 2019-08-14  2:23 UTC  (7+ messages)
` [PATCH AUTOSEL 4.9 15/33] Input: kbtab - sanity check for endpoint type
` [PATCH AUTOSEL 4.9 20/33] HID: holtek: test for sanity of intfdata
` [PATCH AUTOSEL 4.9 21/33] HID: input: fix a4tech horizontal wheel custom usage
` [PATCH AUTOSEL 4.9 22/33] HID: hiddev: avoid opening a disconnected device
` [PATCH AUTOSEL 4.9 23/33] HID: hiddev: do cleanup in failure of opening a device
` [PATCH AUTOSEL 4.9 24/33] Input: iforce - add sanity checks

[PATCH AUTOSEL 4.14 02/44] HID: Add 044f:b320 ThrustMaster, Inc. 2 in 1 DT
 2019-08-14  2:18 UTC  (7+ messages)
` [PATCH AUTOSEL 4.14 21/44] Input: kbtab - sanity check for endpoint type
` [PATCH AUTOSEL 4.14 27/44] HID: holtek: test for sanity of intfdata
` [PATCH AUTOSEL 4.14 28/44] HID: input: fix a4tech horizontal wheel custom usage
` [PATCH AUTOSEL 4.14 30/44] HID: hiddev: avoid opening a disconnected device
` [PATCH AUTOSEL 4.14 31/44] HID: hiddev: do cleanup in failure of opening a device
` [PATCH AUTOSEL 4.14 32/44] Input: iforce - add sanity checks

[PATCH AUTOSEL 4.19 03/68] HID: Add 044f:b320 ThrustMaster, Inc. 2 in 1 DT
 2019-08-14  2:15 UTC  (8+ messages)
` [PATCH AUTOSEL 4.19 35/68] Input: kbtab - sanity check for endpoint type
` [PATCH AUTOSEL 4.19 42/68] HID: quirks: Set the INCREMENT_USAGE_ON_DUPLICATE quirk on Saitek X52
` [PATCH AUTOSEL 4.19 43/68] HID: holtek: test for sanity of intfdata
` [PATCH AUTOSEL 4.19 44/68] HID: input: fix a4tech horizontal wheel custom usage
` [PATCH AUTOSEL 4.19 48/68] HID: hiddev: avoid opening a disconnected device
` [PATCH AUTOSEL 4.19 49/68] HID: hiddev: do cleanup in failure of opening a device
` [PATCH AUTOSEL 4.19 51/68] Input: iforce - add sanity checks

[PATCH AUTOSEL 5.2 016/123] HID: logitech-hidpp: add USB PID for a few more supported mice
 2019-08-14  2:10 UTC  (9+ messages)
` [PATCH AUTOSEL 5.2 017/123] HID: Add 044f:b320 ThrustMaster, Inc. 2 in 1 DT
` [PATCH AUTOSEL 5.2 072/123] Input: kbtab - sanity check for endpoint type
` [PATCH AUTOSEL 5.2 086/123] HID: quirks: Set the INCREMENT_USAGE_ON_DUPLICATE quirk on Saitek X52
` [PATCH AUTOSEL 5.2 087/123] HID: holtek: test for sanity of intfdata
` [PATCH AUTOSEL 5.2 088/123] HID: input: fix a4tech horizontal wheel custom usage
` [PATCH AUTOSEL 5.2 092/123] HID: hiddev: avoid opening a disconnected device
` [PATCH AUTOSEL 5.2 093/123] HID: hiddev: do cleanup in failure of opening a device
` [PATCH AUTOSEL 5.2 101/123] Input: iforce - add sanity checks

[PATCH 0/2] Fix support of a few Logitech devices broken in 5.3
 2019-08-13 14:36 UTC  (5+ messages)
` [PATCH 1/2] Revert "HID: logitech-hidpp: add USB PID for a few more supported mice"
` [PATCH 2/2] HID: logitech-hidpp: remove support for the G700 over USB

[PATCH] Input: add support for polling to input devices
 2019-08-13 14:04 UTC  (4+ messages)

KASAN: out-of-bounds Read in hidraw_ioctl
 2019-08-13 13:43 UTC  (2+ messages)

KASAN: user-memory-access Read in hidraw_ioctl
 2019-08-13 13:42 UTC  (2+ messages)

WARNING in usbtouch_reset_resume
 2019-08-13 13:12 UTC  (2+ messages)

INFO: trying to register non-static key in usbtouch_reset_resume
 2019-08-13 13:11 UTC  (3+ messages)

WARNING in usbhid_raw_request/usb_submit_urb
 2019-08-13  8:14 UTC 

[PATCH 0/2] HID: do not call hid_set_drvdata(hdev, NULL) in drivers
 2019-08-13  5:53 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] HID: wacom: do not call hid_set_drvdata(hdev, NULL)

[PATCH v4 0/3] Add PAT9125 optical tracker driver
 2019-08-12 22:46 UTC  (3+ messages)
` [PATCH v4 1/3] dt-bindings: Add pixart vendor

KMSAN: uninit-value in gtco_probe
 2019-08-12 18:21 UTC  (2+ messages)

[PATCH] HID: apple: Fix stuck function keys when using FN
 2019-08-12 16:57 UTC  (6+ messages)

[PATCH] HID: logitech-dj: add support of the G700(s) receiver
 2019-08-12 16:26 UTC  (2+ messages)

[PATCH 0/2] HID multitouch: small fixes
 2019-08-12 16:23 UTC  (3+ messages)
` [PATCH 1/2] HID: multitouch: do not filter mice nodes
` [PATCH 2/2] HID: multitouch: add support for the Smart Tech panel

[PATCH] HID: cp2112: prevent sleeping function called from invalid context
 2019-08-12 16:04 UTC 

[PATCH v3 1/3] HID: core: reformat and reduce hid_printk macros
 2019-08-12 15:20 UTC  (3+ messages)
` [PATCH v3 2/3] HID: core: Add printk_once variants to hid_warn() etc
` [PATCH v3 3/3] HID: core: fix dmesg flooding if report field larger than 32bit

KASAN: use-after-free Read in usbhid_raw_request
 2019-08-12 12:48 UTC  (2+ messages)

KASAN: slab-out-of-bounds Write in ax_probe
 2019-08-12 12:18 UTC 

[PATCH v4 0/3] mfd: mc13xxx: Fixes and enhancements for NXP's mc34708
 2019-08-12 10:08 UTC  (5+ messages)
` [PATCH v4 1/3] mfd: mc13xxx: Add mc34708 adc support

KASAN: slab-out-of-bounds Read in hidraw_ioctl
 2019-08-11 20:46 UTC  (2+ messages)

[PATCH] Input: ili210x - switch to using threaded IRQ
 2019-08-11 16:11 UTC 

[PATCH 00/16] ARM: remove ks8695 and w90x900 platforms
 2019-08-10  7:29 UTC  (6+ messages)
` [PATCH 10/16] Input: remove w90x900 keyboard driver
` [PATCH 11/16] Input: remove w90x900 touchscreen driver

[PATCH 00/11] Face lift for bu21013_ts driver
 2019-08-10  0:20 UTC  (12+ messages)
` [PATCH 01/11] ARM: ux500: improve BU21013 touchpad bindings
` [PATCH 02/11] Input: bu21013_ts - convert to use GPIO descriptors
` [PATCH 03/11] Input: bu21013_ts - rename some variables
` [PATCH 04/11] Input: bu21013_ts - annotate supend/resume methods as __maybe_unused
` [PATCH 05/11] Input: bu21013_ts - remove useless comments
` [PATCH 06/11] Input: bu21013_ts - convert to using managed resources
` [PATCH 07/11] Input: bu21013_ts - remove support for platform data
` [PATCH 08/11] Input: bu21013_ts - use interrupt from I2C client
` [PATCH 09/11] Input: bu21013_ts - fix suspend when wake source
` [PATCH 10/11] Input: bu21013_ts - switch to using MT-B (slotted) protocol
` [PATCH 11/11] Input: bu21013_ts - switch to using standard touchscreen properties

[git pull] Input updates for v5.3-rc3
 2019-08-09 22:35 UTC  (2+ messages)

[PATCH] Input: synaptics - Fix a typo - synpatics --> synaptics
 2019-08-09 16:45 UTC  (2+ messages)

[PATCH v3 0/7] Use MFD framework for SGI IOC3 drivers
 2019-08-09 12:22 UTC  (5+ messages)
` [PATCH v3 5/7] mfd: ioc3: Add driver for SGI IOC3 chip

[PATCH 13/22] input: omap: void using mach/*.h headers
 2019-08-09 11:23 UTC  (6+ 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 NNTP newsgroup(s).