lkml.org 
[lkml]   [2003]   [Sep]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: 2.6.0-test5 : Bug in include/linux/input.h ?
On Tue, Sep 16, 2003 at 09:42:38PM +0200, Remi Colinet wrote:

> While reading the input code, I found the following error in
> drivers/linux/input.h :
>
> #define INPUT_KEYCODE(dev, scancode) ((dev->keycodesize == 1) ?
> ((u8*)dev->keycode)[scancode] : \
> - ((dev->keycodesize == 1) ? ((u16*)dev->keycode)[scancode] :
> (((u32*)dev->keycode)[scancode])))
> + ((dev->keycodesize == 2) ? ((u16*)dev->keycode)[scancode] :
> (((u32*)dev->keycode)[scancode])))

Yes.

(But we only use 1 if I am not mistaken, so no kernel behaviour changes.)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:48    [W:1.521 / U:1.100 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site