Searched refs:amijoy (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/joystick/
H A Damijoy.c2 * $Id: amijoy.c,v 1.1.1.1 2008/10/15 03:26:32 james26_jang Exp $
44 MODULE_PARM(amijoy, "1-2i");
47 static int amijoy[2] = { 0, 1 }; variable
58 if (amijoy[i]) {
80 if (request_irq(IRQ_AMIGA_VERTB, amijoy_interrupt, 0, "amijoy", NULL)) {
82 printk(KERN_ERR "amijoy.c: Can't allocate irq %d\n", amijoy_irq);
102 for (i = 0; i <= ints[0] && i < 2; i++) amijoy[i] = ints[i+1];
105 __setup("amijoy=", amijoy_setup);
115 if (amijoy[i]) {
117 "amijoy [Denis
[all...]
H A DMakefile66 obj-$(CONFIG_INPUT_AMIJOY) += amijoy.o

Completed in 29 milliseconds