linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-31 15:50:34 to 2019-09-19 16:17:52 UTC [more...]

[PATCH] Input: hyperv-keyboard: Add the support of hibernation
 2019-09-19 16:17 UTC  (2+ messages)

[PATCH] HID: hidraw: replace printk() with corresponding pr_xx() variant
 2019-09-19 16:16 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v3 3/3] HID: core: fix dmesg flooding if report field larger than 32bit
 2019-09-19  3:28 UTC  (4+ messages)

KASAN: slab-out-of-bounds Write in ga_probe
 2019-09-18 12:07 UTC  (4+ messages)

[git pull] Input updates for v5.4-rc0
 2019-09-17 23:40 UTC 

[PATCH v3 00/49] atmel_mxt_ts misc
 2019-09-17 18:25 UTC  (6+ messages)
` [PATCH v3 01/49] Input: switch to use return value of input_mt_report_slot_state
` [PATCH v3 02/49] Input: introduce input_mt_report_slot_inactive
` [PATCH v3 03/49] Input: atmel_mxt_ts - rework sysfs init/remove
` [PATCH v3 04/49] Input: atmel_mxt_ts - only read messages in mxt_acquire_irq() when necessary

[PATCH] Input: ili2117a - Add support for Ilitek ILI2117A based touchscreens
 2019-09-17 16:14 UTC  (2+ messages)

[PATCH RESEND V5 1/5] dt-bindings: fsl: scu: add scu key binding
 2019-09-17 14:37 UTC  (6+ messages)
` [PATCH RESEND V5 2/5] input: keyboard: imx_sc: Add i.MX system controller key support
` [PATCH RESEND V5 3/5] arm64: dts: imx8qxp: Add scu key node
` [PATCH RESEND V5 4/5] arm64: dts: imx8qxp-mek: Enable scu key
` [PATCH RESEND V5 5/5] arm64: defconfig: Enable CONFIG_KEYBOARD_IMX_SC_KEY as module

WARNING: ODEBUG bug in usbhid_probe
 2019-09-17 12:16 UTC  (2+ messages)

[PATCH v3 49/49] Input: atmel_mxt_ts - Fix compilation warning
 2019-09-17  9:44 UTC 

[PATCH v3 44/49] Input: Atmel: use T44 object to process T5 messages
 2019-09-17  9:43 UTC  (5+ messages)
` [PATCH v3 45/49] Input: atmel_mxt_ts: use gpiod_set_value_cansleep for reset pin
` [PATCH v3 46/49] input: touchscreen: atmel_mxt_ts: Added sysfs entry for touchscreen status
` [PATCH v3 47/49] input: atmel_mxt_ts: added sysfs interface to update atmel T38 data
` [PATCH v3 48/49] Input: atmel_mxt_ts: Implement synchronization during various operation

[PATCH v3 39/49] Input: Atmel: improve error handling in mxt_start()
 2019-09-17  9:42 UTC  (5+ messages)
` [PATCH v3 40/49] Input: Atmel: improve error handling in mxt_initialize()
` [PATCH v3 41/49] Input: Atmel: improve error handling in mxt_update_cfg()
` [PATCH v3 42/49] Input: Atmel: Improve error handling in mxt_initialize_input_device()
` [PATCH v3 43/49] Input: Atmel: handle ReportID "0x00" while processing T5 messages

[PATCH v3 34/49] input: atmel_mxt_ts: export GPIO reset line via sysfs
 2019-09-17  9:41 UTC  (5+ messages)
` [PATCH v3 35/49] input: atmel_mxt_ts: Add Missing Delay for reset handling of Atmel touch panel controller in detachable displays
` [PATCH v3 36/49] Input: atmel_mxt_ts: Add support for run self-test routine
` [PATCH v3 37/49] Input: atmel_mxt_ts: Limit the max bytes transferred in an i2c transaction
` [PATCH v3 38/49] Input: atmel_mxt_ts: return error from mxt_process_messages_until_invalid()

[PATCH v3 29/49] Input: atmel_mxt_ts - implement debug output for messages
 2019-09-17  9:40 UTC  (5+ messages)
` [PATCH v3 30/49] Input: atmel_mxt_ts - implement improved debug message interface
` [PATCH v3 31/49] Input: atmel_mxt_ts - eliminate data->raw_info_block
` [PATCH v3 32/49] Input: atmel_mxt_ts - Change call-points of mxt_free_* functions
` [PATCH v3 33/49] Input: atmel_mxt_ts - rely on calculated_crc rather than file config_crc

[PATCH v3 20/49] Input: atmel_mxt_ts - refactor firmware flash to extract context into struct
 2019-09-17  9:38 UTC  (9+ messages)
` [PATCH v3 21/49] Input: atmel_mxt_ts - refactor code to enter bootloader into separate func
` [PATCH v3 22/49] Input: atmel_mxt_ts - combine bootloader version query with probe
` [PATCH v3 23/49] Input: atmel_mxt_ts - improve bootloader state machine handling
` [PATCH v3 24/49] Input: atmel_mxt_ts - rename bl_completion to chg_completion
` [PATCH v3 25/49] Input: atmel_mxt_ts - make bootloader interrupt driven
` [PATCH v3 26/49] Input: atmel_mxt_ts - delay enabling IRQ when not using regulators
` [PATCH v3 27/49] Input: atmel_mxt_ts - implement I2C retries
` [PATCH v3 28/49] Input: atmel_mxt_ts - orientation is not present in hover

[PATCH v3 15/49] Input: atmel_mxt_ts - report failures in suspend/resume
 2019-09-17  9:37 UTC  (5+ messages)
` [PATCH v3 16/49] Input: atmel_mxt_ts - allow specification of firmware file name
` [PATCH v3 17/49] Input: atmel_mxt_ts - handle cfg filename via pdata/sysfs
` [PATCH v3 18/49] Input: atmel_mxt_ts - allow input name to be specified in platform data
` [PATCH v3 19/49] Input: atmel_mxt_ts - add config checksum attribute to sysfs

[PATCH v3 10/49] Input: atmel_mxt_ts - handle reports from T47 Stylus object
 2019-09-17  9:36 UTC  (5+ messages)
` [PATCH v3 11/49] Input: atmel_mxt_ts - implement support for T107 active stylus
` [PATCH v3 12/49] Input: atmel_mxt_ts - add debug for T92 gesture and T93 touch seq msgs
` [PATCH v3 13/49] Input: atmel_mxt_ts - release touch state during suspend
` [PATCH v3 14/49] Input: atmel_mxt_ts - add regulator control support

[PATCH v3 05/49] Input: atmel_mxt_ts - split large i2c transfers into blocks
 2019-09-17  9:35 UTC  (5+ messages)
` [PATCH v3 06/49] Input: atmel_mxt_ts - output status from T48 Noise Supression
` [PATCH v3 07/49] Input: atmel_mxt_ts - output status from T42 Touch Suppression
` [PATCH v3 08/49] Input: atmel_mxt_ts - implement T9 vector/orientation support
` [PATCH v3 09/49] Input: atmel_mxt_ts - implement T15 Key Array support

[PATCH V5 1/5] dt-bindings: fsl: scu: add scu key binding
 2019-09-17  3:42 UTC  (6+ messages)
` [PATCH V5 2/5] input: keyboard: imx_sc: Add i.MX system controller key support
` [PATCH V5 3/5] arm64: dts: imx8qxp: Add scu key node
` [PATCH V5 4/5] arm64: dts: imx8qxp-mek: Enable scu key
` [PATCH V5 5/5] arm64: defconfig: Enable CONFIG_KEYBOARD_IMX_SC_KEY as module

[PATCH V4 1/5] dt-bindings: fsl: scu: add scu key binding
 2019-09-17  2:42 UTC  (7+ messages)
` [PATCH V4 2/5] input: keyboard: imx_sc: Add i.MX system controller key support
` [PATCH V4 3/5] arm64: dts: imx8qxp: Add scu key node
` [PATCH V4 4/5] arm64: dts: imx8qxp-mek: Enable scu key
` [PATCH V4 5/5] arm64: defconfig: Enable CONFIG_KEYBOARD_IMX_SC_KEY as module

[PATCH v3] input: keyboard: snvs_pwrkey: Send key events for i.MX6 S, DL and Q
 2019-09-16 23:37 UTC  (7+ messages)

WARNING in implement
 2019-09-16 20:03 UTC  (2+ messages)

[PATCH 1/3] HID: google: whiskers: more robust tablet mode detection
 2019-09-16  3:36 UTC  (5+ messages)
` [PATCH 2/3] HID: google: whiskers: signal tablet mode switch on disconnect
` [PATCH 3/3] HID: google: whiskers: signal tablet mode on connect

[PATCH V3 1/5] dt-bindings: fsl: scu: add scu key binding
 2019-09-16  2:44 UTC  (9+ messages)
` [PATCH V3 2/5] input: keyboard: imx_sc: Add i.MX system controller key support
` [PATCH V3 3/5] arm64: dts: imx8qxp: Add scu key node
` [PATCH V3 4/5] arm64: dts: imx8qxp-mek: Enable scu key
` [PATCH V3 5/5] arm64: defconfig: Enable CONFIG_KEYBOARD_IMX_SC_KEY as module

[PATCH v5] hid-logitech-hidpp: read battery voltage from newer devices
 2019-09-13 21:45 UTC  (5+ messages)

[PATCH] HID: hyperv: Add the support of hibernation
 2019-09-11 23:35 UTC 

[PATCH v5 0/3] mfd: mc13xxx: Fixes and enhancements for NXP's mc34708
 2019-09-09 21:44 UTC  (4+ messages)
` [PATCH v5 1/3] mfd: mc13xxx: Add mc34708 adc support
` [PATCH v5 2/3] input: touchscreen mc13xxx: Make platform data optional
` [PATCH v5 3/3] input: touchscreen mc13xxx: Add mc34708 support

[git pull] Input updates for v5.3-rc7
 2019-09-07  0:00 UTC  (2+ messages)

[PATCH] Input - elan_i2c: remove Lenovo Legion Y7000 PnpID
 2019-09-06 19:09 UTC  (3+ messages)

[PATCH] Bluetooth: hidp: Fix assumptions on the return value of hidp_send_message
 2019-09-06 13:57 UTC  (4+ messages)

[PATCH stable 5.2/4.19] Revert "Input: elantech - enable SMBus on new (2018+) systems"
 2019-09-06  9:53 UTC  (2+ messages)

[PATCH] HID: add support for 0079:1846 Mayflash/Dragonrise USB Gamecube Adapter
 2019-09-06  6:11 UTC 

[PATCH] input: sidewinder: make array seq static const, makes object smaller
 2019-09-05 17:36 UTC 

[PATCH] HID: prodikeys: make array keys static const, makes object smaller
 2019-09-05 16:54 UTC 

[PATCH] HID: hyperv: Use in-place iterator API in the channel callback
 2019-09-05 15:11 UTC  (4+ messages)

general protection fault in pk_probe
 2019-09-05 13:03 UTC  (5+ messages)
` [PATCH] HID: hid-prodikeys: Fix general protection fault during probe

[PATCH] HID: sony: Fix memory corruption issue on cleanup
 2019-09-05 12:27 UTC  (2+ messages)

WARNING: ODEBUG bug in __free_pages_ok
 2019-09-05 12:03 UTC  (2+ messages)

WARNING: ODEBUG bug in usbhid_disconnect (2)
 2019-09-05 11:28 UTC  (5+ messages)

KASAN: slab-out-of-bounds Write in hid_report_raw_event
 2019-09-04 16:38 UTC 

[PATCH] HID: modify quirks of i2c-hid driver for weida's devices
 2019-09-04 12:32 UTC  (2+ messages)

[PATCH] Input: elants_i2c - return real value of elants_i2c_initialize()
 2019-09-04  9:51 UTC  (5+ messages)

[PATCH v2] HID: apple: Fix stuck function keys when using FN
 2019-09-04  7:25 UTC  (3+ messages)

[PATCH] HID: Add quirk for HP X500 PIXART OEM mouse
 2019-09-03 15:14 UTC  (2+ messages)

[PATCH v6] HID: sb0540: add support for Creative SB0540 IR receivers
 2019-09-03 15:13 UTC  (3+ messages)

[PATCH V2 1/5] dt-bindings: fsl: scu: add scu power key binding
 2019-09-03 14:03 UTC  (10+ messages)
` [PATCH V2 2/5] input: keyboard: imx_sc: Add i.MX system controller power key support
` [PATCH V2 3/5] arm64: dts: imx8qxp: Add scu power key node
` [PATCH V2 4/5] arm64: dts: imx8qxp-mek: Enable scu power key
` [PATCH V2 5/5] arm64: defconfig: Enable CONFIG_KEYBOARD_IMX_SC_PWRKEY as module

KASAN: use-after-free Write in usbhid_open
 2019-09-03 12:12 UTC  (2+ messages)

KASAN: use-after-free Read in usbhid_close
 2019-09-03 12:12 UTC  (2+ messages)

KASAN: use-after-free Read in str_to_user
 2019-09-03 12:08 UTC 

[PATCH v5 04/17] MIPS: PCI: refactor ioc3 special handling
 2019-09-03  9:10 UTC  (2+ messages)

[PATCH v2 12/49] Input: atmel_mxt_ts - add debug for T92 gesture and T93 touch seq msgs
 2019-09-03  7:45 UTC  (3+ messages)

[PATCH v2 25/49] Input: atmel_mxt_ts - make bootloader interrupt driven
 2019-09-03  7:39 UTC  (4+ messages)
` [PATCH v2 29/49] Input: atmel_mxt_ts - implement debug output for messages

[PATCH 1/5] dt-bindings: fsl: scu: add scu power key binding
 2019-09-03  2:05 UTC  (3+ messages)

[tip: x86/vmware] input/vmmouse: Update the backdoor call with support for new instructions
 2019-09-03  1:06 UTC  (13+ messages)
` [kbuild-all] "

[PATCH] HID: apple: Fix stuck function keys when using FN
 2019-09-02 16:11 UTC  (10+ messages)

[PATCH v2 1/2] gpio: acpi: add quirk to override GpioInt polarity
 2019-09-02 16:06 UTC  (8+ messages)
` [PATCH v2 2/2] touchscreen: goodix: define GPIO mapping for GPD P2 Max
` [PATCH v3 1/2] gpio: acpi: add quirk to override GpioInt polarity
  ` [PATCH v3 2/2] touchscreen: goodix: define GPIO mapping for GPD P2 Max

[PATCH 2/2] touchscreen: goodix: define GPIO mapping for GPD P2 Max
 2019-09-02  6:35 UTC  (2+ messages)

[PATCH v3 01/11] checkpatch: check for nested (un)?likely() calls
 2019-08-31 21:03 UTC  (12+ messages)
` [PATCH v3 09/11] Input: alps - remove unlikely() from IS_ERR*() condition


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