linux/include/uapi/linux/gameport.h

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*
 *  Copyright (c) 1999-2002 Vojtech Pavlik
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License version 2 as published by
 * the Free Software Foundation.
 */
#ifndef _UAPI_GAMEPORT_H
#define _UAPI_GAMEPORT_H



#define GAMEPORT_MODE_DISABLED
#define GAMEPORT_MODE_RAW
#define GAMEPORT_MODE_COOKED

#define GAMEPORT_ID_VENDOR_ANALOG
#define GAMEPORT_ID_VENDOR_MADCATZ
#define GAMEPORT_ID_VENDOR_LOGITECH
#define GAMEPORT_ID_VENDOR_CREATIVE
#define GAMEPORT_ID_VENDOR_GENIUS
#define GAMEPORT_ID_VENDOR_INTERACT
#define GAMEPORT_ID_VENDOR_MICROSOFT
#define GAMEPORT_ID_VENDOR_THRUSTMASTER
#define GAMEPORT_ID_VENDOR_GRAVIS
#define GAMEPORT_ID_VENDOR_GUILLEMOT

#endif /* _UAPI_GAMEPORT_H */