linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-06-13 08:15:47 to 2011-06-22 07:01:02 UTC [more...]

[PATCH v4 0/3] Input: gpio_keys.c: Add support for OF and I2C GPIO chips
 2011-06-22  7:00 UTC  (32+ messages)
` [PATCH v4 1/3] Input: gpio_keys.c: Simplify platform_device -> device casting
` [PATCH v4 2/3] Input: gpio_keys.c: Added support for device-tree platform data
` [PATCH v4 3/3] Input: gpio_keys.c: Enable use with non-local GPIO chips

[PATCH v6 00/18] MFD/ASoC/Input: TWL4030/TWL60X0 changes
 2011-06-21 20:32 UTC  (20+ messages)
` [PATCH v6 01/18] OMAP: New twl-common for common TWL configuration
` [PATCH v6 02/18] OMAP4: Move common twl6030 configuration to twl-common
` [PATCH v6 03/18] OMAP3: Move common twl "
` [PATCH v6 04/18] OMAP3: Move common regulator "
` [PATCH v6 05/18] MFD: twl4030-codec: Rename internals from codec to audio
` [PATCH v6 06/18] MFD: twl4030-codec -> twl4030-audio: Rename the driver
` [PATCH v6 07/18] MFD: twl4030-audio: Rename platform data
` [PATCH v6 08/18] mfd: twl6040: Add initial support
` [PATCH v6 09/18] ASoC: twl6040: Convert into TWL6040 MFD child
` [PATCH v6 10/18] MFD: twl6040: Change platform data for soc codec driver
` [PATCH v6 11/18] input: Add initial support for TWL6040 vibrator
` [PATCH v6 12/18] OMAP4: SDP4430: Add twl6040 vibrator platform support
` [PATCH v6 13/18] ASoC: twl6040: add all ABE DAIs
` [PATCH v6 14/18] ASoC: twl6040: Support other sample rates in constraints
` [PATCH v6 15/18] ASoC: twl6040: Remove pll and headset mode dependency
` [PATCH v6 16/18] ASoC: twl6040: set default constraints
` [PATCH v6 17/18] ASoC: twl6040: Configure ramp step based on platform

Generalizing Kionix KXTJ9 driver
 2011-06-21 15:35 UTC 

[PATCH 0/3] hid-multitouch: corrections for 3.0-rc4
 2011-06-21 13:01 UTC  (4+ messages)
` [PATCH 1/3] hid-multitouch: ensure slots are initialized
` [PATCH 2/3] hid-multitouch: correct VID for Stantum panels
` [PATCH 3/3] hid-multitouch: add support for a new Lumio dual-touch panel

[PATCH] input: keypad: lm8323: convert to threaded IRQ
 2011-06-21 11:26 UTC  (8+ messages)
        ` [PATCH] input: keypad: lm8323: use level triggered interrupts

[PATCH] locomo: drop special locomo_{read/write}l in favor of io{read/write}16
 2011-06-21 10:41 UTC  (2+ messages)

[PATCH] input/keyboard: Remove obsolete cleanup for clientdata
 2011-06-21 10:40 UTC  (3+ messages)

[PATCH 22/25] sony-laptop: forward Hybrid GFX notifications to userspace
 2011-06-20 21:12 UTC  (2+ messages)

Reporting screen/laptop orientation data to userspace
 2011-06-20 14:53 UTC  (7+ messages)

[git pull] Input updates for 3.0-rc3
 2011-06-20  8:56 UTC 

winner
 2011-06-19 18:36 UTC 

[PATCH v4 00/18] MFD/ASoC/Input: TWL4030/TWL60X0 changes
 2011-06-18 15:36 UTC  (26+ messages)
` [PATCH v4 11/18] input: Add initial support for TWL6040 vibrator
    `  "
            `  "
                `  "
                    `  "
                          `  "
                                ` Re: [alsa-devel] "
                                      `  "
    ` Re: [PATCH v4 00/18] MFD/ASoC/Input: TWL4030/TWL60X0 changes
        `  "

[PATCH] input: sh_keysc: 8x8 MODE_6 fix
 2011-06-18  9:52 UTC  (4+ messages)

[RFC 00/12] Nintendo Wii Remote Device Driver
 2011-06-17 14:58 UTC  (24+ messages)
` [RFC 01/12] HID: wiimote: Add Nintendo Wii Remote driver stub
` [RFC 02/12] HID: wiimote: Register wiimote hid "
` [RFC 03/12] HID: wiimote: Add wiimote device structure
` [RFC 04/12] HID: wiimote: Register input device in wiimote hid driver
` [RFC 05/12] HID: wiimote: Synchronize wiimote input and hid event handling
` [RFC 06/12] HID: wiimote: Add wiimote send function
` [RFC 07/12] HID: wiimote: Add output queue for wiimote driver
` [RFC 08/12] HID: wiimote: Add wiimote event handler
` [RFC 09/12] HID: wiimote: Add wiimote input button parser
` [RFC 10/12] HID: wiimote: Add wiimote led request
` [RFC 11/12] HID: wiimote: Cache wiimote led state
` [RFC 12/12] HID: wiimote: Add sysfs support to wiimote driver

[PATCH 01/12 v2] HID: wiimote: Add Nintendo Wii Remote driver stub
 2011-06-17 14:49 UTC  (12+ messages)
` [PATCH 02/12 v2] HID: wiimote: Register wiimote hid "
` [PATCH 03/12 v2] HID: wiimote: Add wiimote device structure
` [PATCH 04/12 v2] HID: wiimote: Register input device in wiimote hid driver
` [PATCH 05/12 v2] HID: wiimote: Synchronize wiimote input and hid event handling
` [PATCH 06/12 v2] HID: wiimote: Add wiimote send function
` [PATCH 07/12 v2] HID: wiimote: Add output queue for wiimote driver
` [PATCH 08/12 v2] HID: wiimote: Add wiimote event handler
` [PATCH 09/12 v2] HID: wiimote: Add wiimote input button parser
` [PATCH 10/12 v2] HID: wiimote: Add wiimote led request
` [PATCH 11/12 v2] HID: wiimote: Cache wiimote led state
` [PATCH 12/12 v2] HID: wiimote: Add sysfs support to wiimote driver

[PATCH v5 00/18] MFD/ASoC/Input: TWL4030/TWL60X0 changes
 2011-06-17 13:29 UTC  (26+ messages)
` [PATCH v5 01/18] OMAP: New twl-common for common TWL configuration
` [PATCH v5 02/18] OMAP4: Move common twl6030 configuration to twl-common
` [PATCH v5 03/18] OMAP3: Move common twl "
` [PATCH v5 04/18] OMAP3: Move common regulator "
` [PATCH v5 05/18] MFD: twl4030-codec: Rename internals from codec to audio
` [PATCH v5 06/18] MFD: twl4030-codec -> twl4030-audio: Rename the driver
` [PATCH v5 07/18] MFD: twl4030-audio: Rename platform data
` [PATCH v5 08/18] mfd: twl6040: Add initial support
` [PATCH v5 09/18] ASoC: twl6040: Convert into TWL6040 MFD child
` [PATCH v5 10/18] MFD: twl6040: Change platform data for soc codec driver
` [PATCH v5 11/18] input: Add initial support for TWL6040 vibrator
` [PATCH v5 12/18] OMAP4: SDP4430: Add twl6040 vibrator platform support
` [PATCH v5 13/18] ASoC: twl6040: add all ABE DAIs
  ` [alsa-devel] "
` [PATCH v5 14/18] ASoC: twl6040: Support other sample rates in constraints
  ` [alsa-devel] "
` [PATCH v5 15/18] ASoC: twl6040: Remove pll and headset mode dependency
  ` [alsa-devel] "
` [PATCH v5 16/18] ASoC: twl6040: set default constraints
` [PATCH v5 17/18] ASoC: twl6040: Configure ramp step based on platform
` [PATCH v5 18/18] OMAP4: SDP4430: Add twl6040 codec platform support

Quick note about the elantech driver
 2011-06-16 19:40 UTC  (2+ messages)

[PATCH v4] input: Add support for Kionix KXTJ9 accelerometer
 2011-06-16 19:41 UTC  (4+ messages)

RFC: IIO: Options for 'event' userspace interface
 2011-06-16 11:27 UTC  (2+ messages)

[PATCH] Fix autocentering command in hid-lgff driver
 2011-06-15 21:56 UTC  (6+ messages)

[PATCHv3 0/3] Sixaxis plugin for Bluez
 2011-06-15 20:53 UTC  (3+ messages)
` [PATCHv3 2/3] Re-add manager_get_default_adapter()

[PATCH v2] input: touchscreen: add OF match table for ads7846
 2011-06-15  5:20 UTC  (5+ messages)

[PATCH] ideapad: let Fn+F5 also trigger KEY_BLUETOOTH
 2011-06-14 21:52 UTC  (5+ messages)

[PATCH] input: add support for mma8450 accelerometer
 2011-06-13 16:11 UTC  (2+ messages)

ET1602 Touchscreen doesn't work
 2011-06-13 15:09 UTC  (11+ messages)

[PATCH 0/4] Some synaptics tweaks
 2011-06-13 14:36 UTC  (7+ messages)
` [PATCH 2/4] Input: Report defuzzed event once before filtering for devices with the INCONSISTENT_RATE property
` [PATCH 4/4] Input: Synaptics: Add INPUT_PROP_SYNAPTICS_T3R2 property

[PATCH] HID: Driver for Lenovo Keyboard w/ Trackpoint
 2011-06-13 14:15 UTC  (3+ messages)

[PATCH] input: touchscreen: add OF match table for ads7846
 2011-06-13 13:24 UTC  (4+ messages)

[PATCHv4 3/3] sony_ff_bluetooth
 2011-06-13 11:22 UTC  (5+ messages)
` [PATCH v5 1/2] hid-sony: amend Sixaxis descriptor to enable accelerometers
` [PATCH v5 2/2] hid-sony: fix endiannes of Sixaxis accel/gyro values

[PATCH] HID: roccat: Correction and cleanup of hid feature reports
 2011-06-13 10:55 UTC  (2+ messages)

[PATCH] HID: roccat: Changed plain Kconfig menu to submenu for roccat devices
 2011-06-13 10:52 UTC  (2+ messages)

[PATCH] HID: roccat: Add "Roccat Talk" support for koneplus
 2011-06-13 10:51 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).