commit | c6a3ead2ab5d82b549237c52a785b9f736e13463 | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Mon May 05 11:50:40 2008 -0400 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Fri May 16 14:49:39 2008 -0400 |
tree | 37f5c16418ec4f306f8d558a721d3840c1e183ca | |
parent | e34b9d2f46590e3be64466b4095118283745d050 [diff] |
Input: wacom - make one-bit signed bitfields unsigned Otherwise it can only take the values 0/-1 which doesn't seem to have been intended. drivers/input/tablet/wacom.h:108:12: error: dubious one-bit signed bitfield Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>