Closed lrusak closed 6 years ago
For whatever reason input-event-codes.h seems to be missing from https://github.com/raspberrypi/tools/tree/master/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/arm-linux-gnueabihf/sysroot/usr/include/linux
input-event-codes.h
however, it is present here https://github.com/raspberrypi/linux/blob/rpi-4.9.y/include/uapi/linux/input-event-codes.h
I'm not sure why.
I'll just use linux/input.h instead
linux/input.h
For whatever reason
input-event-codes.h
seems to be missing from https://github.com/raspberrypi/tools/tree/master/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/arm-linux-gnueabihf/sysroot/usr/include/linuxhowever, it is present here https://github.com/raspberrypi/linux/blob/rpi-4.9.y/include/uapi/linux/input-event-codes.h
I'm not sure why.