Re: 3.5.1 hid_generic causes mouse locking until a button is clicked

2012-08-13 Thread Oliver Neukum
On Sunday 12 August 2012 18:16:22 Dâniel Fraga wrote: I mean, it seems that with kernel 3.4 simply moving the mouse would wake up the usb port and now with kernel 3.5 it only works if I press a button. So, kernel 3.5 is supposed to wake up the usb port when we move the mouse or

Re: [RFC ebeam PATCH v2 3/3] input: misc: New USB eBeam input driver.

2012-08-13 Thread Jiri Kosina
On Fri, 3 Aug 2012, Yann Cantin wrote: +#include linux/hid.h As this driver is not a HID bus driver, why do you need this include? Cinder, removed +#define DRIVER_VERSIONv0.7 I don't think we need to be tracking driver versions for newly submitted drivers, git is much

Re: 3.5.1 hid_generic causes mouse locking until a button is clicked

2012-08-13 Thread Dâniel Fraga
On Mon, 13 Aug 2012 08:30:35 +0200 Oliver Neukum oneu...@suse.de wrote: The kernel doesn't do this. Mice are told to wake up when they have input data. They decide themselves what data should be collected while they sleep. The USB HID spec offers no way to learn what will wake up a device. In

[Query] Best place inside kernel for mobile sensors?

2012-08-13 Thread Aguirre Rodriguez, Sergio A
Hi all, I'm pretty new to the input device drivers, and trying to understand the right place for the following sensor types: - Accelerometer - Gyroscope - Barometer Would it be appropriate to have them all under drivers/input/misc? Thanks in advance for any response, and sorry if this is

[PATCH 1/1] Input: joydev - fix axes values sent in initial js_event

2012-08-13 Thread Vojtech Bocek
Initial input event has not yet arrived in joydev_connect() where values are set, which means default values of input_absinfo are used for init event, not the actual values from joystick. Signed-off-by: Vojtech Bocek vbo...@gmail.com --- drivers/input/joydev.c |9 +++-- 1 file changed, 7

Re: [PATCH 0/7] HID: picoLCD updates

2012-08-13 Thread Tejun Heo
Hello, On Thu, Aug 09, 2012 at 08:09:47PM +0200, Bruno Prémont wrote: As you are working on workqueues and related code, could you have a look at my usage of them in combination with db_defio? The delayed memory corruptions or system reboots after unbinding/unplugging the PicoLCD seem very

[PATCH v3 1/1] HID:hid-multitouch: Add ELAN production request when resume.

2012-08-13 Thread Scott Liu
Add ELAN production request when resume Signed-off-by: Scott Liu scott@emc.com.tw Suggested-off-by: Benjamin Tissoires benjamin.tissoi...@enac.fr --- drivers/hid/hid-multitouch.c | 27 +++ 1 file changed, 27 insertions(+) diff --git a/drivers/hid/hid-multitouch.c