linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-03-20 15:30:41 to 2012-04-02 23:41:51 UTC [more...]

[PATCH 1/1] HID: add have_special_driver hid module parameter
 2012-04-02 23:41 UTC  (16+ messages)

elantech buttonpad devices
 2012-04-02 18:43 UTC 

[PATCH v4] HID: lg4ff: Remove sysfs iface before deallocating memory
 2012-04-02 17:30 UTC  (8+ messages)
  ` [PATCH 1/2] HID: hid-lg4ff: Use Private Data
    ` [PATCH 2/2] HID: hid-lg4ff: Add support for G27 leds

[PATCH] Input: sentelic - filter on-pad clicks in absolute mode
 2012-04-02 16:35 UTC  (8+ messages)

[PATCH V3 1/4] Input: pxa27x_keypad keep clock on as wakeup source
 2012-04-02  9:38 UTC  (8+ messages)
` [PATCH V3 2/4] Input: pxa27x_keypad bug fix for direct_key_mask
` [PATCH V3 3/4] Input: pxa27x_keypad direct key may be low active
` [PATCH V3 4/4] Input: pxa27x_keypad add choice to set direct_key_mask

[PATCH RESEND 2/2] Input: uinput: Avoid returning 0 on read()
 2012-04-02  8:35 UTC  (6+ messages)
` [PATCH RESEND 1/2] Input: uinput: Fix race condition "

[PATCH] Input: st1232 - switch to using SIMPLE_DEV_PM_OPS
 2012-04-02  5:03 UTC  (5+ messages)

[PATCH V3 0/2] Input: Add matrix_keypad_of_build_keymap()
 2012-04-02  4:01 UTC  (12+ messages)
` [PATCH V3 1/2] Input: of_keymap: Introduce matrix_keypad_of_build_keymap()
` [PATCH V3 2/2] Input: spear-keyboard: add device tree bindings
` [PATCH v4 1/2] Input: of_keymap: Introduce matrix_keypad_of_build_keymap()
` [PATCH V4 Resend "
  ` [PATCH] fixup! "

[PATCH v4] HID: hid-lg: Allow for custom device-specific properties to be stored in private drv data
 2012-04-02  1:46 UTC  (2+ messages)

[PATCH V2 1/4] Input: pxa27x_keypad keep clock on as wakeup source
 2012-03-31 21:47 UTC  (8+ messages)
` [PATCH V2 2/4] Input: pxa27x_keypad bug fix for direct_key_mask
` [PATCH V2 3/4] Input: pxa27x_keypad direct key may be low active
` [PATCH V2 4/4] Input: pxa27x_keypad add choice to set direct_key_mask

[PATCH] input: st1232 device tree support
 2012-03-31  6:15 UTC  (3+ messages)

[PATCH 1/6] Input: uinput - return -EINVAL when read buffer size is too small
 2012-03-31  6:06 UTC  (6+ messages)
` [PATCH 2/6] Input: uinput - fix race that can block nonblocking read
` [PATCH 3/6] Input: uinput - return number of bytes copied on partial reads
` [PATCH 4/6] Input: uinput - mark failed submission requests as free
` [PATCH 5/6] Input: uinput - specify exact bit sizes on userspace APIs
` [PATCH 6/6] Input: uinput - fix formatting

logitech-djdevice and /sys
 2012-03-31  5:50 UTC  (3+ messages)

[PATCH] Aureal Remote Control Device Driver
 2012-03-30 21:08 UTC 

[PATCH v3] HID: autoload hid-multitouch as needed
 2012-03-30 17:41 UTC  (2+ messages)

[PATCH] input: Elan HID-I2C device driver
 2012-03-30 15:44 UTC  (2+ messages)

[PATCHv2 1/3] HID: hid-lg: Allow for custom device properties to be stored in private driver data
 2012-03-30 13:34 UTC  (3+ messages)
` [PATCHv3 "

[RFC] usbhid: fix error handling of not enough bandwidth
 2012-03-30 13:16 UTC  (2+ messages)

[PATCH] Input: Wacom Stylus driver for I2C interface
 2012-03-30  7:42 UTC  (6+ messages)

[PATCH 00/20] cleanup atmel_mxt_ts
 2012-03-30  7:00 UTC  (15+ messages)
` [PATCH 06/20] Input: atmel_mxt_ts - allow writing to object sysfs entry
` [PATCH 09/20] Input: atmel_mxt_ts - do not read extra (checksum) byte
` [PATCH 17/20] Input: atmel_mxt_ts - use cached T9 reportid range in isr
` [PATCH 19/20] Input: atmel_mxt_ts - remove mxt_make_highchg and parse T6 report
` [PATCH 20/20] Input: atmel_mxt_ts - send all MT-B slots in one input report

[git pull] Input updates for 3.4-rc0 (2nd round)
 2012-03-30  6:07 UTC 

[PATCH 00/16 v2] cleanup atmel_mxt_ts
 2012-03-29 16:49 UTC  (17+ messages)
` [PATCH 01/16 v2] Input: atmel_mxt_ts - use CONFIG_PM_SLEEP
` [PATCH 02/16 v2] Input: atmel_mxt_ts - only allow root to update firmware
` [PATCH 03/16 v2] Input: atmel_mxt_ts - refactor mxt_read/write_reg to take a length
` [PATCH 04/16 v2] Input: atmel_mxt_ts - store actual size and instance
` [PATCH 05/16 v2] Input: atmel_mxt_ts - verify object size in mxt_write_object
` [PATCH 06/16 v2] Input: atmel_mxt_ts - do not read extra (checksum) byte
` [PATCH 07/16 v2] Input: atmel_mxt_ts - dump each message on just 1 line
` [PATCH 08/16 v2] Input: atmel_mxt_ts - refactor mxt_object_show
` [PATCH 09/16 v2] Input: atmel_mxt_ts - optimize writing of object table entries
` [PATCH 10/16 v2] Input: atmel_mxt_ts - refactor get info
` [PATCH 11/16 v2] Input: atmel_mxt_ts - refactor reading object table
` [PATCH 12/16 v2] Input: atmel_mxt_ts - simplify event reporting
` [PATCH 13/16 v2] Input: atmel_mxt_ts - cache T9 reportid range when reading object table
` [PATCH 14/16 v2] Input: atmel_mxt_ts - parse vector field of data packets
` [PATCH 15/16 v2] Input: atmel_mxt_ts - send all MT-B slots in one input report
` [PATCH 16/16 v2] Input: atmel_mxt_ts - parse T6 reports

[PATCH -next] hid: fix WACOM Kconfig warning
 2012-03-29 16:21 UTC  (2+ messages)

[PATCH] Input: tegra-kbc - restore missing pdata allocation
 2012-03-29 15:52 UTC 

[PATCH 1/1] input: keyboard: Set configuration registers
 2012-03-29 15:49 UTC  (11+ messages)

[PATCH 0/2] HID: wacom: 2 trivial patches
 2012-03-29 15:08 UTC  (5+ messages)
` [PATCH 1/2] HID: wacom: Fix HID_WACOM self-dependency
` [PATCH 2/2] HID: wacom: Add module description

Rád vás poznávám
 2012-03-29 14:35 UTC 

[RFC v2 0/1] User-space HID I/O Driver
 2012-03-29 12:28 UTC  (9+ messages)
` [RFC v2 1/1] HID: User-space I/O driver support for HID subsystem

[PATCH 1/4] Input: pxa27x_keypad keep clock on as wakeup source
 2012-03-29  9:15 UTC  (6+ messages)
` [PATCH 2/4] Input: pxa27x_keypad bug fix for direct_key_mask
` [PATCH 3/4] Input: pxa27x_keypad direct key may be low active
` [PATCH 4/4] Input: pxa27x_keypad add choice to set direct_key_mask

[PATCH V2 1/2] Input: of_keymap: Introduce matrix_keypad_of_build_keymap()
 2012-03-29  8:23 UTC  (12+ messages)
` [PATCH V2 2/2] Input: spear-keyboard: add device tree bindings
  ` [PATCH V3 "

HID: Add support for Waltop Sirius Battery Free Tablet
 2012-03-28 10:09 UTC  (3+ messages)

[PATCH v2] HID: autoload hid-multitouch as needed
 2012-03-28  9:31 UTC  (3+ messages)

[patch] Input: wacom - check for allocation failure in probe()
 2012-03-27 20:39 UTC  (2+ messages)

[PATCH V2] input: keyboard: lm8333: add driver
 2012-03-27 12:57 UTC 

[PATCH] Input: tegra-kbc: Fix: Allocate pdata before using it
 2012-03-27  6:55 UTC  (4+ messages)

[PATCH 1/2] input/of_keymap: Convert kzalloc to devm_kzalloc derivative
 2012-03-27  4:18 UTC  (7+ messages)
` [PATCH 2/2] Input: spear-keyboard: add device tree bindings

[PATCH] Input: uinput: Fix race condition on read()
 2012-03-26 20:28 UTC  (3+ messages)

[RFC 0/1] User-space I/O driver for HID subsystem (Bluetooth-LE HIDP)
 2012-03-26 17:38 UTC  (8+ messages)
` [RFC 1/1] HID: User-space I/O driver support for HID subsystem

[PATCH 08/11] input/amijoy: Add missing platform check
 2012-03-26  6:29 UTC  (2+ messages)

daniel.isabey@inserm.creteil.fr
 2012-03-23 15:00 UTC 

[PATCH] Input:Add support for Wacom Stylus with I2C interface
 2012-03-23  5:38 UTC 

[PATCH] input: microsoft: fix vertical scrolling issue with Microsoft Wireless Mobile Mouse 3500 and Microsoft Wireless Mouse 5000
 2012-03-23  5:11 UTC 

[PATCH 1/4] HID: wacom: Remove CONFIG_HID_WACOM_POWER_SUPPLY option
 2012-03-22 18:54 UTC  (4+ messages)
` [PATCH 2/4] HID: wacom: Change HID_WACOM option description
` [PATCH 3/4] HID: wacom: Refactor battery/ac reporting for Graphire
` [PATCH 4/4] HID: wacom: Add battery/ac reporting for Intuos4 WL

[PATCH] input: keyboard: lm8333: add driver
 2012-03-22 16:47 UTC  (4+ messages)

[git pull] Input updates for 3.4-rc0
 2012-03-22  4:08 UTC 

[PATCH 1/3] HID: wacom: Remove CONFIG_HID_WACOM_POWER_SUPPLY option
 2012-03-21 21:43 UTC  (2+ messages)

URGENT RESPONSE
 2012-03-19  4:30 UTC 

[PATCH v4 0/4] Wacom Wireless Module Support
 2012-03-21  1:03 UTC  (3+ messages)
` [PATCH v4 4/4] Input: wacom - wireless battery status


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