0001
0002
0003
0004
0005
0006
0007
0008
0009 #ifndef _UAPI_GAMEPORT_H
0010 #define _UAPI_GAMEPORT_H
0011
0012
0013
0014 #define GAMEPORT_MODE_DISABLED 0
0015 #define GAMEPORT_MODE_RAW 1
0016 #define GAMEPORT_MODE_COOKED 2
0017
0018 #define GAMEPORT_ID_VENDOR_ANALOG 0x0001
0019 #define GAMEPORT_ID_VENDOR_MADCATZ 0x0002
0020 #define GAMEPORT_ID_VENDOR_LOGITECH 0x0003
0021 #define GAMEPORT_ID_VENDOR_CREATIVE 0x0004
0022 #define GAMEPORT_ID_VENDOR_GENIUS 0x0005
0023 #define GAMEPORT_ID_VENDOR_INTERACT 0x0006
0024 #define GAMEPORT_ID_VENDOR_MICROSOFT 0x0007
0025 #define GAMEPORT_ID_VENDOR_THRUSTMASTER 0x0008
0026 #define GAMEPORT_ID_VENDOR_GRAVIS 0x0009
0027 #define GAMEPORT_ID_VENDOR_GUILLEMOT 0x000a
0028
0029 #endif