linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-11-07 20:54:29 to 2012-11-17 03:59:56 UTC [more...]

[RFC PATCH 00/06] input: Synaptics RMI4 Touchscreen Driver
 2012-11-17  3:58 UTC  (4+ messages)
` [RFC PATCH 01/06] input/rmi4: Public header and documentation
` [RFC PATCH 03/06] input/rmi4: I2C physical interface
` [RFC PATCH 06/06] input/rmi4: F11 - 2D touch interface

[PATCH v4 00/14] Win 8 support for digitizers
 2012-11-16 20:09 UTC  (28+ messages)
` [PATCH v4 01/14] HID: hid-input: export hidinput_calc_abs_res
` [PATCH v4 02/14] HID: hid-input: round return value of hidinput_calc_abs_res
` [PATCH v4 03/14] HID: core: fix unit exponent parsing
` [PATCH v4 04/14] HID: hid-input: add usage_index in struct hid_usage
` [PATCH v4 05/14] HID: hid-multitouch: support arrays for the split of the touches in a report
` [PATCH v4 06/14] HID: hid-multitouch: get maxcontacts also from logical_max value
` [PATCH v4 07/14] HID: hid-multitouch: support T and C for win8 devices
` [PATCH v4 08/14] HID: hid-multitouch: move ALWAYS_VALID quirk check
` [PATCH v4 09/14] Input: introduce EV_MSC Timestamp
` [PATCH v4 10/14] Input: mt: add input_mt_is_used
` [PATCH v4 11/14] HID: hid-multitouch: add MT_QUIRK_IGNORE_DUPLICATES
` [PATCH v4 12/14] HID: hid-multitouch: support for hovering devices
` [PATCH v4 13/14] HID: hid-multitouch: fix Win 8 protocol
` [PATCH v4 14/14] HID: hid-multitouch: forwards MSC_TIMESTAMP

[PATCH v3] staging: ste_rmi4: Convert to Type-B support
 2012-11-16 19:54 UTC  (26+ messages)
` [PATCH v4] "
` [PATCH v5] "
` [PATCH v6] "
    ` [RFC] staging: ste_rmi4: merge into the main kernel tree

HID-generic + HID-ANOTHER interaction problems
 2012-11-16 16:41 UTC  (5+ messages)

[PATCH v3] i2c-hid: introduce HID over i2c specification implementation
 2012-11-16 14:56 UTC  (4+ messages)

3.7-rc3: mouses stopped working
 2012-11-16 12:37 UTC 

[PATCH RESEND 0/7] MFD: ti_am335x_tscadc: DT support and TSC features addition
 2012-11-16 10:33 UTC  (2+ messages)

[PATCH 00/14] Modify signed comparisons of unsigned variables
 2012-11-16  9:27 UTC  (3+ messages)
` [PATCH 11/14] HID: hiddev: Remove redundant check on unsigned variable

[PATCH] Input: add appleir USB driver
 2012-11-15 18:13 UTC 

[PATCH RESEND v6] Input: matrix-keypad - Add device tree support
 2012-11-15 14:13 UTC 

[PATCH v6] Input: matrix-keypad - Add device tree support
 2012-11-15 14:11 UTC  (3+ messages)

[PATCH] HID: wiimote: add Nintendo-Wii-Remote-Plus IDs
 2012-11-15 12:36 UTC  (9+ messages)

[PATCH 1/1] input: samsung-keypad: Use devm_* functions
 2012-11-15 11:56 UTC 

[PATCH v5] Input: matrix-keypad - Add device tree support
 2012-11-15  9:38 UTC  (5+ messages)

[PATCH] HID: usbhid: add quirk HID_QUIRK_NOGET to TPV optical touchscreen
 2012-11-15  9:36 UTC  (2+ messages)

[PATCH] input: fix input-mt kernel-doc warning
 2012-11-14 18:05 UTC  (5+ messages)

[PATCH 1/5] Input: tca8418_keypad - use a temporary variable for parent device
 2012-11-14 16:48 UTC  (5+ messages)
` [PATCH 2/5] Input: tca8418_keypad - use dev_get_platdata() to retrieve platform data
` [PATCH 3/5] Input: tca8418_keypad - move device ID tables closer to where they are used
` [PATCH 4/5] Input: tca8418_keypad - increase severity of failures in probe()
` [PATCH 5/5] Input: tca8418-keypad - switch to use managed resources

[PATCH] Input: marix-keymap - automatically allocate memory for keymap
 2012-11-14 16:37 UTC  (3+ messages)

[PATCH 1/5] Input: bu21013_ts - Request a regulator that actually exists
 2012-11-14 13:47 UTC  (5+ messages)
` [PATCH 2/5] Input: bu21013_ts - Move GPIO init and exit functions into the driver
` [PATCH 3/5] Input: bu21013_ts - Add support for Device Tree booting
` [PATCH 4/5] Input: Enable STMPE keypad driver for Device Tree
` [PATCH 5/5] Documentation: Describe bindings for STMPE Keypad driver

[PATCH] Input: tca8418-keypad - switch to use managed resources
 2012-11-14 10:47 UTC  (2+ messages)

[PATCH] Input: tca8418 - convert to dt
 2012-11-14 10:33 UTC  (3+ messages)

[PATCH v3 00/13] Win 8 support for digitizers
 2012-11-13 18:55 UTC  (40+ messages)
` [PATCH v3 01/13] HID: hid-input: export hidinput_calc_abs_res
` [PATCH v3 02/13] HID: hid-input: round return value of hidinput_calc_abs_res
` [PATCH v3 03/13] HID: core: fix unit exponent parsing
` [PATCH v3 04/13] HID: hid-input: add usage_index in struct hid_usage
` [PATCH v3 05/13] HID: hid-multitouch: support arrays for the split of the touches in a report
` [PATCH v3 07/13] HID: hid-multitouch: support T and C for win8 devices
` [PATCH v3 08/13] HID: hid-multitouch: move ALWAYS_VALID quirk check
` [PATCH v3 09/13] HID: hid-multitouch: add MT_QUIRK_IGNORE_DUPLICATES
` [PATCH v3 10/13] HID: hid-multitouch: fix Win 8 protocol
` [PATCH v3 11/13] HID: hid-multitouch: support for hovering devices
` [PATCH v3 12/13] HID: introduce Scan Time
` [PATCH v3 13/13] HID: hid-multitouch: forwards ABS_SCAN_TIME

[PATCH] input: twl4030-pwrbutton: Change TWL4030_MODULE_PM_MASTER to TWL_MODULE_PM_MASTER
 2012-11-13  9:38 UTC 

[PATCH 3.6.6 1/1] xpad: fix xbox360w initial LED setting and implement LED setting interface
 2012-11-13  3:30 UTC 

[RESEND PATCH v3 4/4] input: misc: introduce retu-pwrbutton
 2012-11-12 19:08 UTC 

Fn Keys bug
 2012-11-12 18:15 UTC 

[RFC] HID: uhid: Handle LED input events
 2012-11-12 14:58 UTC  (3+ messages)

[PATCH] HID: microsoft, do not use compound literal
 2012-11-12 14:46 UTC  (7+ messages)

[PATCH 02/10] arm: at91: move platfarm_data to include/linux/platform_data/atmel.h
 2012-11-12 14:06 UTC  (5+ messages)

[PATCH 0/7] HID: roccat: Finishing cleanup and reset support
 2012-11-12 12:25 UTC  (2+ messages)

Why Cypress does not upstream its trackpad driver?
 2012-11-12 10:57 UTC  (15+ messages)

[PATCH 1/3] input: spear-keyboard: Use devm_*() routines
 2012-11-12  5:57 UTC  (9+ messages)
` [PATCH 2/3] Input: spear-keyboard: Add clk_{un}prepare() support
` [PATCH 3/3] input: spear-keyboard: Fix for balancing the enable_irq_wake

[PATCH 1/1] HID: microsoft, fix invalid rdesc for 3k kbd
 2012-11-11 16:35 UTC  (4+ messages)

[PATCHv2] Input: omap4-keypad: Add pinctrl support
 2012-11-11 12:32 UTC  (12+ messages)

[PATCH 7/7] HID: roccat: Deprecated some Kovaplus sysfs attributes
 2012-11-11  5:21 UTC 

[PATCH 6/7] HID: roccat: Deprecated some Koneplus sysfs attributes
 2012-11-11  5:21 UTC 

[PATCH 5/7] HID: roccat: Deprecated some Pyra sysfs attributes
 2012-11-11  5:21 UTC 

[PATCH 1/7] HID: roccat: Cleanup of kovaplus module
 2012-11-11  5:20 UTC 

[PATCH 4/7] HID: roccat: Added bin sysfs attr "reset" for Isku
 2012-11-11  5:21 UTC 

[PATCH 3/7] HID: roccat: Cleaned up isku driver
 2012-11-11  5:21 UTC 

[PATCH 2/7] HID: roccat: Cleanup of pyra module
 2012-11-11  5:20 UTC 

[PATCH] HIL: remove one goto
 2012-11-10  8:47 UTC  (2+ messages)

[PATCH 1/3] input: stmpe-keyboard: Use devm_*() routines
 2012-11-10  8:15 UTC  (11+ messages)
` [PATCH 2/3] input: stmpe-ts: "
` [PATCH 3/3] input:stmpe-ts:Initialize the phys field for input device

[PATCH v4] Input: matrix-keypad - Add device tree support
 2012-11-09 17:19 UTC  (7+ messages)

[PATCH v2] i2c-hid: introduce HID over i2c specification implementation
 2012-11-09  9:59 UTC  (5+ messages)

[PATCH] Input: tca8418 - Add support for shared interrupt
 2012-11-08 16:45 UTC  (4+ messages)

Thinkpad E420s (E220s and X220) trackpoint detection
 2012-11-07 20:54 UTC  (2+ 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).