/linux-2.4.37.9/arch/m68k/atari/ |
D | joystick.c | 29 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 …]
|
D | Makefile | 17 obj-$(CONFIG_VT) += atakeyb.o joystick.o
|
/linux-2.4.37.9/Documentation/input/ |
D | joystick.txt | 4 $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 …]
|
D | cs461x.txt | 3 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
|
D | joystick-parport.txt | 5 $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 …]
|
D | joystick-api.txt | 8 $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 …]
|
D | input.txt | 208 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).
|
D | gameport-programming.txt | 10 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
|
D | ff.txt | 17 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/ |
D | PSS-updates | 7 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 …]
|
D | CMI8338 | 83 joystick: Enable joystick. You will need to install Linux joystick
|
D | Opti | 81 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
|
D | cs46xx | 28 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.
|
D | MAD16 | 42 joystick=0,1 disabled, enabled disabled
|
/linux-2.4.37.9/drivers/sound/ |
D | pas2_card.c | 42 static int joystick = 0; variable 44 static int joystick = 1; variable 157 | joystick?0x40:0 in config_pas_hw() 402 MODULE_PARM(joystick,"i");
|
D | mad16.c | 889 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()
|
D | trix.c | 40 static int joystick=0; variable 196 if(joystick==1) in probe_trix_wss() 451 MODULE_PARM(joystick, "i");
|
D | aedsp16.c | 434 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()
|
D | Config.in | 28 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
|
D | es1371.c | 2741 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/ |
D | 00-INDEX | 97 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/ |
D | Makefile | 30 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/ |
D | Config.in | 37 …dep_tristate ' Logitech WingMan Warrior joystick' CONFIG_INPUT_WARRIOR $CONFIG_INPUT $CONFIG_INPU…
|
/linux-2.4.37.9/Documentation/usb/ |
D | hiddev.txt | 14 device interfaces (such as keyboard, mouse and joystick) and a 21 usb.c ---> hid.c ----> input.c ----> [keyboard/mouse/joystick/event]
|
D | CREDITS | 74 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
|