linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-17 19:35:02 to 2014-02-28 18:32:37 UTC [more...]

[PATCH v4 0/9] Use regmap+devm+DT in pm8xxx input drivers
 2014-02-28 18:32 UTC  (15+ messages)
` [PATCH v4 1/9] Input: pmic8xxx-keypad - Fix build by removing gpio configuration
` [PATCH v4 2/9] Input: pmic8xxx-keypad - Migrate to devm_* APIs
` [PATCH v4 3/9] Input: pmic8xxx-keypad - Migrate to regmap APIs
` [PATCH v4 4/9] Input: pmic8xxx-keypad - Migrate to DT
` [PATCH v4 5/9] Input: pmic8xxx-pwrkey "
` [PATCH v4 6/9] Input: pm8xxx-vibrator - Add DT match table
` [PATCH v4 7/9] devicetree: bindings: Document PM8921/8058 keypads
` [PATCH v4 8/9] devicetree: bindings: Document PM8921/8058 power keys
` [PATCH v4 9/9] devicetree: bindings: Document PM8921/8058 vibrators

wacom: Fixes for stylus pressure values for Thinkpad Yoga
 2014-02-28 18:26 UTC  (6+ messages)
` [PATCH 1/3] Input: wacom - EC tablet supports 1023 levels of pressure, not just 255
  ` [PATCH 2/3] Input: wacom - Don't discard bits from upper byte of pressure value
    ` [PATCH 3/3] Input: wacom - Avoid incorrect sign extension from pressure-value lower byte

[PATCH 0/3] HID: multitouch cleanups and support for fancy devices
 2014-02-28 16:41 UTC  (4+ messages)
` [PATCH 1/3] HID: multitouch: remove registered devices with default behavior
` [PATCH 2/3] HID: multitouch: remove pen special handling
` [PATCH 3/3] HID: multitouch: add support of other generic collections in hid-mt

change kmalloc into vmalloc for large memory allocations
 2014-02-28 16:33 UTC  (6+ messages)

[PATCH 1/4] Input: wacom: Use full 32-bit HID Usage value in switch statement
 2014-02-27 18:40 UTC  (11+ messages)
` [PATCH 2/4] Input: wacom: Override 'pressure_max' with value from HID_USAGE_PRESSURE
` [PATCH 3/4] Input: wacom: References to 'wacom->data' should use 'unsigned char*'
` [PATCH 4/4] Input: wacom: Handle 1024 pressure levels in wacom_tpc_pen

Unknown ALPS device
 2014-02-27 16:30 UTC  (3+ messages)

[PATCH 0/5] ARM: davinci: tnetv107x removal
 2014-02-27 13:37 UTC  (5+ messages)
` [PATCH 5/5] input: remove obsolete tnetv107x drivers

[PATCH v3 0/9] Use regmap+devm+DT in pm8xxx input drivers
 2014-02-26 19:05 UTC 

[PATCH v2 0/8] Input: pixcir_i2c_ts: Add Type-B Multi-touch and DT support
 2014-02-26 15:41 UTC  (10+ messages)
` [PATCH v2 1/8] Input: pixcir_i2c_ts: Use devres managed resource allocations
` [PATCH v2 2/8] Input: pixcir_i2c_ts: Initialize interrupt mode and power mode
` [PATCH v2 3/8] Input: pixcir_i2c_ts: Get rid of pdata->attb_read_val()
  ` [PATCH v2 4/8] Input: pixcir_i2c_ts: Use Type-B Multi-Touch protocol
` [PATCH v2 5/8] Input: pixcir_i2c_ts: support upto 5 fingers and hardware provided tracking IDs
` [PATCH v2 6/8] Input: pixcir_i2c_ts: Implement wakeup from suspend
` [PATCH v2 7/8] Input: pixcir_i2c_ts: Add device tree support
` [PATCH v2 8/8] ARM: dts: am43x-epos-evm: Correct Touch controller info

[PATCH] hid: fix bug destroying hidraw device files after parent
 2014-02-26 10:02 UTC  (5+ messages)

[PATCH] input synaptics-rmi4: Trivial F11 tidy up
 2014-02-25 22:08 UTC 

STAKEHOLDER NEEDED!!!
 2014-02-25 17:14 UTC 

[PATCH] i8042: Don't print an error message just because there's no chip
 2014-02-25 16:06 UTC  (2+ messages)

Mixed HID descriptors
 2014-02-25 14:10 UTC  (3+ messages)

USB keyboard occasional key stuck
 2014-02-25 13:51 UTC  (7+ messages)

[PATCH] input: sirfsoc-onkey - set the capability of reporting KEY_POWER
 2014-02-25 13:36 UTC 

[PATCH 0/3] arm imx25 touchscreen/ADC drivers
 2014-02-25 11:05 UTC  (11+ messages)
` [PATCH 1/3] mfd: fsl imx25 Touchscreen ADC driver
` [PATCH 2/3] input: touchscreen: imx25 tcq driver
  ` [PATCH 3/3] iio: adc: fsl,imx25-gcq driver

[PATCH v2 1/3] Input: gpio_keys - use dev instead of pdev in gpio_keys_setup_key()
 2014-02-25  8:47 UTC  (5+ messages)
` [PATCH v2 2/3] Input: gpio_keys - convert to use devm_*
` [PATCH v2 3/3] Input: gpio_keys - convert struct descriptions to kernel-doc

[PATCH] input synaptics-rmi4: Add F30 support
 2014-02-24 22:53 UTC 

[PATCH v2 0/5] HID: sony: Various fixes and improvements for the Sony driver
 2014-02-24 22:31 UTC  (9+ messages)
` [PATCH v2 1/5] HID: sony: Fix multi-line comment styling
` [PATCH v2 2/5] HID: sony: Fix work queue issues
` [PATCH v2 3/5] HID: sony: Perform a boundry check on the sixaxis battery level index
` [PATCH v2 4/5] HID: sony: Prevent duplicate controller connections
` [PATCH v2 5/5] HID: hidp: Add a comment that some devices depend on the current behavior of uniq

[PATCH v2 0/4] Add ff-memless-next and make hid-lg4ff use it
 2014-02-24 22:11 UTC  (15+ messages)
` [PATCH v2 1/4] Add ff-memless-next driver
` [PATCH v2 2/4] Port hid-lg4ff to ff-memless-next
` [PATCH v2 3/4] hid-lg4ff: Add support for periodic effects
` [PATCH v2 4/4] hid-lg4ff: Add support for ramp effect

[PATCHv6] staging/iio/adc: change the MXS touchscreen driver implementation
 2014-02-24 22:04 UTC  (13+ messages)
          ` [PATCH] staging/iio/adc/MXS/LRADC: fix touchscreen statemachine

Questions about the documentation/specification of Linux ForceFeedback input.h
 2014-02-24 21:50 UTC  (8+ messages)

Messenger from Administrator
 2014-02-24 20:54 UTC 

[PATCH 0/3] HID: low level transport cleanup, series 3
 2014-02-24 16:24 UTC  (6+ messages)
` [PATCH v2 1/3] HID: input: hid-input remove hid_output_raw_report call
` [PATCH v2 2/3] HID: make .raw_request mandatory
` [PATCH v2 3/3] HID: hidraw: replace hid_output_raw_report() calls by appropriates ones

is it possible to temporarily not let user mode get hid input event
 2014-02-24 12:37 UTC  (8+ messages)

Corsair keyboards and the pipe/backslash key
 2014-02-24  0:44 UTC 

[patch] Input: remove a duplicative NULL test
 2014-02-23 23:23 UTC 

Messenger from Administrator
 2014-02-23 22:38 UTC 

[PATCH] input: Use platform-provided devices as i8042 serio parents
 2014-02-23 17:03 UTC 

ff-core effect id handling in case of a failed effect upload
 2014-02-23 14:27 UTC  (9+ messages)

[PATCH 1/1] Input: don't modify the id of ioctl-provided ff effect on upload failure
 2014-02-23 14:18 UTC 

[PATCH 1/1] Add device id for Thrustmaster GPX Gamepad for joystick/xpad.c driver
 2014-02-23  6:28 UTC  (2+ messages)

(unknown),
 2014-02-22 15:00 UTC 

I-Tech tablet PC manufacturer
 2014-02-22  2:53 UTC 

[PATCH] input synaptics-rmi4: Use put_device() and device_type.release() to free storage
 2014-02-21 23:29 UTC  (7+ messages)

[PATCH 3.14-rc3] input: Add device id for Thrustmaster GPX Gamepad for joystick/xpad.c driver
 2014-02-21 21:59 UTC 

[patch] Input: remove a duplicative NULL test
 2014-02-21  9:14 UTC  (2+ messages)

[PATCH 0/5] Add ff-memless-next and make hid-lg4ff use it
 2014-02-20 15:32 UTC  (5+ messages)
` [PATCH 2/5] Port hid-lg4ff to ff-memless-next

HID_REQ_GET_REPORT and report not filled during hid_pidff_init
 2014-02-20 15:14 UTC  (2+ messages)

[PATCH] HID: sony: Fix work queue issues
 2014-02-20 13:15 UTC  (6+ messages)

[PATCH 0/3] HID: sony: Various cleanups and fixes for the sony module
 2014-02-20 13:10 UTC  (8+ messages)
` [PATCH 1/3] HID: sony: Enable LED controls and rumble for the Sixaxis on Bluetooth
` [PATCH 2/3] HID: sony: Force-feedback cleanup
` [PATCH 3/3] HID: sony: Prevent duplicate controller connections

[PATCH v2] Input: add i2c/smbus driver for elan touchpad
 2014-02-19 21:48 UTC  (4+ messages)

Problem with Logitech SpaceNavigator
 2014-02-19 19:38 UTC 

[PATCH] Input: ALPS - add support for HP Pavilion 14 TS
 2014-02-19  7:08 UTC 

[PATCH 01/11] Input: synaptics-rmi4 - do not kfree() managed memory in F01
 2014-02-18 21:32 UTC  (7+ messages)
` [PATCH 03/11] Input: synaptics-rmi4 - do not update configuration in rmi_f01_probe()

linux-next: Tree for Feb 18 (hid/hid-cp2112.c)
 2014-02-18 16:34 UTC 

[PATCH] HID: cp2112: fix incorrect error propagation in cp2112_xfer()
 2014-02-18  8:56 UTC 

[PATCH] HID: cp2112: can't be used without gpio support
 2014-02-18  8:55 UTC 

[PATCH v3] input: sirfsoc-onkey - report onkey untouch event by detecting pin status
 2014-02-18  6:11 UTC  (7+ messages)

[PATCH] HID: cp2112: convert to use hid_hw_raw_request()
 2014-02-17 23:43 UTC 

[PATCH 1/2] HID: cp2112: make sysfs attributes static
 2014-02-17 22:48 UTC  (2+ messages)
` [PATCH 2/2] HID: cp2112: use proper specifier for size_t

[PATCH] HID: sony: Correct Sixaxis battery reporting
 2014-02-17 22:18 UTC  (2+ messages)

[PATCH] Input: imx_keypad -Remove obsolete commment
 2014-02-17 20:26 UTC 

[PATCH] Bluetooth: hidp: make sure input buffers are big enough
 2014-02-17 20:21 UTC  (16+ messages)

[PATCH] HID: hyperv: make sure input buffer is big enough
 2014-02-17 20:21 UTC  (3+ messages)

[PATCH 1/2] Input: imx_keypad - Propagate the real error code on platform_get_irq() failure
 2014-02-17 19:34 UTC  (3+ messages)
` [PATCH 2/2] Input: imx_keypad - Omit error message devm_kzalloc() failure


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