Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/linux
File: gameport.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
[0] Fix | Delete
/*
[1] Fix | Delete
* Copyright (c) 1999-2002 Vojtech Pavlik
[2] Fix | Delete
*
[3] Fix | Delete
* This program is free software; you can redistribute it and/or modify it
[4] Fix | Delete
* under the terms of the GNU General Public License version 2 as published by
[5] Fix | Delete
* the Free Software Foundation.
[6] Fix | Delete
*/
[7] Fix | Delete
#ifndef _GAMEPORT_H
[8] Fix | Delete
#define _GAMEPORT_H
[9] Fix | Delete
[10] Fix | Delete
[11] Fix | Delete
[12] Fix | Delete
#define GAMEPORT_MODE_DISABLED 0
[13] Fix | Delete
#define GAMEPORT_MODE_RAW 1
[14] Fix | Delete
#define GAMEPORT_MODE_COOKED 2
[15] Fix | Delete
[16] Fix | Delete
#define GAMEPORT_ID_VENDOR_ANALOG 0x0001
[17] Fix | Delete
#define GAMEPORT_ID_VENDOR_MADCATZ 0x0002
[18] Fix | Delete
#define GAMEPORT_ID_VENDOR_LOGITECH 0x0003
[19] Fix | Delete
#define GAMEPORT_ID_VENDOR_CREATIVE 0x0004
[20] Fix | Delete
#define GAMEPORT_ID_VENDOR_GENIUS 0x0005
[21] Fix | Delete
#define GAMEPORT_ID_VENDOR_INTERACT 0x0006
[22] Fix | Delete
#define GAMEPORT_ID_VENDOR_MICROSOFT 0x0007
[23] Fix | Delete
#define GAMEPORT_ID_VENDOR_THRUSTMASTER 0x0008
[24] Fix | Delete
#define GAMEPORT_ID_VENDOR_GRAVIS 0x0009
[25] Fix | Delete
#define GAMEPORT_ID_VENDOR_GUILLEMOT 0x000a
[26] Fix | Delete
[27] Fix | Delete
#endif /* _GAMEPORT_H */
[28] Fix | Delete
[29] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function