Home
last modified time | relevance | path

Searched refs:joystick (Results 1 – 50 of 50) sorted by relevance

/linux-4.1.27/drivers/macintosh/ams/
Dams-input.c22 static bool joystick; variable
23 module_param(joystick, bool, S_IRUGO);
24 MODULE_PARM_DESC(joystick, "Enable the input class device on module load");
94 joystick = 1; in ams_input_enable()
107 joystick = 0; in ams_input_disable()
113 return sprintf(buf, "%d\n", joystick); in ams_input_show_joystick()
131 if (enable != joystick) { in ams_input_store_joystick()
143 static DEVICE_ATTR(joystick, S_IRUGO | S_IWUSR,
148 if (joystick) in ams_input_init()
/linux-4.1.27/Documentation/sound/alsa/
DJoystick.txt10 using a joystick with the ALSA driver. For the details of gameport
11 support, refer to Documentation/input/joystick.txt.
13 The joystick support of ALSA drivers is different between ISA and PCI
21 the load time. It'd be safer to plug in the joystick device before
28 For PCI cards, the joystick is enabled when the appropriate module
30 joystick support is always enabled. In the former ALSA version, there
31 was a dynamic control API for the joystick activation. It was
35 The following PCI drivers support the joystick natively.
42 azf3328 joystick 0 = disable, 1 = enable, -1 = auto (default)
43 ens1370 joystick 0 = disable (default), 1 = enable
[all …]
DCMIPCI.txt242 The legacy joystick is supported. To enable the joystick support, pass
DALSA-Configuration.txt223 joystick_port - port # for legacy joystick support.
392 joystick - Enable joystick (default off)
682 joystick - Enable joystick (default off)
696 joystick_port - port # for joystick (0x200,0x208,0x210,0x218),
764 joystick - enable joystick (default off)
1728 joystick - Enable gameport - 0 = disable (default), 1 = enable
1745 joystick - Enable gameport - 0 = disable (default), 1 = enable
1952 joystick - Enable joystick (default off) [VIA686A/686B only]
/linux-4.1.27/Documentation/input/
Djoystick.txt31 The joystick driver for Linux provides support for a variety of joysticks
47 send "subscribe linux-joystick Your Name" to subscribe to it.
86 For all joystick drivers to function, you'll need the userland interface
101 In addition to that, you'll need the joystick driver module itself, most
102 usually you'll have an analog joystick:
116 For testing the joystick driver functionality, there is the jstest
121 And it should show a line with the joystick values, which update as you
123 joystick is in the center position. They should not jitter by themselves to
128 If it's not, then there might be a problem. Try to calibrate the joystick,
135 joystick should be autocalibrated by the driver automagically. However, with
[all …]
Dcs461x.txt3 This is a new low-level driver to support analog joystick attached to
12 Raw mode works fine with analog joystick front-end driver and cs461x
14 4-button joystick; I mean the jstest utility. Also I've tried to
15 play in xracer game using joystick, and the result is better than
21 behavior in my case was not raised the requirement of joystick calibration.
31 uses joystick as input device and PCM device as sound output in one time.
33 comments about them; but I've found the joystick can be initialized
34 separately of ALSA modules. So, you can use only one joystick driver
Djoystick-api.txt11 Open the joystick device following the usual semantics (that is, with open).
15 joystick.
47 #define JS_EVENT_AXIS 0x02 /* joystick moved */
76 Hats vary from one joystick type to another. Some can be moved in 8
85 representing the position of the joystick along that axis. If you
86 don't read a 0 when the joystick is `dead', or if it doesn't span the
172 the actual state of the joystick.
176 joystick.h and recompiling the driver.]
195 The joystick driver defines the following ioctl(2) operations.
226 JSIOCGNAME(len) allows you to get the name string of the joystick - the same
[all …]
Djoystick-parport.txt11 happen include burning your parallel port, and/or the sticks and joystick
16 The joystick parport drivers are used for joysticks and gamepads not
47 for your pads, use either keyboard or joystick port, and make a pass-through
139 for joystick ports. They were all digital, and all used D-Cannon 9 pin
140 connectors (db9). Because of that, a single joystick could be used without
223 was written. It allows only one joystick / gamepad per parallel port, but
226 For the basic 1-button Multisystem joystick you connect its wires to the
238 However, if the joystick is switch based (eg. clicks when you move it),
257 the digital joystick driver 0.8.0.2, this is also supported by the db9.c
262 For some people just one joystick per parallel port is not enough, and/or
[all …]
Datarikbd.txt36 0xFD joystick report (both sticks)
37 0xFE joystick 0 event
38 0xFF joystick 1 event
106 In this mode, the ikbd generates a record whenever the joystick position is
107 changed (i.e. for each opening or closing of a joystick switch or trigger).
109 The joystick event record is two bytes of the form:
117 The current state of the joystick ports may be interrogated at any time in
120 The ikbd response to joystick interrogation is a three byte report of the form
121 0xFD ; joystick report header
130 time to reporting the state of the joystick ports at a user specifiable rate.
[all …]
Damijoy.txt1 Amiga 4-joystick parport extension
12 Amiga digital joystick pinout
36 Amiga analog joystick pinout
102 This allows these pins to double as joystick switch inputs.
117 JOYTEST 036 W Denise Write to all 4 joystick-mouse counters at once.
Dwalkera0701.txt4 this transmitter as joystick
10 cg-clone http://zub.fei.tuke.sk/GIT/walkera0701-joystick
42 be changed by TX "joystick", check output from /proc/interrupts. Value for
88 Values for first four channels (analog joystick values) can be found in
Dinput.txt211 Joydev implements v0.x and v1.x Linux joystick api, much like
212 drivers/char/joystick/joystick.c used to in earlier versions. See
213 joystick-api.txt in the Documentation subdirectory for details. As
214 soon as any joystick is connected, it can be accessed in /dev/input
256 You can test the joystick emulation with the 'jstest' utility,
257 available in the joystick package (see Documentation/input/joystick.txt).
Dff.txt15 interface. Please read joystick.txt and input.txt before reading further this
29 To stop this annoying behaviour, move you joystick to its limits. Anyway, you
34 joystick.txt for details.
219 linux-joystick@atrey.karlin.mff.cuni.cz or anssi.hannula@gmail.com
Dgameport-programming.txt8 the code needed to register it with the joystick drivers is simple:
121 A private pointer for free use in the gameport driver. (Not the joystick
155 read function. It should fill axes[0..3] with four values of the joystick axes
Diforce-protocol.txt33 OP= 01 for a joystick, 03 for a wheel
241 joystick/wheel). I used ComPortSpy from fCoder (alpha version!)
Dinput-programming.txt211 This setting would be appropriate for a joystick X axis, with the minimum of
212 0, maximum of 255 (which the joystick *must* be able to reach, no problem if
Dxpad.txt41 The jstest-program from joystick-1.2.15 (jstest-version 2.1.0) will report 8
/linux-4.1.27/Documentation/sound/oss/
DPSS-updates7 ability to enable both the builtin CDROM and joystick ports.
11 This parameter is basically a flag. A 0 will leave the joystick port
12 disabled, while a non-zero value would enable the joystick port. The default
15 enable the joystick port you will have to add pss_enable_joystick=1 as an
16 argument to the driver. To actually use the joystick port you will then have
17 to load the joystick driver itself. Just remember to load the joystick driver
24 these values would leave the port disabled. Like the joystick port, the cdrom
26 use of the newly enabled CDROM port. Like the joystick port option above,
44 value will only attept to configure the CDROM and joystick ports. This
45 parameter can be used by a user who only wished to use the builtin joystick
[all …]
DOpti77 options mad16 irq=10 dma=0 dma16=1 io=0x530 joystick=1 cdtype=0
116 options mad16 irq=10 dma=0 dma16=1 io=0x530 joystick=1 cdtype=0
123 joystick=1 enables the joystick port. cdtype=0 disables the cd port.
143 Using a joystick
145 You must enable a joystick in the mad16 options. (also
/linux-4.1.27/drivers/input/joystick/
DKconfig7 If you have a joystick, 6dof controller, gamepad, steering wheel,
12 Please read the file <file:Documentation/input/joystick.txt> which
21 Say Y here if you have a joystick that connects to the PC
22 gameport. In addition to the usual PC analog joystick, this driver
28 Please read the file <file:Documentation/input/joystick.txt> which
68 communicating joystick or gamepad.
97 Say Y here if you have a Guillemot joystick using a digital
107 Say Y here if you have an InterAct gameport or joystick
133 source "drivers/input/joystick/iforce/Kconfig"
136 tristate "Logitech WingMan Warrior joystick"
[all …]
/linux-4.1.27/drivers/input/joystick/iforce/
DKconfig8 Say Y here if you have an I-Force joystick or steering wheel
19 Say Y here if you have an I-Force joystick or steering wheel
26 Say Y here if you have an I-Force joystick or steering wheel
30 <file:Documentation/input/joystick.txt>
/linux-4.1.27/sound/oss/
Dpas2_card.c44 static bool joystick; variable
46 static bool joystick = 1; variable
157 pas_write(0x80 | (joystick ? 0x40 : 0), 0xF388); in config_pas_hw()
396 module_param(joystick, bool, 0);
Dtrix.c34 static bool joystick; variable
221 if (joystick==1) in init_trix_wss()
425 module_param(joystick, bool, 0);
Daedsp16.c426 int joystick; member
597 DBG((" Joystick : %s present\n", decoded_hcfg.joystick?"":" not")); in aedsp16_pinfo()
613 decoded_hcfg.joystick = JOY(hard_cfg[0]); in aedsp16_hard_decode()
632 decoded_hcfg.joystick = CONFIG_SC6600_JOY; /* Enable */ in aedsp16_hard_decode()
661 BLDJOY(hard_cfg[0], decoded_hcfg.joystick); in aedsp16_hard_encode()
DKconfig161 use of the IDE and joystick peripherals on the card as well; these
224 hex "MSND Pinnacle joystick I/O (e.g. 200)"
228 Memory-mapped I/O base address for the joystick port on MultiSound
365 bool "Enable PAS16 joystick port"
368 Say Y here to enable the Pro Audio Spectrum 16's auxiliary joystick
494 Say Y here in order to use the joystick interface of the Audio Excel
/linux-4.1.27/sound/isa/
Dsc6000.c59 static bool joystick[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS-1)] = false }; variable
79 module_param_array(joystick, bool, NULL, 0444);
80 MODULE_PARM_DESC(joystick, "Enable gameport.");
369 long xmss_port, int joystick) in sc6000_hw_cfg_encode() argument
382 if (!joystick) in sc6000_hw_cfg_encode()
435 mss_port[dev], joystick[dev]); in sc6000_init_board()
Dsscape.c58 static bool joystick[SNDRV_CARDS]; variable
84 module_param_array(joystick, bool, NULL, 0444);
85 MODULE_PARM_DESC(joystick, "Enable gameport.");
1052 if (joystick[dev]) in create_sscape()
/linux-4.1.27/drivers/misc/lis3lv02d/
DKconfig16 the laptop to act as a pinball machine-esque joystick.
33 the device to act as a pinball machine-esque joystick.
/linux-4.1.27/drivers/input/
DKconfig13 joystick, steering wheel ...) connected to your system and want
132 Say Y here if you want your joystick or gamepad to be
137 More information is available: <file:Documentation/input/joystick.txt>
183 source "drivers/input/joystick/Kconfig"
DMakefile22 obj-$(CONFIG_INPUT_JOYSTICK) += joystick/
/linux-4.1.27/Documentation/misc-devices/
Dlis3lv02d35 the laptop to act as a pinball machine-esque joystick. Joystick device can be
37 By default output values are scaled between -32768 .. 32767. In joystick raw
38 mode, joystick and sysfs position entry have the same scale. There can be
/linux-4.1.27/Documentation/usb/
Dgadget_hid.txt92 device type (keyboard / mouse / joystick) - E.G.:
354 printf(" joystick options:\n");
357 printf("\n joystick values:\n"
376 fprintf(stderr, "Usage: %s devname mouse|keyboard|joystick\n",
DCREDITS74 protocol. They've also donated a F-23 digital joystick and a
97 they have donated USB mice, a joystick and a scanner, as a
/linux-4.1.27/drivers/input/gameport/
DKconfig8 have a joystick, gamepad, gameport card, a soundcard with a gameport
/linux-4.1.27/drivers/
DKconfig45 # input before char - char/joystick depends on it. As does USB.
/linux-4.1.27/Documentation/hid/
Dhiddev.txt14 device interfaces (such as keyboard, mouse and joystick) and a
21 usb.c ---> hid-core.c ----> hid-input.c ----> [keyboard/mouse/joystick/event]
/linux-4.1.27/arch/m68k/q40/
DREADME31 char/joystick/* # most of this should work, not
/linux-4.1.27/sound/pci/
Dvia82xx.c83 static bool joystick; variable
98 module_param(joystick, bool, 0444);
99 MODULE_PARM_DESC(joystick, "Enable joystick. (VT82C686x only)");
1938 if (!joystick) in snd_via686_create_gameport()
Des1968.c143 static bool joystick[SNDRV_CARDS]; variable
166 module_param_array(joystick, bool, NULL, 0444);
167 MODULE_PARM_DESC(joystick, "Enable joystick.");
2457 if (!joystick[dev]) in snd_es1968_create_gameport()
Dens1370.c93 static bool joystick[SNDRV_CARDS]; variable
112 module_param_array(joystick, bool, NULL, 0444);
113 MODULE_PARM_DESC(joystick, "Enable joystick.");
1803 return joystick[dev] ? 0x200 : 0; in snd_ensoniq_get_joystick_port()
Dintel8x0.c110 static int joystick; variable
111 module_param(joystick, int, 0444);
/linux-4.1.27/drivers/input/serio/
DKconfig47 Say Y here if you plan to use an input device (mouse, joystick,
/linux-4.1.27/Documentation/
Dkernel-parameters.txt76 JOY Appropriate joystick support is enabled.
445 amijoy.map= [HW,JOY] Amiga joystick support
448 See also Documentation/input/joystick.txt
450 analog.map= [HW,JOY] Analog joystick and gamepad support
451 Specifies type or capabilities of an analog joystick
797 db9.dev[2|3]= [HW,JOY] Multisystem joystick support via parallel port
800 See also Documentation/input/joystick-parport.txt
1186 [HW,JOY] Multisystem joystick and NES/SNES/PSX pad
1189 See also Documentation/input/joystick-parport.txt
1618 js= [HW,JOY] Analog joystick
[all …]
Ddevices.txt492 0 = /dev/input/js0 First joystick
493 1 = /dev/input/js1 Second joystick
529 0 = /dev/js0 First analog joystick
530 1 = /dev/js1 Second analog joystick
532 128 = /dev/djs0 First digital joystick
533 129 = /dev/djs1 Second digital joystick
/linux-4.1.27/include/uapi/linux/
DKbuild216 header-y += joystick.h
/linux-4.1.27/drivers/input/mouse/
DKconfig350 Say Y here if your device has buttons or a simple joystick connected
/linux-4.1.27/Documentation/ioctl/
Dioctl-number.txt229 'j' 00-3F linux/joystick.h
/linux-4.1.27/drivers/hid/
DKconfig329 Support for the ION iCade arcade controller to work as a joystick.
/linux-4.1.27/drivers/platform/x86/
DKconfig480 the laptop to act as a pinball machine-esque joystick.
/linux-4.1.27/drivers/hwmon/
DKconfig319 the laptop to act as a pinball machine-esque joystick.