linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-02 04:50:48 to 2014-02-10 20:17:03 UTC [more...]

[PATCH 1/2] gpio: adp5588 - use "unsigned" for the setup and teardown callbacks
 2014-02-10 20:17 UTC  (4+ messages)
` [PATCH 2/2] gpio: adp5588 - add support for gpio names

[PATCH 1/2] gpio: adp5588: get value from data out when dir is out
 2014-02-10 20:16 UTC  (3+ messages)
` [PATCH 2/2] input: adp5588-keys: "

[PATCH 00/14] HID: low-level transport cleanup, round 2
 2014-02-10 17:58 UTC  (15+ messages)
` [PATCH 01/14] HID: uHID: remove duplicated code
` [PATCH 02/14] HID: uHID: implement .raw_request
` [PATCH 03/14] HID: core: implement generic .request()
` [PATCH 04/14] HID: i2c-hid: implement ll_driver transport-layer callbacks
` [PATCH 05/14] HID: i2c-hid: use generic .request() implementation
` [PATCH 06/14] HID: usbhid: change return error of usbhid_output_report
` [PATCH 07/14] HID: input: hid-input remove hid_output_raw_report call
` [PATCH 08/14] HID: logitech-dj: "
` [PATCH 09/14] HID: replace hid_output_raw_report with hid_hw_raw_request for feature requests
` [PATCH 10/14] HID: wiimote: replace hid_output_raw_report with hid_hw_output_report for output requests
` [PATCH 11/14] HID: sony: remove hid_output_raw_report calls
` [PATCH 12/14] HID: hidraw: replace hid_output_raw_report() calls by appropriates ones
` [PATCH 13/14] HID: remove hid_output_raw_report
` [PATCH 14/14] HID: core: check parameters when sending/receiving data from the device

Re: [PATCH] Introduce Naming Convention in Input Subsystem
 2014-02-10 15:54 UTC  (7+ messages)

[PATCH 1/4] input: mc13783: Make mc13xxx_buttons_platform_data more flexible
 2014-02-10 11:29 UTC  (2+ messages)

[PATCH 4/4] input: mc13783: Add MC13892 support
 2014-02-10 11:23 UTC  (2+ messages)

[PATCH] input: sirfsoc-onkey - report onkey untouch event by detecting pin status
 2014-02-10 10:07 UTC 

[PATCH 2/4] input: mc13783: Use module_platform_driver_probe()
 2014-02-10  7:18 UTC  (2+ messages)

[PATCH 3/4] input: mc13783: Prepare driver to support MC13892
 2014-02-10  4:22 UTC 

[PATCH 2/2] input: gpio_keys: Convert to devm-* API
 2014-02-10  4:22 UTC 

[PATCH v2 2/2] input: clps711x-keypad: dts: Add bindings documentation
 2014-02-10  4:22 UTC 

[PATCH 1/2] input: gpio_keys_polled: Convert to devm-* API
 2014-02-10  4:22 UTC 

[PATCH v2 1/2] input: Add new driver for ARM CLPS711X keypad
 2014-02-10  4:22 UTC 

[PATCH RESEND] input: Add commonly used event types
 2014-02-10  4:21 UTC 

[PATCH 0/7] Remove HAVE_PWM config option
 2014-02-10  1:16 UTC  (3+ messages)
` [PATCH 5/7] Input: max8997_haptic: remove HAVE_PWM dependencies
` [PATCH 6/7] Input: pwm-beepe: "

[PATCH 0/3] input: appletouch: fixes for jagged/uneven cursor movement
 2014-02-09 12:16 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] input: appletouch: parametrize and set saner defaults for fuzz and threshold
  ` [PATCH v2 2/3] input: appletouch: use better cursor movement smoothing algorithm
  ` [PATCH v2 3/3] input: appletouch: fix jumps when additional fingers are detected

[PATCH 1/2] hid: hid-sensor-hub: Add selector api
 2014-02-08 11:49 UTC  (4+ messages)
` [PATCH 2/2] iio: hid-sensor-hub: Remove hard coded indexes

[PATCH v2 00/10] Use regmap+devm+DT in pm8xxx input drivers
 2014-02-07 21:08 UTC  (5+ messages)
` [PATCH v2 02/10] genirq: Add devm_request_any_context_irq()

PROBLEM: [Dell LATITUDE E7440] ALPS touchpad events are not routed into /dev/input/mice and /dev/input/mouseX
 2014-02-07 17:44 UTC  (4+ messages)

ShuttlePROv2 jog dial reports EV_REL events with absolute position event values; pos 0 events get dropped
 2014-02-07  7:51 UTC 

Fwd: FW: Dell Latitude E7440 - ALPS touchpad keeps having state reset
 2014-02-07  7:46 UTC 

[PATCH 00/15] Input: synaptics-rmi4 - cleanup and add DT support
 2014-02-07  1:47 UTC  (51+ messages)
` [PATCH 01/15] Input: synaptics-rmi4 - fix checkpatch.pl, sparse and GCC warnings
  ` [PATCH 02/15] Input: synaptics-rmi4 - don't kfree devm_ alloced memory
    ` [PATCH 03/15] Input: synaptics-rmi4 - don't free devices directly
      ` [PATCH 04/15] Input: synaptics-rmi4 - remove sensor name from platform data
        ` [PATCH 05/15] Input: synaptics-rmi4 - remove gpio handling and polling
          ` [PATCH 06/15] Input: synaptics-rmi4 - remove platform suspend callbacks
            ` [PATCH 07/15] Input: synaptics-rmi4 - remove remaining debugfs code
              ` [PATCH 08/15] Input: synaptics-rmi4 - cleanup platform data
                ` [PATCH 09/15] Input: synaptics-rmi4 - remove unused defines and variables
                  ` [PATCH 10/15] Input: synaptics-rmi4 - add devicetree support
                    ` [PATCH 11/15] Input: synaptics-rmi4 - add regulator support
                      ` [PATCH 12/15] Input: synaptics-rmi4 - don't immediately set page on probe
                        ` [PATCH 13/15] Input: synaptics-rmi4 - properly set F01 container on PDT scan
                          ` [PATCH 14/15] Input: synaptics-rmi4 - ensure we have IRQs before reading status
                            ` [PATCH 15/15] Input: synaptics-rmi4 - correct RMI4 spec url

[PATCH v2] Input: add i2c/smbus driver for elan touchpad
 2014-02-07  0:21 UTC  (3+ messages)

[PATCH v2] Input: add i2c/smbus driver for elan touchpad
 2014-02-07  0:10 UTC  (2+ messages)

PROBLEM: [Dell LATITUDE E7440] ALPS touchpad events are not routed into /dev/input/mice and /dev/input/mouseX
 2014-02-06 17:37 UTC 

[PATCH] HID: Add Apple wireless keyboard 2011 JIS model support
 2014-02-06 13:45 UTC  (4+ messages)

keyboard problems on Dell Latitude E6230
 2014-02-06  9:13 UTC 

[PATCH] HID: hid-sony Report actual brightness value when reading LED
 2014-02-06  8:46 UTC  (2+ messages)

[PATCH] input synaptics-rmi4: rmi_driver.c tidying
 2014-02-06  6:07 UTC  (2+ messages)

[PATCH 0/7] Input: xpad: Fix wireless controller connection and leds
 2014-02-06  3:11 UTC  (16+ messages)
` [PATCH 2/7] Input: xpad: set the LEDs properly on XBox Wireless controllers
` [PATCH 4/7] Input: xpad: Set the correct LED number
` [PATCH 5/7] Input: xpad: disconnect all Wireless controllers at init
` [PATCH 6/7] Input: xpad: handle "present" and "gone" correctly
` [PATCH 7/7] Input: xpad: properly name the LED class devices

[PATCH] input: synaptics-rmi4 - Count IRQs before creating functions; save F01 container
 2014-02-06  1:28 UTC  (5+ messages)

[PATCH v3] input synaptics-rmi4: PDT scan cleanup
 2014-02-06  1:13 UTC  (2+ messages)

[PATCH v3 0/6] HID: sony: Add full Bluetooth support for the Dualshock 4
 2014-02-06  1:03 UTC  (7+ messages)
` [PATCH v3 1/6] HID: sony: Use low-level transport driver functions
` [PATCH v3 2/6] HID: sony: Add modified Dualshock 4 Bluetooth HID descriptor
` [PATCH v3 3/6] HID: sony: Add Dualshock 4 Bluetooth output report formatting
` [PATCH v3 4/6] HID: sony: Add Dualshock 4 Bluetooth battery and touchpad parsing
` [PATCH v3 5/6] HID: sony: Set initial battery level to 100% to avoid false low battery warnings
` [PATCH v3 6/6] HID: sony: Add conditionals to enable all features in Bluetooth mode

[PATCH v2 0/9] HID: spring cleanup v2
 2014-02-05 21:33 UTC  (10+ messages)
` [PATCH v2 1/9] HID: add inliners for ll_driver transport-layer callbacks
` [PATCH v2 2/9] HID: logitech-dj: remove hidinput_input_event
` [PATCH v2 3/9] HID: HIDp: remove hidp_hidinput_event
` [PATCH v2 4/9] HID: remove hidinput_input_event handler
` [PATCH v2 5/9] HID: HIDp: remove duplicated coded
` [PATCH v2 6/9] HID: usbhid: remove duplicated code
` [PATCH v2 7/9] HID: remove hid_get_raw_report in struct hid_device
` [PATCH v2 8/9] HID: introduce helper to access hid_output_raw_report()
` [PATCH v2 9/9] HID: Add HID transport driver documentation

BUG: HID: hid-sony - LEDs on 3rd party controller
 2014-02-05 18:10 UTC 

[PATCH] Bluetooth: hidp: make sure input buffers are big enough
 2014-02-05 15:49 UTC  (13+ messages)

[PATCH 0/5] Add ff-memless-next and make hid-lg4ff use it
 2014-02-05  9:35 UTC  (10+ messages)
` [PATCH 1/5] Add ff-memless-next
  ` [PATCH 2/5] Port hid-lg4ff to ff-memless-next
    ` [PATCH 3/5] Add support for periodic effects in hid-lg4ff
      ` [PATCH 4/5] Add support for ramp effect "
        ` [PATCH 5/5] Remove the note that no driver currently uses ff-memless-next

[PATCH v3] input: synaptics-rmi4 - Count IRQs before creating functions; save F01 container
 2014-02-05  2:40 UTC 

[PATCH] drivers: hid: hid-wiimote-modules: fixed code style errors
 2014-02-05  0:45 UTC 

[PATCH] drivers: hid: hid-wiimote-modules: fixed code style errors
 2014-02-05  0:18 UTC  (2+ messages)

[PATCHv6] staging/iio/adc: change the MXS touchscreen driver implementation
 2014-02-04 23:45 UTC  (4+ messages)

[PATCH 00/05] input: RMI4 Synaptics RMI4 Touchscreen Driver
 2014-02-04 20:20 UTC  (3+ messages)

[REPORT] i8042 keyboard IRQ lockup (non-permanent!), on 3.8.0-34 (Ubuntu LTS) x86_64
 2014-02-04 15:29 UTC 

[PATCH] HID: Kconfig updates for the Sony module
 2014-02-04 14:24 UTC  (2+ messages)

[PATCH] HID: Add Apple wireless keyboard 2011 JIS model support
 2014-02-04  7:03 UTC  (3+ messages)

Dear Web-mail User::
 2014-02-03 20:19 UTC 

[PATCH 00/11] HID: spring cleaning
 2014-02-03 19:19 UTC  (30+ messages)
` [PATCH 01/11] HID: uHID: implement .raw_request
` [PATCH 02/11] HID: i2c-hid: implement ll_driver transport-layer callbacks
` [PATCH 03/11] HID: add inliners for "
` [PATCH 04/11] HID: logitech-dj: remove hidinput_input_event
` [PATCH 05/11] HID: HIDp: remove hidp_hidinput_event
` [PATCH 06/11] HID: remove hidinput_input_event handler
` [PATCH 07/11] HID: HIDp: remove duplicated coded
` [PATCH 08/11] HID: usbhid: remove duplicated code
` [PATCH 09/11] HID: remove hid_get_raw_report in struct hid_device
` [PATCH 10/11] HID: introduce helper to access hid_output_raw_report()

[PATCH 0/6] HID: Add a stable method for retrieving the client MAC address of a HID device
 2014-02-03 18:33 UTC  (12+ messages)

[PATCH] HID: Add HID transport driver documentation
 2014-02-03 17:02 UTC  (6+ messages)

[PATCH v2 0/6] HID: sony: Add full Dualshock 4 support in Bluetooth mode
 2014-02-03 16:31 UTC  (7+ messages)
` [PATCH v2 1/6] HID: sony: Use low-level transport driver functions
` [PATCH v2 3/6] HID: sony: Add Bluetooth output report formatting
` [PATCH v2 6/6] HID: sony: Add conditionals to enable all features in Bluetooth mode

[PATCH 2/3 RESEND] mfd: tc3589x: Reform device tree probing
 2014-02-03 11:02 UTC  (7+ messages)

[PATCH 0/4] input: Add support for special keys on ms office kb
 2014-02-03 10:12 UTC  (2+ messages)

[PATCH] HID: fix buffer allocations
 2014-02-03 10:03 UTC  (2+ messages)

[PATCH] HID: hid-sensor-hub: quirk for STM Sensor hub
 2014-02-03  7:14 UTC 

[PATCH] Add Apple wireless keyboard 2011 JIS model support
 2014-02-03  5:19 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).