linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-19 19:23:26 to 2012-07-02 09:55:44 UTC [more...]

[PATCH] Touchscreen driver for FT5x06 based EDT displays
 2012-07-02  9:55 UTC  (19+ messages)
` [PATCH v6] "
  ` [PATCH v7] "

[PATCH 1/2] Input: synaptics - print firmware ID and board number at init
 2012-07-02  7:36 UTC  (4+ messages)
` [PATCH 2/2] Input: synaptics - add sysfs access to firmware ID & board ID

[PATCH 1/6] input/spear-keyboard: fix disable device_init_wakeup in remove
 2012-07-02  6:50 UTC  (6+ messages)
` [PATCH 2/6] input/spear_keyboard: fix clock handling during suspend/resume
` [PATCH 3/6] input/spear_keyboard: use correct io accessors
` [PATCH 4/6] input/spear_keyboard: rename bit definitions to reflect register
` [PATCH 5/6] input/spear_keyboard: generalize keyboard frequency configuration
` [PATCH 6/6] input/spear_keyboard: reconfigure operating frequency on suspend

Subject: [PATCH v2] Input: atkbd - make repeat period more accurate
 2012-07-01  8:36 UTC 

[PATCH v3] Input: synaptics - handle out of bounds values from the hardware
 2012-06-29 18:22 UTC 

[PATCH] Fix sentelic multi-touch driver
 2012-06-29 15:00 UTC  (9+ messages)

[PATCH 00/23 v6] cleanup atmel_mxt_ts
 2012-06-29 14:23 UTC  (25+ messages)
` [PATCH 01/23 v6] Input: atmel_mxt_ts - derive phys from i2c client adapter
` [PATCH 02/23 v6] Input: atmel_mxt_ts - use client name for irq
` [PATCH 03/23 v6] Input: atmel_mxt_ts - detect OOM when creating mt slots
` [PATCH 04/23 v6] Input: atmel_mxt_ts - warn if sysfs could not be created
` [PATCH 05/23 v6] Input: atmel_mxt_ts - don't read T5 when dumping objects
` [PATCH 06/23 v6] Input: atmel_mxt_ts - use scnprintf for object sysfs entry
` [PATCH 07/23 v6] Input: atmel_mxt_ts - optimize reading objects in "
` [PATCH 08/23 v6] Input: atmel_mxt_ts - print less overhead when dumping objects
` [PATCH 09/23 v6] Input: atmel_mxt_ts - print all instances "
` [PATCH 10/23 v6] Input: atmel_mxt_ts - return errors from i2c layer
` [PATCH 11/23 v6] Input: atmel_mxt_ts - add variable length __mxt_write_reg
` [PATCH 12/23 v6] Input: atmel_mxt_ts - optimize writing of object table entries
` [PATCH 13/23 v6] Input: atmel_mxt_ts - read ID information block in one i2c transaction
` [PATCH 14/23 v6] Input: atmel_mxt_ts - update driver ID info logging
` [PATCH 15/23 v6] Input: atmel_mxt_ts - add sysfs entries to read fw and hw version
` [PATCH 16/23 v6] Input: atmel_mxt_ts - simplify event reporting
` [PATCH 17/23 v6] Input: atmel_mxt_ts - add detail to touchevent debug message
` [PATCH 18/23 v6] Input: atmel_mxt_ts - refactor when and how object table is freed
` [PATCH 19/23 v6] Input: atmel_mxt_ts - cache T9 reportid range when reading object table
` [PATCH 20/23 v6] Input: atmel_mxt_ts - refactor reportid checking in mxt_interrupt
` [PATCH 21/23 v6] Input: atmel_mxt_ts - use T9 reportid range to init number of mt slots
` [PATCH 22/23 v6] Input: atmel_mxt_ts - send all MT-B slots in one input report
` [PATCH 23/23 v6] Input: atmel_mxt_ts - parse T6 reports

[PATCH 1/1] Input: hanwang - add support for Art Master II tablet
 2012-06-29 14:14 UTC 

[PATCH RFC] input: fix weird issue of synaptics psmouse sync lost after resume
 2012-06-28 23:55 UTC  (2+ messages)

/dev/input/by-path/<link> unreliable with MultiTouch device
 2012-06-28 21:38 UTC  (5+ messages)

[PATCH] HID: magicmouse: Implement Multi-touch Protocol B (MT-B)
 2012-06-28 19:54 UTC 

[PATCH] hid-core : optimize in case of hidraw
 2012-06-28 14:53 UTC 

[PATCH v2] hidraw : fix list->buffer memleak
 2012-06-28 14:51 UTC 

[PATCH 1/3] HID: hid-multitouch: fix input mode feature command
 2012-06-28 10:10 UTC  (7+ messages)
` [PATCH 2/3] HID: hid-multitouch: support arrays for the split of the touches in a report

[PATCH 1/4] HID: roccat: Added support for Roccat Savu
 2012-06-28  8:36 UTC  (2+ messages)

[PATCH v6] input: Add MELFAS mms114 touchscreen driver
 2012-06-28  7:46 UTC 

Missing Key-codes from <linux/input.h> file
 2012-06-28  6:14 UTC  (4+ messages)

[PATCH v8] input: keyboard: Add keys driver for the LPC32xx SoC
 2012-06-27 22:03 UTC 

[PATCH 00/21 v5] cleanup atmel_mxt_ts
 2012-06-27 20:32 UTC  (27+ messages)
` [PATCH 01/21 v5] Input: atmel_mxt_ts - derive phys from i2c client adapter
` [PATCH 02/21 v5] Input: atmel_mxt_ts - use client name for irq
` [PATCH 03/21 v5] Input: atmel_mxt_ts - detect OOM when creating mt slots
` [PATCH 04/21 v5] Input: atmel_mxt_ts - warn if sysfs could not be created
` [PATCH 05/21 v5] Input: atmel_mxt_ts - don't read T5 when dumping objects
` [PATCH 06/21 v5] Input: atmel_mxt_ts - use scnprintf for object sysfs entry
` [PATCH 07/21 v5] Input: atmel_mxt_ts - optimize reading objects in "
` [PATCH 08/21 v5] Input: atmel_mxt_ts - print less overhead when dumping objects
` [PATCH 09/21 v5] Input: atmel_mxt_ts - print all instances "
` [PATCH 10/21 v5] Input: atmel_mxt_ts - return errors from i2c layer
` [PATCH 11/21 v5] Input: atmel_mxt_ts - add variable length __mxt_write_reg
` [PATCH 12/21 v5] Input: atmel_mxt_ts - optimize writing of object table entries
` [PATCH 13/21 v5] Input: atmel_mxt_ts - read ID information block in one i2c transaction
` [PATCH 14/21 v5] Input: atmel_mxt_ts - update driver ID info logging
` [PATCH 15/21 v5] Input: atmel_mxt_ts - add sysfs entries to read fw and hw version
` [PATCH 16/21 v5] Input: atmel_mxt_ts - simplify event reporting
` [PATCH 17/21 v5] Input: atmel_mxt_ts - add detail to touchevent debug message
` [PATCH 18/21 v5] Input: atmel_mxt_ts - cache T9 reportid range when reading object table
` [PATCH 19/21 v5] Input: atmel_mxt_ts - use T9 reportid range to init number of mt slots
` [PATCH 20/21 v5] Input: atmel_mxt_ts - send all MT-B slots in one input report
` [PATCH 21/21 v5] Input: atmel_mxt_ts - parse T6 reports

[PATCH 0/4] E6 bug fix and code cleanup
 2012-06-27 16:56 UTC  (3+ messages)

[PATCH] lm8333: Fix check ordering
 2012-06-27 15:36 UTC  (2+ messages)

[PATCH, 0/6] HID-Sensors v3
 2012-06-27 15:35 UTC  (14+ messages)
` [PATCH, 5/6] HID-Sensors: Added Compass 3D
  ` [PATCH, 1/6] HID Sensors: Add to special driver list
  ` [PATCH, 2/6] HID-Sensors: Sensor framework
  ` [PATCH, 3/6] HID-Sensors: Added accelerometer 3D
  ` [PATCH, 4/6] HID-Sensors: Added Gyroscope 3D
  ` [PATCH, 6/6] HID-Sensors: Added ALS

[patch -resend] Input: ff-memless - fix a couple min_t() casts
 2012-06-27  9:11 UTC 

[PATCH] Input: MT - Include win8 support
 2012-06-27  8:28 UTC 

[PATCH 00/22 v4] cleanup atmel_mxt_ts
 2012-06-27  0:42 UTC  (8+ messages)
` [PATCH 01/22 v4] Input: atmel_mxt_ts - set phys to i2c client adapter name

[PATCH 4/4] input - wacom: TPC2FG doesn't store touch id for slots
 2012-06-25 21:36 UTC 

[PATCH 3/4] input - wacom: BTN_TOOL_DOUBLETAP is not a valid device_type
 2012-06-25 21:36 UTC 

[PATCH 2/4] input - wacom: don't retrieve touch_max when it is predefined
 2012-06-25 21:36 UTC 

[PATCH 1/4] input - wacom: fix retrieving touch_max bug
 2012-06-25 21:35 UTC 

[PATCH v2] input: gpio_keys_polled: convert to dt
 2012-06-25 20:44 UTC 

[PATCH 1/5] input - wacom: fix retrieving touch_max bug
 2012-06-25 20:32 UTC 

[PATCH] input: Add keyreset driver
 2012-06-25 18:59 UTC  (2+ messages)

Keyboard problem on HP Envy 17 3D
 2012-06-25 18:43 UTC  (3+ messages)

[PATCH] HID: Fix the Kconfig option for generic device handling
 2012-06-25 15:26 UTC  (5+ messages)

[PATCH] input: gpio_keys: Cleanup devicetree parser
 2012-06-25 15:21 UTC  (2+ messages)

[PATCH RESEND] input: gpio_keys_polled: convert to dt
 2012-06-25 15:04 UTC  (6+ messages)

[PATCH] HID: magicmouse: Correct report range of major / minor axes
 2012-06-25 13:30 UTC  (3+ messages)

[PATCH] samples/hidraw: ignore hid-example file
 2012-06-25 11:35 UTC 

[PATCH v7] input: keyboard: Add keys driver for the LPC32xx SoC
 2012-06-25  9:34 UTC 

[PATCH v6] input: keyboard: Add keys driver for the LPC32xx SoC
 2012-06-25  9:32 UTC  (3+ messages)

[PATCH v2] hidraw : fix list->buffer memleak
 2012-06-25  8:14 UTC 

[PATCH 4/4] input/nomadik-ske: cleanup of probe and some more code style
 2012-06-25  7:43 UTC  (2+ messages)

[PATCH 3/4] input/nomadik-ske: get rid of multiple interrupts
 2012-06-25  7:35 UTC  (2+ messages)

[PATCH 1/4] input/nomadik-ske: add multi key press support
 2012-06-25  7:31 UTC  (2+ messages)

[PATCH 2/4] input/nomadik-ske: suspend and resume support
 2012-06-25  7:31 UTC  (2+ messages)

[PATCH] input: edt-ft5x06 - Touchscreen driver for FT5x06 based EDT displays
 2012-06-25  7:23 UTC  (9+ messages)

[PATCH RESEND v4] input: keyboard: Add keys driver for the LPC32xx SoC
 2012-06-24 14:42 UTC  (3+ messages)

[PATCH Stable 3.4.x] HID: hid-multitouch: fix wrong protocol detection
 2012-06-22 13:38 UTC  (3+ messages)

[PATCH] HID: Make the HID bus visible in the Kconfig options
 2012-06-22  9:18 UTC 

[PATCH] input: gpio_keys: added setup call for extending functionality of driver
 2012-06-21 10:03 UTC  (3+ messages)

gpio_keys_polled.c and DT
 2012-06-21  8:53 UTC  (2+ messages)

[PATCH v5] input: keyboard: Add keys driver for the LPC32xx SoC
 2012-06-21  8:42 UTC  (3+ messages)

[PATCH 0/2] drivers/input/mouse, drivers/platform/x86: add Lenovo IdeaPad Z570 support
 2012-06-20 13:34 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH v2 0/5] ARM OMAP3530evm misc fixes for linux-omap
 2012-06-20  5:28 UTC  (7+ messages)
` [PATCH V2 5/5] Input: ads7846: set proper debounce time in driver level

Logitech mouse not detected with kernel 3.5-rc2
 2012-06-19 20:16 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).