Statistics
| Branch: | Revision:

root / hw / hid.h @ 11d6dded

History | View | Annotate | Download (1.5 kB)

# Date Author Comment
21635e12 08/10/2011 03:14 pm Gerd Hoffmann

usb/hid: add hid_pointer_activate, use it

HID reorganziation broke the usb tablet in windows xp. The reason is
that xp activates idle before it starts polling, which creates a
chicken-and-egg issue: We don't call hid_pointer_poll because there are
no pending events. We don't get any events because the activation code...

dcfda673 08/04/2011 04:51 pm Gerd Hoffmann

usb-hid: split hid code to hw/hid.[ch]

Almost pure code motion. Unstatic hid interface functions and add
them to the header file. Some renames. Some code style cleanups.

Signed-off-by: Gerd Hoffmann <>

b069d348 08/04/2011 04:51 pm Gerd Hoffmann

hid: move idle+protocol from usb-hid to hid too.

Signed-off-by: Gerd Hoffmann <>