Home
last modified time | relevance | path

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

12

/linux-2.4.37.9/arch/m68k/atari/
Djoystick.c29 static struct joystick_status joystick[2]; variable
38 joystick[j].dir = buf[1] & 0xF; in atari_joystick_interrupt()
39 joystick[j].fire = (buf[1] & 0x80) >> 7; in atari_joystick_interrupt()
40 joystick[j].ready = 1; in atari_joystick_interrupt()
41 wake_up_interruptible(&joystick[j].wait); in atari_joystick_interrupt()
65 joystick[minor].active = 0; in release_joystick()
66 joystick[minor].ready = 0; in release_joystick()
68 if ((joystick[0].active == 0) && (joystick[1].active == 0)) in release_joystick()
80 if (joystick[minor].active) in open_joystick()
82 joystick[minor].active = 1; in open_joystick()
[all …]
DMakefile17 obj-$(CONFIG_VT) += atakeyb.o joystick.o
/linux-2.4.37.9/Documentation/input/
Djoystick.txt4 $Id: joystick.txt,v 1.6 2001/06/05 09:57:01 vojtech Exp $
32 The joystick driver for Linux provides support for a variety of joysticks
49 send "subscribe linux-joystick Your Name" to subscribe to it.
88 For all joystick drivers to function, you'll need the userland interface
103 In addition to that, you'll need the joystick driver module itself, most
104 usually you'll have an analog joystick:
118 For testing the joystick driver functionality, there is the jstest
123 And it should show a line with the joystick values, which update as you
125 joystick is in the center position. They should not jitter by themselves to
130 If it's not, then there might be a problem. Try to calibrate the joystick,
[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 canm use only one joystick driver
Djoystick-parport.txt5 $Id: joystick-parport.txt,v 1.5 2001/05/15 06:41:00 vojtech Exp $
12 happen include burning your parallel port, and/or the sticks and joystick
17 The joystick parport drivers are used for joysticks and gamepads not
48 for your pads, use either keyboard or joystick port, and make a pass-through
140 for joystick ports. They were all digital, and all used D-Cannon 9 pin
141 connectors (db9). Because of that, a single joystick could be used without
224 was written. It allows only one joystick / gamepad per parallel port, but
227 For the basic 1-button Multisystem joystick you connect its wires to the
239 However, if the joystick is switch based (eg. clicks when you move it),
258 the digital joystick driver 0.8.0.2, this is also supported by the db9.c
[all …]
Djoystick-api.txt8 $Id: joystick-api.txt,v 1.2 2001/05/08 21:21:23 vojtech Exp $
13 Open the joystick device following the usual semantics (that is, with open).
17 joystick.
49 #define JS_EVENT_AXIS 0x02 /* joystick moved */
78 Hats vary from one joystick type to another. Some can be moved in 8
87 representing the position of the joystick along that axis. If you
88 don't read a 0 when the joystick is `dead', or if it doesn't span the
174 the actual state of the joystick.
178 joystick.h and recompiling the driver.]
197 The joystick driver defines the following ioctl(2) operations.
[all …]
Dinput.txt208 Joydev implements v0.x and v1.x Linux joystick api, much like
209 drivers/char/joystick/joystick.c used to in earlier versions. See
210 joystick-api.txt in the Documentation subdirectory for details. As soon as
211 any joystick is connected, it can be accessed in /dev/input on:
264 You can test the joystick emulation with the 'jstest' utility, available
265 in the joystick package (see Documentation/joystick.txt).
Dgameport-programming.txt10 the code needed to register it with the joystick drivers is simple:
123 A private pointer for free use in the gameport driver. (Not the joystick
157 read function. It should fill axes[0..3] with four values of the joystick axes
Dff.txt17 devices. Please read joystick.txt before reading further this document.
27 To stop this annoying behaviour, move you joystick to its limits. Anyway, you
/linux-2.4.37.9/Documentation/sound/
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 …]
DCMI833883 joystick: Enable joystick. You will need to install Linux joystick
DOpti81 options mad16 irq=10 dma=0 dma16=1 io=0x530 joystick=1 cdtype=0
120 options mad16 irq=10 dma=0 dma16=1 io=0x530 joystick=1 cdtype=0
127 joystick=1 enables the joystick port. cdtype=0 disables the cd port.
147 Using a joystick
149 You must enable a joystick in the mad16 options. (also
Dcs46xx28 The 2.4.4-ac6 gameport code in the cs461x joystick driver has been tested
29 with a Microsoft Sidewinder joystick (cs461x.o and sidewinder.o). This
30 audio driver must be loaded prior to the joystick driver to enable the
31 DSP task image supporting the joystick device.
DMAD1642 joystick=0,1 disabled, enabled disabled
/linux-2.4.37.9/drivers/sound/
Dpas2_card.c42 static int joystick = 0; variable
44 static int joystick = 1; variable
157 | joystick?0x40:0 in config_pas_hw()
402 MODULE_PARM(joystick,"i");
Dmad16.c889 static int __initdata joystick = 0; variable
902 MODULE_PARM(joystick,"i");
967 mad16_conf = (joystick ^ 1) | cdtype; in init_mad16()
1041 if (joystick == 1) { in init_mad16()
1085 joystick = ints[7]; in setup_mad16()
Dtrix.c40 static int joystick=0; variable
196 if(joystick==1) in probe_trix_wss()
451 MODULE_PARM(joystick, "i");
Daedsp16.c434 int joystick; member
605 DBG((" Joystick : %s present\n", decoded_hcfg.joystick?"":" not")); in aedsp16_pinfo()
621 decoded_hcfg.joystick = JOY(hard_cfg[0]); in aedsp16_hard_decode()
640 decoded_hcfg.joystick = CONFIG_SC6600_JOY; /* Enable */ in aedsp16_hard_decode()
669 BLDJOY(hard_cfg[0], decoded_hcfg.joystick); in aedsp16_hard_encode()
DConfig.in28 bool ' Enable joystick' CONFIG_SOUND_CMPCI_JOYSTICK
126 hex 'MSND Pinnacle joystick I/O (e.g. 200)' CONFIG_MSNDPIN_JOYSTICK_IO 0
173 dep_bool ' Enable PAS16 joystick port' CONFIG_PAS_JOYSTICK $CONFIG_SOUND_PAS
242 # but it resides in the drivers/char/joystick directory. This define_tristate takes
Des1371.c2741 static int joystick[NR_DEVICE] = { 0, }; variable
2748 MODULE_PARM(joystick, "1-" __MODULE_STRING(NR_DEVICE) "i");
2749 MODULE_PARM_DESC(joystick, "sets address and enables joystick interface (still need separate driver…
2859 KERN_INFO PFX "features: joystick 0x%x\n", s->rev, s->io, s->irq, joystick[devindex]); in es1371_probe()
2891 if ((joystick[devindex] & ~0x18) == 0x200) { in es1371_probe()
2892 if (!request_region(joystick[devindex], JOY_EXTENT, "es1371")) in es1371_probe()
2893 printk(KERN_ERR PFX "joystick address 0x%x already in use\n", joystick[devindex]); in es1371_probe()
2895 s->ctrl |= CTRL_JYSTK_EN | (((joystick[devindex] >> 3) & CTRL_JOY_MASK) << CTRL_JOY_SHIFT); in es1371_probe()
2896 s->gameport.io = joystick[devindex]; in es1371_probe()
2898 } else if (joystick[devindex] == 1) { in es1371_probe()
[all …]
/linux-2.4.37.9/Documentation/
D00-INDEX97 joystick-api.txt
98 - API specification for applications that will be using the joystick.
99 joystick-parport.txt
101 joystick.txt
102 - info on using joystick devices (and driver) with Linux.
/linux-2.4.37.9/drivers/char/
DMakefile30 mod-subdirs := joystick ftape drm drm-4.0 pcmcia
226 subdir-$(CONFIG_INPUT) += joystick
235 obj-y += joystick/js.o
/linux-2.4.37.9/drivers/char/joystick/
DConfig.in37 …dep_tristate ' Logitech WingMan Warrior joystick' CONFIG_INPUT_WARRIOR $CONFIG_INPUT $CONFIG_INPU…
/linux-2.4.37.9/Documentation/usb/
Dhiddev.txt14 device interfaces (such as keyboard, mouse and joystick) and a
21 usb.c ---> hid.c ----> input.c ----> [keyboard/mouse/joystick/event]
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

12