linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-24 19:15:53 to 2017-03-05 02:13:18 UTC [more...]

[PATCH] Input: elan_i2c - add ASUS EeeBook X205TA special touchpad fw
 2017-03-05  2:13 UTC 

[PATCH] HID: asus: fix special key support for ASUS I2C keyboards
 2017-03-05  0:50 UTC 

[PATCH v2 00/16] Cleanup chardev instances with helper function
 2017-03-04 22:57 UTC  (31+ messages)
  ` [PATCH v2 01/16] chardev: add helper function to register char devs with a struct device
  ` [PATCH v2 02/16] device-dax: fix cdev leak
  ` [PATCH v2 03/16] device-dax: utilize new cdev_device_add helper function
  ` [PATCH v2 04/16] input: "
  ` [PATCH v2 05/16] gpiolib: "
  ` [PATCH v2 06/16] tpm-chip: "
  ` [PATCH v2 07/16] platform/chrome: cros_ec_dev - "
  ` [PATCH v2 08/16] IB/ucm: "
  ` [PATCH v2 09/16] infiniband: utilize the new cdev_set_parent function
  ` [PATCH v2 10/16] iio:core: utilize new cdev_device_add helper function
  ` [PATCH v2 11/16] media: "
  ` [PATCH v2 12/16] mtd: "
  ` [PATCH v2 13/16] rapidio: "
  ` [PATCH v2 14/16] rtc: "
  ` [PATCH v2 15/16] scsi: "
  ` [PATCH v2 16/16] switchtec: utilize new device_add_cdev "

[PATCH v4] iio: hid: Add temperature sensor support
 2017-03-04 18:43 UTC  (2+ messages)

[PATCH v2] Input: sparse-keymap - use a managed allocation for keymap copy
 2017-03-04 17:58 UTC  (2+ messages)

[PATCH] input: cpcap-pwrbutton: new driver
 2017-03-04 16:22 UTC  (12+ messages)
` [PATCHv2 1/2] mfd: cpcap: implement irq sense helper
    ` [PATCHv2 2/2] input: cpcap-pwrbutton: new driver

[REGRESSION][v4.9.y][v4.10.y] Input: ALPS - set DualPoint flag for 74 03 28 devices
 2017-03-04 16:15 UTC  (2+ messages)

[PATCH 0/5] Input: alps - cleanup
 2017-03-04 11:24 UTC  (5+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] Input: alps - move ALPS_PROTO_V4 out of alps_model_data table
  ` [PATCH v2 2/3] Input: alps - warn about unsupported ALPS V9 touchpad
  ` [PATCH v2 3/3] Input: alps - cleanup alps_model_data

[PATCH v2 0/2] patches for Innomedia INNEX GENESIS/ATARI adapter
 2017-03-04 10:19 UTC  (3+ messages)

[PATCH 0/2] HID: hiddev: move hiddev's minor number and refactoring
 2017-03-03 15:28 UTC  (9+ messages)
` [PATCH 1/2] HID: hiddev: move hiddev's minor number from struct hid_device to hiddev
` [PATCH 2/2] HID: hiddev: store hiddev's minor number when hiddev is connected

[PATCH v2] Input: silead - Do not try to directly access the GPIO when using ACPI pm
 2017-03-03 15:23 UTC  (19+ messages)

[PATCH] HID: hid-multitouch: change for touch height/width
 2017-03-03 13:40 UTC  (2+ messages)

[PATCH v2 0/2] HID: hiddev: move hiddev's minor number and refactoring
 2017-03-03  8:54 UTC  (3+ messages)
` [PATCH v2 1/2] HID: cp2112: use proper hidraw name with minor number
` [PATCH v2 2/2] HID: hiddev: reallocate hiddev's "

[PATCH] HID: cp2112: use proper hidraw name with minor number
 2017-03-03  6:57 UTC  (3+ messages)

[PATCH v14 0/5] mxs-lradc: Split driver into MFD
 2017-03-02 19:55 UTC  (11+ messages)
` [PATCH v14 1/5] mfd: mxs-lradc: Add support for mxs-lradc MFD
` [PATCH v14 2/5] iio: adc: mxs-lradc: Add support for adc driver
` [PATCH v14 3/5] input: touchscreen: mxs-lradc: Add support for touchscreen
  ` [PATCH v14 4/5] iio: adc: mxs-lradc: Remove driver
` [PATCH v14 5/5] mfd: Move binding document

[PATCH] HID: Accutouch: Add driver for ELO Accutouch 2216 USB Touchscreens
 2017-03-02 11:42 UTC  (5+ messages)

[PATCH v2 1/2] hid-asus: drop dependency on I2C_HID
 2017-03-02 10:09 UTC  (3+ messages)
` [PATCH v2 2/2] hid-asus: support Republic of Gamers special keys

[PATCH 0/2] HID: allocation neatening and code size reduction
 2017-03-02  6:54 UTC  (5+ messages)
` [PATCH 1/2] HID: Use krealloc
` [PATCH 2/2] HID: Remove unnecessary OOM messages

[PATCH v2] HID: hiddev: allocate minor number hiddev's USB interface is bound to
 2017-03-02  5:01 UTC  (4+ messages)

[PATCH] HID: usbhid: Use pr_<level> and remove unnecessary OOM messages
 2017-03-02  1:35 UTC 

[PATCH] hid: usbhid: usbkbd: fix checkpatch.pl issues
 2017-03-01 22:05 UTC  (8+ messages)

[PATCH] Input: sparse-keymap - add managed version of sparse_keymap_setup()
 2017-03-01 18:19 UTC  (4+ messages)

[PATCH 01/10] Input: eeti_ts - rename eeti_ts_priv to eeti_ts
 2017-03-01 17:34 UTC  (12+ messages)
` [PATCH 02/10] Input: eeti_ts - use BIT(n)
` [PATCH 03/10] Input: eeti_ts - use get_unaligned_be16() to retrieve data
` [PATCH 04/10] Input: eeti_ts - use input_set_capability()
` [PATCH 05/10] Input: eeti-ts - switch to using managed resources
` [PATCH 06/10] Input: eeti_ts - respect interrupt set in client structure
` [PATCH 07/10] Input: eeti_ts - use gpio_get_value_cansleep
` [PATCH 08/10] Input: eeti_ts - switch to using threaded interrupt
` [PATCH 09/10] Input: eeti_ts - expect platform code to set interrupt trigger
` [PATCH 10/10] Input: eeti_ts - switch to gpiod API

[PATCH 0/3] Add DT support for tps6507x touchscreen
 2017-03-01  8:21 UTC  (11+ messages)
` [PATCH 1/3] tps6507x-ts: update to devm_* API
` [PATCH 2/3] tps6507x-ts: add DT support

[PATCH v2] HID: sony: 4.10 fixes
 2017-03-01 17:18 UTC  (3+ messages)
` [PATCH v2] HID: sony: Fix input device leak when connecting a DS4 twice using USB/BT

[PATCH] hid-chicony: Add support for another ASUS Zen AiO keyboard
 2017-03-01 17:15 UTC  (2+ messages)

[PATCH] hid-asus: support Republic of Gamers special keys
 2017-03-01 17:06 UTC  (2+ messages)

[PATCH 1/4] Input: ad7879 - make sure we set up drvdata
 2017-03-01  7:40 UTC  (8+ messages)
` [PATCH 2/4] Input: ad7879 - return plain error code from ad7879_probe()
` [PATCH 3/4] Input: ad7879 - try parsing properties on non-DT systems
` [PATCH 4/4] Input: ad7879 - do not manipulate capability bits directly

[PATCH v3] Input: pwm-beeper: support customized freq for SND_BELL
 2017-03-01  5:37 UTC 

[PATCH v2] Input: pwm-beeper: support customized freq for SND_BELL
 2017-03-01  5:05 UTC  (9+ messages)
  ` [v2] "

[PATCH] Input: i8042 - add TUXEDO BU1406 (N24_25BU) to the nomux list
 2017-03-01  2:47 UTC  (2+ messages)

[PATCH] touchscreen: ad7879: include linux/property.h
 2017-02-28 22:47 UTC  (2+ messages)

Help with confirming an error trace in drivers/input/touchscreen/ad7879-spi.c
 2017-02-28 18:55 UTC  (4+ messages)

[PATCH 1/3] HID: wacom: generic: add 3 tablet touch keys
 2017-02-28 18:50 UTC  (2+ messages)

[PATCH] hid: usbhid: hiddev.c: fix checkpatch.pl errors
 2017-02-28 17:15 UTC  (2+ messages)

[PATCH] HID: i2c-hid: Fix error handling
 2017-02-28 17:21 UTC  (2+ messages)

[PATCH] HID: usbhid: extend polling interval configuration to joysticks
 2017-02-28 17:06 UTC  (2+ messages)

input_set_abs max
 2017-02-28 16:17 UTC  (2+ messages)

[WARNING: A/V UNSCANNABLE][Merge tag 'media/v4.11-1' of git] ff58d005cd: BUG: unable to handle kernel NULL pointer dereference at 0000039c
 2017-02-28 10:51 UTC  (18+ messages)
    ` [PATCH] [media] serial_ir: ensure we're ready to receive interrupts

[PATCH v1 0/4] gpio: make gpiod_count() API consistent
 2017-02-28  9:48 UTC  (3+ messages)

[PATCH] input: arizona-haptics - Add device property for HAP_ACT
 2017-02-27 16:39 UTC  (2+ messages)

[RFC] ADS7846 touchscreen questions
 2017-02-27  4:04 UTC 

[PATCH] iio: hid-sensor-trigger: Change get poll value function order to avoid sensor properties losing after resume from S3
 2017-02-27  1:37 UTC  (5+ messages)

[PATCH -next] input/touchscreen: add header file to fix ad7879.c build errors
 2017-02-25 18:51 UTC  (2+ messages)

[PATCH v2] hid: hid-sensor-prox: Add more data field for hysteresis parsing
 2017-02-25 16:44 UTC  (2+ messages)

[PATCH v3.1] [media] serial_ir: ensure we're ready to receive interrupts
 2017-02-25 14:55 UTC 

[PATCH v3] [media] serial_ir: ensure we're ready to receive interrupts
 2017-02-25 14:44 UTC 

media / serial_ir: BUG: unable to handle kernel NULL pointer dereference at 0000039c
 2017-02-24 19:19 UTC 


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