Re: [PATCH] HID: roccat: Fixed wrong sysfs attr size for koneplus tcu.

2012-11-18 Thread Jiri Kosina
On Sat, 17 Nov 2012, Stefan Achatz wrote: > More thorough testing revealed a typo in last koneplus cleanups. Applied. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: 3.7-rc3: mouses stopped working

2012-11-18 Thread Pavel Machek
Hi! > > That is correct and expected behavior. > > > > > So it seems to be "/dev/input/mice" issue. Does it work for you? > > > > Yes, it works for me properly (testing with rc4+, 1b42fc4 more precisely). > > Even after disconnect/reconnect cycle of USB mouse, I am getting events > > properly

[PATCH v4 4/4] input: misc: introduce retu-pwrbutton

2012-11-18 Thread Aaro Koskinen
Add Retu power button driver. Cc: linux-input@vger.kernel.org Acked-by: Felipe Balbi Signed-off-by: Aaro Koskinen Cc: Dmitry Torokhov --- drivers/input/misc/Kconfig | 10 drivers/input/misc/Makefile |1 + drivers/input/misc/retu-pwrbutton.c | 102 ++

Re: 3.7-rc3: mouses stopped working

2012-11-18 Thread Krzysztof Mazur
On Sun, Nov 18, 2012 at 12:56:38AM -0800, Dmitry Torokhov wrote: > > Input: mousedev - move /deb/input/mice to teh correct minor s/teh/the/ ?? > > From: Dmitry Torokhov > > When doing conversion to dynamic input numbers I inadvertently moved > /dev/input/mice form c,13,63 to c,13,31. We need

[PATCH] Input: mousedev - fix /dev/input/mice minor number

2012-11-18 Thread Krzysztof Mazur
The mousedev always used relative minor number 31 for MOUSEDEV_MIX (/dev/input/mice), but alsolute minor number was 63. Commit 7f8d4cad1e4e11a45d02bd6e024cc2812963c38a ("Input: extend the number of event (and other) devices") changed it to 31 alsolute minor number. Signed-off-by: Krzysztof Mazur

Re: 3.7-rc3: mouses stopped working

2012-11-18 Thread Dmitry Torokhov
On Fri, Nov 16, 2012 at 01:37:31PM +0100, Jiri Kosina wrote: > On Fri, 16 Nov 2012, Pavel Machek wrote: > > > > > root@amd:/tmp# uname -a > > > > Linux amd 3.7.0-rc5+ #236 SMP Thu Nov 15 20:07:26 CET 2012 i686 > > > > GNU/Linux > > > > root@amd:/tmp# cat /dev/input/mice > > > > cat: /dev/input/mi