Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
0002 /*
0003  *  Copyright (c) 1999-2002 Vojtech Pavlik
0004  *
0005  * This program is free software; you can redistribute it and/or modify it
0006  * under the terms of the GNU General Public License version 2 as published by
0007  * the Free Software Foundation.
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 /* _UAPI_GAMEPORT_H */