xref: /linux/include/uapi/linux/gameport.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*e2be04c7SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2607ca46eSDavid Howells /*
3607ca46eSDavid Howells  *  Copyright (c) 1999-2002 Vojtech Pavlik
4607ca46eSDavid Howells  *
5607ca46eSDavid Howells  * This program is free software; you can redistribute it and/or modify it
6607ca46eSDavid Howells  * under the terms of the GNU General Public License version 2 as published by
7607ca46eSDavid Howells  * the Free Software Foundation.
8607ca46eSDavid Howells  */
9607ca46eSDavid Howells #ifndef _UAPI_GAMEPORT_H
10607ca46eSDavid Howells #define _UAPI_GAMEPORT_H
11607ca46eSDavid Howells 
12607ca46eSDavid Howells 
13607ca46eSDavid Howells 
14607ca46eSDavid Howells #define GAMEPORT_MODE_DISABLED		0
15607ca46eSDavid Howells #define GAMEPORT_MODE_RAW		1
16607ca46eSDavid Howells #define GAMEPORT_MODE_COOKED		2
17607ca46eSDavid Howells 
18607ca46eSDavid Howells #define GAMEPORT_ID_VENDOR_ANALOG	0x0001
19607ca46eSDavid Howells #define GAMEPORT_ID_VENDOR_MADCATZ	0x0002
20607ca46eSDavid Howells #define GAMEPORT_ID_VENDOR_LOGITECH	0x0003
21607ca46eSDavid Howells #define GAMEPORT_ID_VENDOR_CREATIVE	0x0004
22607ca46eSDavid Howells #define GAMEPORT_ID_VENDOR_GENIUS	0x0005
23607ca46eSDavid Howells #define GAMEPORT_ID_VENDOR_INTERACT	0x0006
24607ca46eSDavid Howells #define GAMEPORT_ID_VENDOR_MICROSOFT	0x0007
25607ca46eSDavid Howells #define GAMEPORT_ID_VENDOR_THRUSTMASTER	0x0008
26607ca46eSDavid Howells #define GAMEPORT_ID_VENDOR_GRAVIS	0x0009
27607ca46eSDavid Howells #define GAMEPORT_ID_VENDOR_GUILLEMOT	0x000a
28607ca46eSDavid Howells 
29607ca46eSDavid Howells #endif /* _UAPI_GAMEPORT_H */
30