linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-06-14 13:53:58 to 2013-07-01 01:36:53 UTC [more...]

[PATCH 0/2] Support for 2013 Macbook Air
 2013-07-01  1:36 UTC  (4+ messages)
` [PATCH 1/2] HID: apple: Add support for the "
` [PATCH 2/2] Input: bcm5974 - Add support for the 2013 MacBook Air

[PATCH RESEND v2 1/2] Input: touchscreen: ads7846: keep copy of pdata in private struct
 2013-07-01  1:35 UTC  (4+ messages)
` [PATCH RESEND v2 2/2] Input: touchscreen: ads7846: add device tree bindings

[PATCH v1 00/12] input: keypad-matrix: doc update, hw separation, polling, binary columns
 2013-06-30 12:03 UTC  (45+ messages)
` [PATCH v1 01/12] input: matrix-keypad: update devicetree binding doc
` [PATCH v1 02/12] input: matrix-keymap: func call coding style nit
` [PATCH v1 03/12] input: matrix-keypad: rename variables and funcs
` [PATCH v1 04/12] input: matrix-keypad: push/pull, separate polarity
` [PATCH v1 05/12] input: matrix-keypad: update comments, diagnostics
` [PATCH v1 06/12] input: keypad-matrix: refactor matrix scan logic
` [PATCH v1 07/12] input: keypad-matrix: introduce polling support
` [PATCH v1 08/12] input: keypad-matrix: tell GPIO pins from matrix lines
` [PATCH v1 09/12] input: matrix-keypad: add binary column encoding
` [PATCH v1 10/12] input: keypad_matrix: use usleep_range() for scan delay
` [PATCH v1 11/12] input: keypad-matrix: AC14xx device tree update
` [PATCH v1 12/12] input: matrix-keypad: add diagnostics in probe()

[RFC] hid/sony: add autorepeat for PS3 remotes
 2013-06-30  6:33 UTC  (2+ messages)

[RESEND][PATCH] cyttsp: Fix swap of mfg_stat and mfg_cmd registers
 2013-06-30  0:32 UTC 

[PATCH] hid: wacom: Intuos4 battery charging changes
 2013-06-29  9:57 UTC 

[PATCH v3] Add OLPC AP-SP input driver
 2013-06-28 20:32 UTC  (4+ messages)

[PATCH v2] Add OLPC AP-SP input driver
 2013-06-28 16:54 UTC  (2+ messages)

[PATCH v2] Input: Add device tree bindings for input keys
 2013-06-28 13:46 UTC 

[PATCH 1/2] Input: Add device tree bindings for input keys
 2013-06-28 13:19 UTC  (9+ messages)
` [PATCH 2/2] Input: Adding DT support for keyreset tuneables

[PATCH] Added a check for NULL pointer in hid_add_device
 2013-06-28 10:52 UTC  (3+ messages)

[PATCH v2 0/2] GamePad: Wii U Pro Controller Support
 2013-06-28 10:45 UTC  (8+ messages)
` [PATCH v2 1/2] input: document gamepad API and add extra keycodes
` [PATCH v2 2/2] HID: wiimote: support Nintendo Wii U Pro Controller

[PATCH] Add OLPC AP-SP input driver
 2013-06-28  6:22 UTC  (2+ messages)

RFC: making the aiptek.c tablet driver xf86-input-wacom compatible
 2013-06-27 21:01 UTC  (3+ messages)

Atmel updates to atmel_mxt_ts touch controller driver - v6
 2013-06-27 15:17 UTC  (53+ messages)
` [PATCH 01/51] Input: atmel_mxt_ts - Remove unnecessary platform data
` [PATCH 02/51] Input: atmel_mxt_ts - Improve T19 GPIO keys handling
` [PATCH 03/51] Input: atmel_mxt_ts - Return IRQ_NONE when interrupt handler fails
` [PATCH 04/51] Input: atmel_mxt_ts - define helper functions for size and instances
` [PATCH 05/51] Input: atmel_mxt_ts - Select FW_LOADER for firmware code
` [PATCH 06/51] Input: atmel_mxt_ts - wait for CHG assert in mxt_check_bootloader
` [PATCH 07/51] Input: atmel_mxt_ts - wait for CHG after bootloader resets
` [PATCH 08/51] Input: atmel_mxt_ts - Initialise IRQ before probing
` [PATCH 09/51] Input: atmel_mxt_ts - Make wait-after-reset period compatible with all chips
` [PATCH 10/51] Input: atmel_mxt_ts - Improve error reporting and debug
` [PATCH 11/51] Input: atmel_mxt_ts - Implement CRC check for configuration data
` [PATCH 12/51] Input: atmel_mxt_ts - Download device config using firmware loader
` [PATCH 13/51] Input: atmel_mxt_ts - Calculate and check CRC in config file
` [PATCH 14/51] Input: atmel_mxt_ts - Add additional bootloader addresses
` [PATCH 15/51] Input: atmel_mxt_ts - Read and report bootloader version
` [PATCH 16/51] Input: atmel_mxt_ts - Implement bootloader frame retries
` [PATCH 17/51] Input: atmel_mxt_ts - Improve bootloader progress output
` [PATCH 18/51] Input: atmel_mxt_ts - Add check for incorrect firmware file format
` [PATCH 19/51] Input: atmel_mxt_ts - Read screen config from chip
` [PATCH 20/51] Input: atmel_mxt_ts - Set default irqflags when there is no pdata
` [PATCH 21/51] Input: atmel_mxt_ts - Use deep sleep mode when stopped
` [PATCH 22/51] Input: atmel_mxt_ts - Add shutdown function
` [PATCH 23/51] Input: atmel_mxt_ts - Rename pressure to amplitude to match spec
` [PATCH 24/51] Input: atmel_mxt_ts - Rename touchscreen defines to include T9
` [PATCH 25/51] Input: atmel_mxt_ts - Handle multiple input reports in one message
` [PATCH 26/51] Input: atmel_mxt_ts - Move input device init into separate function
` [PATCH 27/51] Input: atmel_mxt_ts - Handle APP_CRC_FAIL on startup
` [PATCH 28/51] Input: atmel_mxt_ts - Handle bootloader previously unlocked
` [PATCH 29/51] Input: atmel_mxt_ts - Add bootloader addresses for new chips
` [PATCH 30/51] Input: atmel_mxt_ts - Recover from bootloader on probe
` [PATCH 31/51] Input: atmel_mxt_ts - Add support for dynamic message size
` [PATCH 32/51] Input: atmel_mxt_ts - Decode T6 status messages
` [PATCH 33/51] Input: atmel_mxt_ts - Split message handler into separate functions
` [PATCH 34/51] Input: atmel_mxt_ts - Implement T44 message handling
` [PATCH 35/51] Input: atmel_mxt_ts - Output status from T48 Noise Supression
` [PATCH 36/51] Input: atmel_mxt_ts - Output status from T42 Touch Suppression
` [PATCH 37/51] Input: atmel_mxt_ts - Implement vector/orientation support
` [PATCH 38/51] Input: atmel_mxt_ts - implement I2C retries
` [PATCH 39/51] Input: atmel_mxt_ts - Implement T63 Active Stylus support
` [PATCH 40/51] Input: atmel_mxt_ts - Implement support for T15 Key Array
` [PATCH 41/51] Input: atmel_mxt_ts - Remove unused defines
` [PATCH 42/51] Input: atmel_mxt_ts - Verify Information Block checksum on probe
` [PATCH 43/51] Input: atmel_mxt_ts - Use T18 RETRIGEN to handle IRQF_TRIGGER_LOW
` [PATCH 44/51] Input: atmel_mxt_ts - Handle reports from T47 Stylus object
` [PATCH 45/51] Input: atmel_mxt_ts - Release touch state during suspend
` [PATCH 46/51] Input: atmel_mxt_ts - Initialize power config before and after downloading cfg
` [PATCH 47/51] Input: atmel_mxt_ts - Add regulator control support
` [PATCH 48/51] Input: atmel_mxt_ts - Implement support for T100 touch object
` [PATCH 49/51] Input: atmel_mxt_ts - Allow specification of firmware file name
` [PATCH 50/51] Input: atmel_mxt_ts - Handle cfg filename via pdata/sysfs
` [PATCH 51/51] Input: atmel_mxt_ts - Only use first T9 instance

[GIT PULL] input: mt updates for 3.11
 2013-06-27 14:40 UTC 

[PATCH v4] HID: Add full support for Logitech Unifying receivers
 2013-06-27 13:16 UTC  (4+ messages)
      ` Logitech M705: Thumb button (was Re: [PATCH v4] HID: Add full support for Logitech Unifying receivers)

[PATCH -next] Input: nspire-keypad - remove redundant dev_err call in nspire_keypad_probe()
 2013-06-26  1:56 UTC 

Use this site to start seducing ladies to have fun today!
 2013-06-21  7:04 UTC 

[PATCH] i2c-hid: explicitly cast parametrs to follow specifiers
 2013-06-25 12:24 UTC 

[git pull] Input updates for 3.10-rc4
 2013-06-24  1:42 UTC 

GREETINGS
 2013-06-23 15:29 UTC 

[PATCH RESEND v2 1/2] Input: touchscreen: ads7846: keep copy of pdata in private struct
 2013-06-23 13:01 UTC  (2+ messages)

[PATCH V3 0/5] input: pxa27x-keypad: enhancement and device tree support
 2013-06-22 15:26 UTC  (15+ messages)
` [PATCH V3 1/5] input: pxa27x-keypad: use matrix_keymap for matrix keyes
` [PATCH V3 2/5] arm: mmp: use matrix_keymap for all boards
` [PATCH V3 3/5] arm: pxa: "
` [PATCH V3 4/5] input: pxa27x-keypad: remove the unused members at platform data
` [PATCH V3 5/5] input: pxa27x-keypad: add device tree support

[PATCH 10/53] Input: atmel_mxt_ts - Add memory access interface via sysfs
 2013-06-21 16:16 UTC  (12+ messages)

[PATCH Resend] Input: samsung-keypad - let device core setup the default pin configuration
 2013-06-20 11:23 UTC 

[PATCH] Preliminary support for Razer Blade multitouch touchpads
 2013-06-20  9:23 UTC  (2+ messages)

[PATCH] Support for Sony NSG-MR5U
 2013-06-20  8:33 UTC  (2+ messages)

Posiflex 0d3a:a000 touchscreen press not recognized in kernel 3.9.4
 2013-06-19 21:54 UTC  (5+ messages)

[PATCH 1/3] Input: tps6507x-ts - use bool for booleans
 2013-06-19  6:17 UTC  (4+ messages)
` [PATCH 3/3] Input: tps6507x-ts - convert to polled input device infrastructure

[PATCH] Input: Added hovering capability
 2013-06-19  6:13 UTC  (2+ messages)

[PATCH] input: stmpe: Fix the touchscreen interrupt handling
 2013-06-18 12:01 UTC  (5+ messages)

[PATCH] HID: i2c-hid: add DT bindings
 2013-06-18  9:51 UTC  (2+ messages)

[PATCH] HID: roccat: check cdev_add return values
 2013-06-18  9:01 UTC  (2+ messages)

[PATCH v2] HID: i2c-hid: support sending HID output reports using the output register
 2013-06-18  8:58 UTC  (3+ messages)

[PATCH] input: cros_ec_keyb_clear_keyboard() depends on CONFIG_PM_SLEEP
 2013-06-18  8:39 UTC  (5+ messages)

[PATCH] input/joystick: Fix for xpad driver support of "Mad Catz Street Fighter IV FightPad" controllers
 2013-06-18  4:38 UTC 

[PATCH V2 0/5] input: pxa27x-keypad: enhancement and device tree support
 2013-06-18  1:10 UTC  (5+ messages)
` [PATCH V2 4/5] input: pxa27x-keypad: remove the unused members at platform data

[PATCH 1/2] Input: cyttsp - fix memcpy size param
 2013-06-17 21:44 UTC  (3+ messages)

am335x: TSC & ADC reworking including DT pieces, take 4
 2013-06-17 16:03 UTC  (10+ messages)
` [PATCH 01/22] mfd/ti_am335x_tscadc: remove regmap

[PATCH] HID: i2c-hid: support sending HID output reports using the output register
 2013-06-14 16:35 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).