linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-08-22 21:45:42 to 2012-09-03 17:08:36 UTC [more...]

[PATCH v3 v3 00/20] Input and HID updates for 3.7
 2012-09-03 17:08 UTC  (28+ messages)
` [PATCH v3 01/20] Input: Break out MT data
` [PATCH v3 02/20] Input: Improve the events-per-packet estimate
` [PATCH v3 03/20] Input: Make sure we follow all EV_KEY events
` [PATCH v3 04/20] Input: Move autorepeat to the event-passing phase
` [PATCH v3 05/20] Input: Send events one packet at a time
` [PATCH v3 06/20] Input: evdev - Add the events() callback
` [PATCH v3 07/20] Input: MT - Add flags to input_mt_init_slots()
` [PATCH v3 08/20] Input: MT - Handle frame synchronization in core
` [PATCH v3 09/20] Input: MT - Add in-kernel tracking
` [PATCH v3 10/20] Input: MT - Get slot by key
` [PATCH v3 11/20] Input: bcm5974 - only setup button urb for TYPE1 devices
` [PATCH v3 12/20] Input: bcm5974 - Preparatory renames
` [PATCH v3 13/20] Input: bcm5974 - Drop pressure and width emulation
` [PATCH v3 14/20] Input: bcm5974 - Drop the logical dimensions
` [PATCH v3 15/20] Input: bcm5974 - Convert to MT-B
` [PATCH v3 16/20] HID: Only dump input if someone is listening
` [PATCH v3 17/20] HID: Add an input configured notification callback
` [PATCH v3 19/20] HID: hid-multitouch: Remove the redundant touch state
` [PATCH 20/20] HID: hid-multitouch: Add missing contact count detection

[PATCH] Input: usbtouchscreen - initialize eGalax devices
 2012-09-03 13:26 UTC  (11+ messages)
                    ` [PATCH resend] "

[RFC ebeam PATCH v4 0/2] new USB eBeam input driver
 2012-09-03 12:59 UTC  (10+ messages)
` [RFC ebeam PATCH v4 1/2] hid: Blacklist eBeam devices
` [RFC ebeam PATCH v4 2/2] input: misc: New USB eBeam input driver

[PATCH] hid: Remove "default m" from HID_LOGITECH_DJ
 2012-09-03 12:49 UTC  (2+ messages)

input0: bad kobj_uevent_env content in show_uevent()
 2012-09-03  7:01 UTC  (7+ messages)

Build regressions/improvements in v3.6-rc4
 2012-09-02  9:33 UTC 

[PATCH v3 18/20] HID: hid-multitouch: Simplify setup and frame synchronization
 2012-09-02  9:34 UTC 

[eBeam PATCH 0/2] new USB eBeam input driver
 2012-09-01 22:52 UTC  (3+ messages)
` [eBeam PATCH 1/2] hid: Blacklist eBeam devices
` [eBeam PATCH 2/2] input: misc: New USB eBeam input driver

make randconfig issue with v3.6-rc3-241-g7a611e6 and config #2:
 2012-09-01 18:14 UTC 

[RFC PATCH 0/8] DA906x PMIC driver
 2012-08-31 17:16 UTC  (19+ messages)
` [PATCH 1/8] mfd: Add Dialog DA906x core driver
  ` [RFC PATCH 2/8] regulator: Add Dialog DA906x voltage regulators support
    ` [RFC PATCH 3/8] rtc: Add RTC driver for DA906x PMIC
      ` [RFC PATCH 4/8] hwmon: Add DA906x hardware monitoring support
        ` [RFC PATCH 5/8] input: Add support for DA906x PMIC OnKey detection
          ` [RFC PATCH 6/8] input: Add support for DA906x vibration motor driver
            ` [RFC PATCH 7/8] watchdog: Add DA906x PMIC watchdog driver
              ` [RFC PATCH 8/8] leds: Add DA906x PMIC LED driver
          ` [PATCH] regulator: Fix bug in regulator_mode_to_status() core function

[PATCH] Input: s3c2410_ts: Make s3c_ts_pmops const
 2012-08-31 14:51 UTC  (2+ messages)

[PATCH 8/8] input: ab8500-ponkey: Rely on MFD core to convert IRQs to virtual
 2012-08-31 14:50 UTC  (9+ messages)

[PATCH RESEND #2] dj: memory scribble in logi_dj
 2012-08-31 11:06 UTC 

[PATCH v2 0/5] Support for TSC/ADC MFD driver
 2012-08-31 10:39 UTC  (8+ messages)
` [PATCH v2 1/5] input: TSC: ti_tscadc: Rename the existing touchscreen driver
` [PATCH v2 2/5] MFD: ti_tscadc: Add support for TI's TSC/ADC MFDevice
` [PATCH v2 3/5] input: TSC: ti_tsc: Convert TSC into a MFDevice
  ` [PATCH v2 4/5] IIO : ADC: tiadc: Add support of TI's ADC driver
` [PATCH v2 5/5] MFD: ti_tscadc: add suspend/resume functionality

[PATCH] Input: Let the FT5x06 driver build without debugfs
 2012-08-30 22:55 UTC  (7+ messages)

[git pull] Input updates for 3.6-rc4
 2012-08-30 22:53 UTC 

[PATCH v2 00/20] Input and HID updates for 3.7
 2012-08-30 18:34 UTC  (24+ messages)
` [PATCH 01/20] Input: bcm5974 - Only setup button urb for TYPE1 devices
` [PATCH 02/20] Input: Break out MT data
` [PATCH v2 03/20] Input: Improve the events-per-packet estimate
` [PATCH 04/20] Input: Remove redundant packet estimates
` [PATCH 05/20] Input: Make sure we follow all EV_KEY events
` [PATCH 06/20] Input: Move autorepeat to the event-passing phase
` [PATCH v2 07/20] Input: Send events one packet at a time
` [PATCH 08/20] Input: evdev - Add the events() callback
` [PATCH 09/20] Input: MT - Add flags to input_mt_init_slots()
` [PATCH v2 10/20] Input: MT - Handle frame synchronization in core
` [PATCH 11/20] Input: MT - Add in-kernel tracking
` [PATCH 12/20] Input: MT - Add slot assignment by id
` [PATCH 13/20] Input: bcm5974 - Preparatory renames
` [PATCH 14/20] Input: bcm5974 - Drop pressure and width emulation
` [PATCH 15/20] Input: bcm5974 - Drop the logical dimensions
` [PATCH 16/20] Input: bcm5974 - Convert to MT-B
` [PATCH 17/20] HID: Only dump input if someone is listening
` [PATCH 18/20] HID: Add an input configured notification callback
` [PATCH 19/20] HID: hid-debug: Show rdesc for unclaimed devices
` [PATCH v2 20/20] HID: multitouch: Remove the redundant touch state

[PATCH] pwm: Call pwm_enable() before pwm_config()
 2012-08-30  7:10 UTC  (10+ messages)
          ` [PATCH] pwm-imx: Fix config / enable / disable

[PATCH 00/19] Input and HID updates for 3.7
 2012-08-29 17:18 UTC  (13+ messages)
` [PATCH 06/19] Input: Send events one packet at a time
` [PATCH 07/19] Input: evdev - Add the events() callback
` [PATCH 19/19] HID: multitouch: Remove the redundant touch state
    ` [PATCH v2] "

[PATCH] Remap micmute to F20
 2012-08-29 15:56 UTC  (5+ messages)

[PATCH] Add Wacom product id
 2012-08-28 19:02 UTC  (2+ messages)

[PATCH 2/5] MFD: ti_tscadc: Add support for TI's TSC/ADC MFDevice
 2012-08-28 10:25 UTC  (3+ messages)

[PATCH 4/5] IIO : ADC: tiadc: Add support of TI's ADC driver
 2012-08-28 10:23 UTC  (3+ messages)

[PATCH] [RFC]Extcon: Change to add standard cable names in individual drivers
 2012-08-28  3:17 UTC 

[RFC PATCH 00/11] input: Synaptics RMI4 Touchscreen Driver
 2012-08-28  0:12 UTC  (30+ messages)
` [RFC PATCH 1/17] input: RMI4 public header file and documentation
` [RFC PATCH 2/17] input: RMI4 core bus and sensor drivers
` [RFC PATCH 3/17] input: RMI4 physical layer drivers for I2C and SPI
` [RFC PATCH 4/17] input: RMI4 configs and makefiles
` [RFC PATCH 5/17] input: rmidev character driver for RMI4 sensors
` [RFC PATCH 6/17] input: RMI4 firmware update
` [RFC PATCH 7/17] input: RMI4 F01 device control
` [RFC PATCH 8/17] input: RMI4 F09 Built-In Self Test
` [RFC PATCH 9/17] input: RMI4 F11 multitouch sensing
` [RFC PATCH 14/17] input: RMI4 F30 GPIO/LED control
` [RFC PATCH 17/17] input: RMI4 F54 analog data reporting

[PATCH 1/1] HID: uclogic: Add support for UC-Logic TWHA60
 2012-08-27 15:10 UTC  (2+ messages)

[PATCH] HID: hid-debug: Show rdesc for unclaimed devices
 2012-08-27 15:07 UTC  (2+ messages)

[PATCH] hid: Remove duplicate ID for QUANTA 3001 touchscreen
 2012-08-27 14:55 UTC  (3+ messages)

[PATCH] gpio-keys: register irq buttons from devtree
 2012-08-27  8:15 UTC 

[PATCH 1/4] Input: cyttsp4 - bus driver for Cypress TMA4XX touchscreen devices
 2012-08-27  5:49 UTC  (6+ messages)
` [PATCH 2/4] Input: cyttsp4 - core "

[PATCH] Input: bcm5974 - only setup button urb for TYPE1 devices
 2012-08-25 21:36 UTC 

[RFC PATCH 0/8] DA906x PMIC driver
 2012-08-24  8:32 UTC  (6+ messages)
` [PATCH 1/8] mfd: Add Dialog DA906x core driver
  ` [PATCH 2/8] regulator: Add Dialog DA906x voltage regulators support
    ` [PATCH 3/8] rtc: Add RTC driver for DA906x PMIC
      ` [PATCH 4/8] hwmon: Add DA906x hardware monitoring support
        ` [PATCH 5/8] input: Add support for DA906x PMIC OnKey detection

[PATCH] Input: keyboard: omap-keypad: Fixed coding style issue
 2012-08-24  0:20 UTC 

[PATCH] hid: Remove QUANTA from special drivers list
 2012-08-23 16:48 UTC  (5+ messages)

[PATCH 5/5] MFD: ti_tscadc: Add check on number of i/p channels
 2012-08-23 10:50 UTC 

[PATCH 3/5] input: TSC: ti_tsc: Convert TSC into a MFDevice
 2012-08-23 10:50 UTC 

[PATCH 1/5] input: TSC: ti_tscadc: Rename the existing touchscreen driver
 2012-08-23 10:49 UTC 

[PATCH 0/5] Support for TSC/ADC MFD driver
 2012-08-23 10:48 UTC 

[PATCH v2] input: dts: qt1070: add device tree support
 2012-08-23  8:50 UTC  (3+ messages)

[PATCH 1/2] Input: sentelic - filtering out erratic movement
 2012-08-22 22:30 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).