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: 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

3.5.1 hid_generic causes mouse locking until a button is clicked

2012-08-11 Thread Dâniel Fraga
I upgraded from 3.4.4 to 3.5.1 kernel and now I see the new hid_generic module is causing problem with my mouse (a regular Logitech USB optical mouse). The problem is: after 2 seconds without moving the mouse, the pointer will NOT move again UNLESS I click a mouse button.