Home
last modified time | relevance | path

Searched refs:stinger (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/input/joystick/
Dstinger.c52 struct stinger { struct
64 static void stinger_process_packet(struct stinger *stinger) in stinger_process_packet() argument
66 struct input_dev *dev = stinger->dev; in stinger_process_packet()
67 unsigned char *data = stinger->data; in stinger_process_packet()
69 if (!stinger->idx) return; in stinger_process_packet()
99 struct stinger *stinger = serio_get_drvdata(serio); in stinger_interrupt() local
103 if (stinger->idx < STINGER_MAX_LENGTH) in stinger_interrupt()
104 stinger->data[stinger->idx++] = data; in stinger_interrupt()
106 if (stinger->idx == 4) { in stinger_interrupt()
107 stinger_process_packet(stinger); in stinger_interrupt()
[all …]
DMakefile27 obj-$(CONFIG_JOYSTICK_STINGER) += stinger.o
DKconfig184 module will be called stinger.
/linux-4.4.14/Documentation/input/
Djoystick.txt308 supported by the stinger driver. Other Gravis joysticks are supported by the
534 computers, is supported by the stinger.c module. To use it, attach the
537 inputattach --stinger /dev/tty/x &