30 lines · c
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */2/*3 * Copyright (c) 1999-2002 Vojtech Pavlik4 *5 * This program is free software; you can redistribute it and/or modify it6 * under the terms of the GNU General Public License version 2 as published by7 * the Free Software Foundation.8 */9#ifndef _UAPI_GAMEPORT_H10#define _UAPI_GAMEPORT_H11 12 13 14#define GAMEPORT_MODE_DISABLED 015#define GAMEPORT_MODE_RAW 116#define GAMEPORT_MODE_COOKED 217 18#define GAMEPORT_ID_VENDOR_ANALOG 0x000119#define GAMEPORT_ID_VENDOR_MADCATZ 0x000220#define GAMEPORT_ID_VENDOR_LOGITECH 0x000321#define GAMEPORT_ID_VENDOR_CREATIVE 0x000422#define GAMEPORT_ID_VENDOR_GENIUS 0x000523#define GAMEPORT_ID_VENDOR_INTERACT 0x000624#define GAMEPORT_ID_VENDOR_MICROSOFT 0x000725#define GAMEPORT_ID_VENDOR_THRUSTMASTER 0x000826#define GAMEPORT_ID_VENDOR_GRAVIS 0x000927#define GAMEPORT_ID_VENDOR_GUILLEMOT 0x000a28 29#endif /* _UAPI_GAMEPORT_H */30