Re: [PATCH 1/6] Input: add support for large scancodes

2010-10-29 Thread James Hogan
On Friday 29 October 2010 22:36:06 James Hogan wrote: > I thought I better point out that this breaks make htmldocs (see below) > because of the '<' characters "in" a kernel doc'd struct. This is with > 12ba8d1e9262ce81a695795410bd9ee5c9407ba1 from Linus' tree (>2.6.36). Moving > the #define below

Re: [PATCH 1/6] Input: add support for large scancodes

2010-10-29 Thread James Hogan
> diff --git a/include/linux/input.h b/include/linux/input.h > index 7892651..0057698 100644 > --- a/include/linux/input.h > +++ b/include/linux/input.h > +/** > + * struct input_keymap_entry - used by EVIOCGKEYCODE/EVIOCSKEYCODE ioctls > + * @scancode: scancode represented in machine-endian form.

[PATCH 1/6] Input: add support for large scancodes

2010-09-08 Thread Dmitry Torokhov
From: Mauro Carvalho Chehab Several devices use a high number of bits for scancodes. One important group is the Remote Controllers. Some new protocols like RC-6 define a scancode space of 64 bits. The current EVIO[CS]GKEYCODE ioctls allow replace the scancode/keycode translation tables, but it i