linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-11 21:53:18 to 2014-07-19 23:09:14 UTC [more...]

[PATCH] input: Add support for Wacom protocol 4 serial tablets
 2014-07-19 23:09 UTC  (4+ messages)

[PATCH 0/5] Input - wacom: battery enhancements and unifying hid-wacom and wacom
 2014-07-19 21:15 UTC  (2+ messages)

Power-managing devices that are not of interest at some point in time
 2014-07-19 20:19 UTC  (38+ messages)

[PATCH RESEND 0/5] Evdev Extensions
 2014-07-19 13:10 UTC  (6+ messages)
` [PATCH RESEND 1/5] Input: evdev - add event-mask API
` [PATCH RESEND 2/5] Input: uinput - uinput_validate_absbits() cleanup
` [PATCH RESEND 3/5] Input: uinput - add UI_GET_VERSION ioctl
` [PATCH RESEND 4/5] Input: uinput - add new UINPUT_DEV_SETUP ioctl
` [RFC RESEND 5/5] Input: evdev - add new EVIOCGABSRANGE ioctl

[PATCH 1/2] input: wacom: Support up to 2048 pressure levels with ISDv4
 2014-07-18 23:12 UTC  (2+ messages)

[PATCH] drivers: Let several drivers depends on HAS_IOMEM for 'devm_ioremap_resource'
 2014-07-18 18:02 UTC  (59+ messages)

[PATCH v2] HID: rmi: check that report ids exist in the report_id_hash before accessing their size
 2014-07-18 13:07 UTC  (4+ messages)
` [PATCH] HID: rmi: only bind the hid-rmi driver to the mouse interface of composite USB devices

[PATCH v4 0/4] Add support for Lenovo Compact Keyboard
 2014-07-18  9:35 UTC  (11+ messages)
` [PATCH v4 1/4] Rename hid-lenovo-tpkbd to hid-lenovo
` [PATCH v4 2/4] Make all base functions switch depending on product ID
` [PATCH v4 3/4] Style fixes
` [PATCH v4 4/4] Add support for Compact (Bluetooth|USB) keyboard with Trackpoint

[PATCH] HID: i2c-hid: call the hid driver's suspend and resume callbacks
 2014-07-17 17:00 UTC  (2+ messages)

[PATCH] HID: rmi: check that report ids exist in the report_id_hash before accessing their size
 2014-07-17 16:07 UTC  (2+ messages)

[PATCH v4] Input: Add driver for Microchip's CAP1106
 2014-07-17  7:55 UTC  (4+ messages)

[PATCH v4 14/14] input: cyapa: add function to monitor LID close event to off trackpad device
 2014-07-17  7:00 UTC 

[PATCH v4 13/14] input: cyapa: add gen5 trackpad device read firmware image and raw data functions support
 2014-07-17  6:59 UTC 

[PATCH v4 12/14] input: cyapa: add gen5 trackpad device baseline and calibrate functions support
 2014-07-17  6:59 UTC 

[PATCH v4 11/14] input: cyapa: add gen5 trackpad device firmware update function support
 2014-07-17  6:58 UTC 

[PATCH v4 10/14] input: cyapa: add gen5 trackpad device basic functions support
 2014-07-17  6:57 UTC 

[PATCH v4 9/14] input: cyapa: add gen3 trackpad device read firmware image function support
 2014-07-17  6:56 UTC 

[PATCH v4 8/14] input: cyapa: add gen3 trackpad device baseline and calibrate functions support
 2014-07-17  6:55 UTC 

[PATCH v4 7/14] input: cyapa: add gen3 trackpad device firmware update function support
 2014-07-17  6:54 UTC 

[PATCH v4 6/14] input: cyapa: add gen3 trackpad device basic functions support
 2014-07-17  6:53 UTC 

[PATCH v4 5/14] input: cyapa: add read firmware image and raw data interfaces in debugfs system
 2014-07-17  6:52 UTC 

[PATCH v4 4/14] input: cyapa: add cyapa key function interfaces in sysfs system
 2014-07-17  6:51 UTC 

[PATCH v4 3/14] input: cyapa: add cyapa driver runtime power management interfaces support
 2014-07-17  6:49 UTC 

[PATCH v4 2/14] input: cyapa: add cyapa driver power management interfaces support
 2014-07-17  6:48 UTC 

[PATCH v4 1/14] input: cyapa: re-architecture driver to support multi-trackpads in one driver
 2014-07-17  6:47 UTC 

[PATCH v4 0/14] input: cyapa: re-architecture driver to support multi-trackpads in one driver
 2014-07-17  6:45 UTC 

[RFC] edt-ft5x06 - cannot see IRQ Qfrom device after DT probe
 2014-07-16 10:01 UTC  (2+ messages)

[PATCH] GPIO button wth wakeup attribute is supposed to wake the system up
 2014-07-16  0:45 UTC  (7+ messages)
  ` [PATCH] PM / sleep / irq: Do not suspend wakeup interrupts

[PATCH v2 00/23] Wacom queued patches
 2014-07-15 18:45 UTC  (24+ messages)
` [PATCH v2 01/23] Revert "Input: wacom - testing result shows get_report is unnecessary."
` [PATCH v2 02/23] Input - wacom: assign phys field from struct wacom into input_dev
` [PATCH v2 03/23] Input - wacom: create a separate input device for pads
` [PATCH v2 04/23] Input - wacom: split out the pad device for Intuos/Cintiq
` [PATCH v2 05/23] Input - wacom: split out the pad device for Bamboos
` [PATCH v2 06/23] Input - wacom: split out the pad device for DTUS
` [PATCH v2 07/23] Input - wacom: split out the pad device for Graphire G4 and MO
` [PATCH v2 08/23] Input - wacom: split out the pad device for the wireless receiver
` [PATCH v2 09/23] Input - wacom: include and use linux/hid.h
` [PATCH v2 10/23] Input - wacom: switch from an USB driver to a HID driver
` [PATCH v2 11/23] Input - wacom: use hid communication instead of plain usb
` [PATCH v2 12/23] Input - wacom: use HID core to actually fetch the report descriptor
` [PATCH v2 13/23] Input - wacom: compute the HID report size to get the actual packet size
` [PATCH v2 14/23] Input - wacom: install LED/OLED sysfs files in the HID device instead of USB
` [PATCH v2 15/23] Input - wacom: register the input devices on top of the HID one
` [PATCH v2 16/23] Input - wacom: remove usb dependency for siblings devices
` [PATCH v2 17/23] Input - wacom: register power device at the HID level
` [PATCH v2 18/23] Input - wacom: use hid_info instead of plain dev_info
` [PATCH v2 19/23] Input - wacom: use in-kernel HID parser
` [PATCH v2 20/23] Input - wacom: use hidinput_calc_abs_res instead of duplicating its code
` [PATCH v2 21/23] Input - wacom: remove field pktlen declaration in the list of devices
` [PATCH v2 22/23] Input - wacom: keep wacom_ids ordered
` [PATCH v2 23/23] Input - wacom: Move the USB (now hid) Wacom driver in drivers/hid

[PATCH] HID: rmi: add additional checks for the existence of optional queries in order to compute the address of Query 12
 2014-07-15 19:07 UTC  (4+ messages)
` [PATCH] HID: rmi: change logging level of log messages related to unexpected reports

[PATCH v2] Input: Add driver for Microchip's CAP1106
 2014-07-15 17:17 UTC  (8+ messages)

[PATCH v5] Input: Add driver for Microchip's CAP1106
 2014-07-15 11:30 UTC 

[PATCH v3 1/2] elantech: Add support for trackpoint found on some v3 models
 2014-07-14 19:03 UTC  (3+ messages)
` [PATCH v4 0/2] Input: Support in the elantech driver of the trackpoint present on for instance Lenovo L530

USB reset xhci_hcd for ELAN touchscreen
 2014-07-14 18:25 UTC 

[PATCH] Input: ambakmi - Use managed interfaces
 2014-07-13 18:29 UTC  (5+ messages)

[PATCH] drivers/input/serio/Kconfig: Let SERIO_ARC_PS2 and SERIO_OLPC_APSP depend on HAS_IOMEM
 2014-07-13 12:00 UTC 

[PATCH] input: driver for touchscreen on iPaq h3xxx
 2014-07-13  2:59 UTC  (2+ messages)

Synaptics touchpad - lost sync
 2014-07-12 14:37 UTC 

[PATCH v3] Input: Add driver for Microchip's CAP1106
 2014-07-11 22:49 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).