messages from 2014-06-30 11:33:19 to 2014-07-11 13:30:44 UTC [more...]
[PATCH 00/15] Input - Wacom: switch from an USB to a HID driver
2014-07-11 13:30 UTC (28+ messages)
` [PATCH 01/15] Input - wacom: include and use linux/hid.h
` [PATCH 02/15] Input - wacom: switch from an USB driver to a HID driver
` [PATCH 03/15] Input - wacom: use hid communication instead of plain usb
` [PATCH 04/15] Input - wacom: use HID core to actually fetch the report descriptor
` [PATCH 05/15] Input - wacom: compute the HID report size to get the actual packet size
` [PATCH 06/15] Input - wacom: install LED/OLED sysfs files in the HID device instead of USB
` [Linuxwacom-devel] "
` [PATCH 07/15] Input - wacom: register the input devices on top of the HID one
` [PATCH 08/15] Input - wacom: remove usb dependency for siblings devices
` [PATCH 09/15] Input - wacom: register power device at the HID level
` [PATCH 10/15] Input - wacom: use hid_info instead of plain dev_info
` [PATCH 11/15] HID: uhid: add and set HID_TYPE_UHID for uhid devices
` [PATCH 12/15] Input - wacom: use in-kernel HID parser
` [PATCH 13/15] Input - wacom: use hidinput_calc_abs_res instead of duplicating its code
` [PATCH 14/15] Input - wacom: remove field pktlen declaration in the list of devices
` [PATCH 15/15] Input - wacom: keep wacom_ids ordered
` [Linuxwacom-devel] [PATCH 00/15] Input - Wacom: switch from an USB to a HID driver
[PATCH 0/5] Input - wacom: split out pad data from the stylus input device
2014-07-11 13:17 UTC (5+ messages)
` [PATCH 1/5] Input - wacom: create a separate input device for pads
` [Linuxwacom-devel] "
[PATCH 0/5] Input - wacom: battery enhancements and unifying hid-wacom and wacom
2014-07-11 13:13 UTC (8+ messages)
` [PATCH 1/5] Input - wacom: enhance Wireless Receiver battery reporting
` [PATCH 2/5] Input - wacom: use a specific name for the battery device
` [PATCH 3/5] Input - wacom: handle Graphire BT tablets in wacom.ko
` [PATCH 4/5] Input - wacom: handle Intuos 4 BT "
` [PATCH 5/5] HID: remove hid-wacom Bluetooth driver
[PATCH v2] Input: Add driver for Microchip's CAP1106
2014-07-11 10:06 UTC
[PATCH] Input: Add driver for Microchip's CAP1106
2014-07-11 9:47 UTC (3+ messages)
[PATCH] Input: Add Acer Aspire 5710 to nomux blacklist
2014-07-11 7:10 UTC (9+ messages)
[PATCH] GPIO button wth wakeup attribute is supposed to wake the system up
2014-07-10 21:37 UTC (15+ messages)
` [PATCH] PM / sleep / irq: Do not suspend wakeup interrupts
FW: elantech modification to use with new asus touchpads
2014-07-10 20:17 UTC
[PATCH] soc_button_array: fix the issue that button device can't be enumerated since 3.16-rc1
2014-07-10 6:24 UTC (6+ messages)
PS3 controller and vibration
2014-07-09 19:51 UTC (3+ messages)
[PATCH v4 1/6] mfd: fsl imx25 Touchscreen ADC driver
2014-07-09 16:47 UTC (4+ messages)
` [PATCH v4 2/6] input: touchscreen: imx25 tcq driver
[PATCH 1/1] drivers/input/touchscreen/edt-ft5x06.c: remove unnecessary null test before debugfs_remove_recursive
2014-07-09 16:46 UTC (2+ messages)
[PATCH 00/14] alps: bugfixes, cleanups and new hardware support
2014-07-09 15:24 UTC (15+ messages)
` [PATCH 01/14] alps: Fix rushmore packet decoding
` [PATCH 02/14] alps: Always report 2 fingers (or more) when receiving mt data on v3 models
` [PATCH 03/14] alps: process_bitmap: Don't invert the Y-axis on Rushmore
` [PATCH 04/14] alps: process_bitmap: Add alps_get_bitmap_points() helper function
` [PATCH 05/14] alps: process_bitmap: Fix counting of high point bits
` [PATCH 06/14] alps: process_bitmap: Round down when spreading adjescent fingers over 2 points
` [PATCH 07/14] alps: Use struct input_mt_pos to track coordinates
` [PATCH 08/14] alps: Use input_mt_assign_slots && input_mt_sync_frame instead of DIY
` [PATCH 09/14] alps: Use single touch data when v3 mt data contains only one finger
` [PATCH 10/14] alps: Add an alps_report_semi_mt_data function
` [PATCH 11/14] alps: Report 2 touches when we've > 2 fingers
` [PATCH 12/14] alps: Change decode function prototype to return an int
` [PATCH 13/14] alps: Cache firmware version
` [PATCH 14/14] alps: Add support for v7 devices
sistem yöneticisi
2014-07-09 12:45 UTC
[PATCH] Input: s3c2410_ts: Move to clk_prepare_enable/clk_disable_unprepare
2014-07-09 9:13 UTC (4+ messages)
[PATCH 1/2 v2] lib: int_sqrt: add int64_sqrt routine
2014-07-08 22:12 UTC (3+ messages)
[PATCH 1/1] input: remove unnecessary break after goto
2014-07-08 16:37 UTC
[PATCH 0/2] synaptics_usb trackpoint cursor movement improvements
2014-07-08 12:43 UTC (2+ messages)
[PATCH 00/15] atmel_mxt_ts - device tree, bootloader, etc
2014-07-08 12:28 UTC (19+ messages)
` [PATCH 01/15] Input: atmel_mxt_ts - initialise IRQ before probing
` [PATCH 02/15] Input: atmel_mxt_ts - move input device init into separate function
` [PATCH 03/15] Input: atmel_mxt_ts - set pointer emulation on touchpads
` [PATCH 04/15] Input: atmel_mxt_ts - implement device tree support
` [PATCH 05/15] Input: atmel_mxt_ts - download device config using firmware loader
` [PATCH 06/15] Input: atmel_mxt_ts - calculate and check CRC in config file
` [PATCH 07/15] Input: atmel_mxt_ts - use deep sleep mode when stopped
` [PATCH 08/15] Input: atmel_mxt_ts - handle APP_CRC_FAIL on startup
` [PATCH 09/15] Input: atmel_mxt_ts - handle bootloader previously unlocked
` [PATCH 10/15] Input: atmel_mxt_ts - add bootloader addresses for new chips
` [PATCH 11/15] Input: atmel_mxt_ts - recover from bootloader on probe
` [PATCH 12/15] Input: atmel_mxt_ts - add support for dynamic message size
` [PATCH 13/15] Input: atmel_mxt_ts - decode T6 status messages
` [PATCH 14/15] Input: atmel_mxt_ts - split message handler into separate functions
` [PATCH 15/15] Input: atmel_mxt_ts - implement T44 message handling
[PATCH] Input: st-keyscan - Fix 'defined but not used' compiler warnings
2014-07-08 8:47 UTC
(unknown)
2014-07-06 11:42 UTC
[PATCH] HID: cp2112: add I2C mode
2014-07-07 23:25 UTC (5+ messages)
` [PATCH v2] "
[PATCH] HID: cp2112: fix gpio value in gpio_direction_output
2014-07-07 16:01 UTC (4+ messages)
[PATCH] gpio_keys, twl4030-pwrbutton: stay awake for 1sec on resume
2014-07-07 10:42 UTC (7+ messages)
bad handling of HID input reports for a Delcom foot pedal
2014-07-06 20:52 UTC (3+ messages)
[PATCH] fix for jabra gn9350e (hid)
2014-07-05 6:58 UTC
Hello dear,
2014-07-04 14:27 UTC
[PATCH v3 14/14] input: cyapa: add function to monitor LID close event to off trackpad device
2014-07-04 11:15 UTC
[PATCH v3 13/14] input: cyapa: add gen5 trackpad device read firmware image and raw data functions support
2014-07-04 11:14 UTC
[PATCH v3 12/14] input: cyapa: add gen5 trackpad device baseline and calibrate functions support
2014-07-04 11:13 UTC
[PATCH v3 11/14] input: cyapa: add gen5 trackpad device firmware update function support
2014-07-04 11:12 UTC
[PATCH v3 10/14] input: cyapa: add gen5 trackpad device basic functions support
2014-07-04 11:10 UTC
[PATCH v3 9/14] input: cyapa: add gen3 trackpad device read firmware image function support
2014-07-04 11:09 UTC
[PATCH v3 8/14] input: cyapa: add gen3 trackpad device baseline and calibrate functions support
2014-07-04 11:08 UTC
[PATCH v3 7/14] input: cyapa: add gen3 trackpad device firmware update function support
2014-07-04 11:07 UTC
[PATCH v3 6/14] input: cyapa: add gen3 trackpad device basic functions support
2014-07-04 11:05 UTC
[PATCH v3 5/14] input: cyapa: add read firmware image and raw data interfaces in debugfs system
2014-07-04 10:48 UTC
[PATCH v3 4/14] input: cyapa: add cyapa key function interfaces in sysfs system
2014-07-04 10:47 UTC
[PATCH v3 3/14] input: cyapa: add cyapa driver runtime power management interfaces support
2014-07-04 10:45 UTC
[PATCH v3 2/14] input: cyapa: add cyapa driver power management interfaces support
2014-07-04 10:37 UTC
[PATCH v3 0/14] input: cyapa: re-architecture driver to support multi-trackpads in one driver
2014-07-04 10:26 UTC
[PATCH v3 1/14] input: cyapa: re-architecture driver to support multi-trackpads in one driver
2014-07-04 10:35 UTC
[PATCH 01/14] input: cyapa: re-architecture driver to support multi-trackpads in one driver
2014-07-04 10:28 UTC
[PATCH v2] Input: evdev - add event-mask API
2014-07-04 5:16 UTC (3+ messages)
` [PATCH v3] "
[PATCH 2/2 v3] HID: leds: move led_mode attribute to led-class devices in MSI GT683R driver
2014-07-03 18:28 UTC (12+ messages)
` [PATCH 2/2 v4] "
` [PATCH 2/2 v5] "
` [PATCH 1/2 v6] HID: gt683r: fix race condition
` [PATCH 2/2 v6] HID: gt683r: move mode attribute to led-class devices
[PATCH 0/3] arm imx25 touchscreen/ADC drivers
2014-07-03 17:57 UTC (8+ messages)
` Dust off the "arm imx25 touchscreen/ADC drivers" patch serie
` [PATCH v2 2/6] input: touchscreen: imx25 tcq driver
atmel_mxt_ts: defaulting irqflags to IRQF_TRIGGER_FALLING
2014-07-03 14:16 UTC (7+ messages)
[PATCH v7 0/5] Input: pixcir_i2c_ts: Add Type-B Multi-touch and DT support
2014-07-03 9:34 UTC (2+ messages)
[PATCH v2 0/10] Batch of cleanup patches for cros_ec
2014-07-03 7:32 UTC (5+ messages)
` [PATCH v2 07/10] mfd: cros_ec: cleanup: Remove EC wrapper functions
` [PATCH v2 10/10] mfd: cros_ec: move EC interrupt to cros_ec_keyb
[PATCH] Input - wacom: split out the pad device for the wireless receiver
2014-07-02 22:05 UTC (2+ messages)
[PATCH 2/2] HID: leds: move led_mode attribute to led-class devices in MSI GT683R driver
2014-07-02 8:56 UTC (12+ messages)
` [PATCH 2/2 v2] HID: leds: Use attribute-groups "
[PATCH v2] hid-appleir: Fix kernel panic due to null pointer
2014-07-01 22:21 UTC (5+ messages)
[PATCH] drivers/Makefile: always enter hid/ subdirectory
2014-07-01 16:04 UTC
[PATCH] synaptics: Add min/max quirk for pnp-id LEN2002 (Edge E531)
2014-07-01 10:40 UTC
[PATCH v2 0/14] input: cyapa: re-architecture driver to support multi-trackpads in one driver
2014-07-01 7:11 UTC (5+ messages)
[PATCH 00/13] leds: fix attribute-creation races
2014-06-30 23:06 UTC (4+ messages)
` [PATCH 11/13] input: lm8323: fix attribute-creation race
[PATCH 1/2] input: wacom: Support up to 2048 pressure levels with ISDv4
2014-06-30 21:46 UTC (2+ messages)
` [PATCH 2/2] input: wacom: Add support for 0x12C ISDv4 sensor
[PATCH v7 0/6] mfd: AXP20x: Add support for AXP202 and AXP209
2014-06-30 17:43 UTC (4+ messages)
` [PATCH v7 3/6] input: misc: Add driver for AXP20x Power Enable Key
[PATCH 0/4] Input: atmel_mxt_ts - make it work on Tegra
2014-06-30 16:11 UTC (11+ messages)
[PATCH] Fixes kernel panic with Null pointer in hid-appleir.c
2014-06-30 14:38 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).