summaryrefslogtreecommitdiff
path: root/include/uapi/linux/gameport.h
blob: 8fb40b4930ac4d0aaa66d277eea0df17ad5bb99b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* 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		0
#define GAMEPORT_MODE_RAW		1
#define GAMEPORT_MODE_COOKED		2

#define GAMEPORT_ID_VENDOR_ANALOG	0x0001
#define GAMEPORT_ID_VENDOR_MADCATZ	0x0002
#define GAMEPORT_ID_VENDOR_LOGITECH	0x0003
#define GAMEPORT_ID_VENDOR_CREATIVE	0x0004
#define GAMEPORT_ID_VENDOR_GENIUS	0x0005
#define GAMEPORT_ID_VENDOR_INTERACT	0x0006
#define GAMEPORT_ID_VENDOR_MICROSOFT	0x0007
#define GAMEPORT_ID_VENDOR_THRUSTMASTER	0x0008
#define GAMEPORT_ID_VENDOR_GRAVIS	0x0009
#define GAMEPORT_ID_VENDOR_GUILLEMOT	0x000a

#endif /* _UAPI_GAMEPORT_H */
nel/commit/tools/perf/scripts/python/bin?id=19ce2321739da5fc27f6a5ed1e1cb15e384ad030'>perf flamegraph: Use /bin/bash for report and record scriptsArnaldo Carvalho de Melo 2020-04-16perf script: Add flamegraph.py scriptAndreas Gerstmayr 2018-06-06perf script powerpc: Python script for hypervisor call statisticsRavi Bangoria 2018-01-12perf script python: Add script to profile and resolve physical mem typeKan Liang 2017-08-15perf script python: Add support for exporting to sqlite3Adrian Hunter 2017-06-30perf intel-pt: Add example script for power events and PTWRITEAdrian Hunter