Re: [PATCH 2/2] i2c-hid: remove mostly useless parameter 'debug'

2013-08-06 Thread Andy Shevchenko
On Mon, 2013-08-05 at 11:26 +0200, Jiri Kosina wrote: On Fri, 2 Aug 2013, Benjamin Tissoires wrote: With only one condition if dynamic debug is enabled in kernel. So, it would be nice to gather opinions, however, the decision is totally depends on type of user who wants to debug the

[PATCH 2/2] ARM: tegra: use dt-binding header for key code

2013-08-06 Thread Laxman Dewangan
In place of hardcoding the key code in DTS file and comment the key code as side notes, use the key code macro defines in the dt-bindings/input/input.h directly. Signed-off-by: Laxman Dewangan ldewan...@nvidia.com --- arch/arm/boot/dts/tegra114-dalmore.dts |9 + 1 files changed, 5

Re: [PATCH 2/2] ARM: tegra: use dt-binding header for key code

2013-08-06 Thread Stephen Warren
On 08/06/2013 08:12 AM, Laxman Dewangan wrote: In place of hardcoding the key code in DTS file and comment the key code as side notes, use the key code macro defines in the dt-bindings/input/input.h directly. This one also looks fine to me. I'll wait for an updated version that converts

Re: [PATCH 2/2] HID: hid-logitech-dj, querying_devices was never set

2013-08-06 Thread Sune Mølgaard
Being affected by this bug, I can confirm that Linux 3.11-rc4 still exhibits the unwanted behaviour for me, but that commenting out the single line from the second patch makes it work. Thus, for requesting a revert on that line, you are most welcome to put me down as a Tested-By. Best regards,

List corruption in hidraw_release in 3.11-rc4

2013-08-06 Thread Peter Wu
Hi, While debugging upowerd (with Logitech Unifying receiver via hidraw), I came across this list corruption warning. It probably has something to do with me removing the receiver and re-inserting it while the file descriptor to /dev/hidraw0 was still open. journalctl excerpt is on the bottom of

Re: List corruption in hidraw_release in 3.11-rc4

2013-08-06 Thread Jiri Kosina
On Tue, 6 Aug 2013, Peter Wu wrote: While debugging upowerd (with Logitech Unifying receiver via hidraw), I came across this list corruption warning. Peter, does the patch below fix the problem you are seeing? --- drivers/hid/hidraw.c |2 +- 1 files changed, 1 insertions(+), 1