Re: [PATCH 1/2] Input: Add binding document for a generic ADC keypad

2015-03-29 Thread Andrew Bresticker
On Sat, Mar 28, 2015 at 7:03 AM, Jonathan Cameron ji...@kernel.org wrote: On 28/03/15 00:43, Andrew Bresticker wrote: Add a binding document for a generic ADC keypad. Buttons on an ADC keypad are connected in a resistor ladder to an ADC. The binding describes the mapping of ADC channel and

Re: [PATCH 1/2] Input: Add binding document for a generic ADC keypad

2015-03-29 Thread Andrew Bresticker
On Sat, Mar 28, 2015 at 9:00 PM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: On Fri, Mar 27, 2015 at 05:43:17PM -0700, Andrew Bresticker wrote: Add a binding document for a generic ADC keypad. Buttons on an ADC keypad are connected in a resistor ladder to an ADC. The binding describes

[PATCH] Input: atkbd: Fix release quirk for Dell models

2015-03-29 Thread Pali Rohár
This patch fixes commit 61579ba83934 (Input: atkbd - expand Latitude's force release quirk to other Dells). Before that commit release quirks were called for all Dell Latitude models. After that commit only for Portable Dell devices. But lot of Latitude models are Laptop or Notebook DMI devices so

RE: [PATCH v2 2/2] Support-Alps-Touchpad-SS4-device

2015-03-29 Thread Masaki Ota
Hi, Dmitry, It's OK. Best Regards, Masaki Ota Alps Electric Co., Ltd. Engineering Dept.M8 Tel:+86-21-5081-7575 ext:522 Fax:+86-21-5081-5252 E-mail masaki@jp.alps.com 差出人: Dmitry

Re: [PATCH 2/2] Input: Add driver for a generic ADC keypad

2015-03-29 Thread Andrew Bresticker
On Sat, Mar 28, 2015 at 7:02 AM, Jonathan Cameron ji...@kernel.org wrote: On 28/03/15 00:43, Andrew Bresticker wrote: Add a polled input driver for a keypad in which the buttons are connected in resistor ladders to an ADC. The IIO framework is used to claim and read the ADC channels.

[PATCH 41/86] input/keyboard: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- drivers/input/keyboard/hil_kbd.c | 2 +- drivers/input/keyboard/hilkbd.c | 2 +- 2 files changed, 2

[PATCH 81/86] input/serio: drop pci_ids dependency

2015-03-29 Thread Michael S. Tsirkin
This driver does not use any PCI IDs, don't include the pci_ids.h header. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- drivers/input/serio/gscps2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/input/serio/gscps2.c b/drivers/input/serio/gscps2.c index b7d0854..ecba666

[PATCH 42/86] input/serio: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- drivers/input/serio/gscps2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: Windows Precision Touchpad support

2015-03-29 Thread Michael Leuchtenburg
On Sun, Mar 29, 2015 at 11:23 AM, Michael Leuchtenburg mich...@slashhome.org wrote: Hi Benjamin, On Sat, Mar 28, 2015 at 8:09 PM, Benjamin Tissoires benjamin.tissoi...@gmail.com wrote: Hi Michael, On Sat, Mar 28, 2015 at 6:11 PM, Michael Leuchtenburg mich...@slashhome.org wrote: I have

Re: [PATCH 00/12] HID: hid-lg, hid-lg4ff: Mostly cleanup patches

2015-03-29 Thread Elias Vanderstuyft
On Sat, Mar 21, 2015 at 12:47 PM, Michal Malý madcatxs...@devoid-pointer.net wrote: Hello everyone, this is a mostly boring series that deals with a few inconsistencies in the code that have accumulated over the years. Besides that it patches up a handful of problems such a return values