Bugzilla – Bug 103075
input layer interface change not reflected in header files
Last modified: 2005-08-26 09:13:06 UTC
A typical 3-button mouse now gives: B: KEY=70000 0 0 0 0 which used to be B: KEY=70000 0 0 0 0 0 0 0 0 but /usr/include/linux/input.h still gives #define BTN_MOUSE 0x110 So, is the interface change intentional and the header outdated or is the interface change a bug?
Vojtech, any news?
It's a 64-bit machine, right? The numbers are longs (because bitops work on longs), and thus there is fewer of them on 64-bit architectures.
Indeed, you are right.