Re: [PATCH] input: don't call input_dev_release_keys() in resume

2013-07-12 Thread Oskar Andero
On 09:46 Fri 05 Jul , Oskar Andero wrote: Hi Dmitry, On 18:33 Thu 04 Apr , Dmitry Torokhov wrote: Hi Oskar, On Thu, Mar 07, 2013 at 03:01:22PM +0100, oskar.and...@sonymobile.com wrote: From: Aleksej Makarov aleksej.maka...@sonymobile.com When waking up the platform by

[PATCH] HID: logitech-dj: use inlined helpers hid_hw_open/close

2013-07-12 Thread Benjamin Tissoires
Use the inlined helpers hid_hw_open/close instead of direct calls to -ll_driver-open() and -ll_driver-close(). Signed-off-by: Benjamin Tissoires benjamin.tissoi...@redhat.com --- drivers/hid/hid-logitech-dj.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

[PATCH] HID: multitouch: do not init reports for multitouch devices

2013-07-12 Thread Benjamin Tissoires
Some multitouch screens do not like to be polled for input reports. However, the Win8 spec says that all touches should be sent during each report, making the initialization of reports unnecessary. The Win7 spec is less precise, but we can safely assume that when the module is loaded (at boot), no

Re: [PATCH] HID: logitech-dj: use inlined helpers hid_hw_open/close

2013-07-12 Thread Jiri Kosina
On Fri, 12 Jul 2013, Benjamin Tissoires wrote: Use the inlined helpers hid_hw_open/close instead of direct calls to -ll_driver-open() and -ll_driver-close(). Signed-off-by: Benjamin Tissoires benjamin.tissoi...@redhat.com Applied, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from

[PATCH v3] Input: sysrq - DT binding for key sequences

2013-07-12 Thread mathieu . poirier
From: Mathieu J. Poirier mathieu.poir...@linaro.org Adding a simple device tree binding for the specification of key sequences. Definition of the keys found in the sequence are located in 'include/uapi/linux/input.h'. For the sysrq driver, holding the sequence of keys down for a specific amount

Re: [PATCH 2/2] Bluetooth: hidp: remove wrong send_report at init

2013-07-12 Thread Gustavo Padovan
Hi Benjamin, * Benjamin Tissoires benjamin.tissoi...@redhat.com [2013-07-11 15:41:30 +0200]: The USB hid implementation does retrieve the reports during the start. However, this implementation does not call the HID command GET_REPORT (which would fetch the current status of each report), but

[PATCH] input: twl6040-vibra: Remove support for legacy (pdata) mode

2013-07-12 Thread Peter Ujfalusi
TWL6040 is used only with OMAP4/5 SoCs and they can only boot in in DT mode. The support for pdata/legacy boot can be removed. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com --- drivers/input/misc/twl6040-vibra.c | 41 ++ 1 file changed, 15 insertions(+),

[PATCH] HID: kye: Add report fixup for Genius Gx Imperator Keyboard

2013-07-12 Thread Benjamin Tissoires
Genius Gx Imperator Keyboard presents the same problem in its report descriptors than Genius Gila Gaming Mouse. Use the same fixup for both. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=928561 Reported-and-tested-by: Honza Brazdil jbraz...@redhat.com Signed-off-by: Benjamin Tissoires

Re: [PATCH 2/2] Bluetooth: hidp: remove wrong send_report at init

2013-07-12 Thread Benjamin Tissoires
On 07/12/2013 12:09 PM, Gustavo Padovan wrote: Hi Benjamin, * Benjamin Tissoires benjamin.tissoi...@redhat.com [2013-07-11 15:41:30 +0200]: The USB hid implementation does retrieve the reports during the start. However, this implementation does not call the HID command GET_REPORT (which

[PATCH v2 2/3] input: mc13783: Add MC13892 support

2013-07-12 Thread Alexander Shiyan
Signed-off-by: Alexander Shiyan shc_w...@mail.ru --- drivers/input/misc/Kconfig | 6 +++--- drivers/input/misc/mc13783-pwrbutton.c | 10 +- include/linux/mfd/mc13892.h| 4 3 files changed, 16 insertions(+), 4 deletions(-) diff --git

[PATCH v2 3/3] input: mc13783: Add DT probe support

2013-07-12 Thread Alexander Shiyan
Patch adds DT support for MC13783/MC13892 PMICs. Signed-off-by: Alexander Shiyan shc_w...@mail.ru --- Documentation/devicetree/bindings/mfd/mc13xxx.txt | 13 + drivers/input/misc/mc13783-pwrbutton.c| 59 ++- 2 files changed, 59 insertions(+), 13 deletions(-)