Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/joystick/
Dspaceball.c69 struct spaceball { struct
82 static void spaceball_process_packet(struct spaceball* spaceball) in spaceball_process_packet() argument
84 struct input_dev *dev = spaceball->dev; in spaceball_process_packet()
85 unsigned char *data = spaceball->data; in spaceball_process_packet()
88 if (spaceball->idx < 2) return; in spaceball_process_packet()
90 switch (spaceball->data[0]) { in spaceball_process_packet()
93 if (spaceball->idx != 15) return; in spaceball_process_packet()
100 if (spaceball->idx != 3) return; in spaceball_process_packet()
112 if (spaceball->idx != 3) return; in spaceball_process_packet()
129 spaceball->data[spaceball->idx - 1] = 0; in spaceball_process_packet()
[all …]
DMakefile25 obj-$(CONFIG_JOYSTICK_SPACEBALL) += spaceball.o
DKconfig174 module will be called spaceball.
/linux-4.4.14/Documentation/input/
Djoystick.txt440 supported by the spaceorb.c and spaceball.c drivers. The devices currently
446 Devices currently supported by spaceball.c are:
450 In addition to having the spaceorb/spaceball and serport modules in the
456 inputattach --spaceball /dev/tts/x &