Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Dspaceball.c54 struct spaceball { struct
67 static void spaceball_process_packet(struct spaceball* spaceball) in spaceball_process_packet() argument
69 struct input_dev *dev = spaceball->dev; in spaceball_process_packet()
70 unsigned char *data = spaceball->data; in spaceball_process_packet()
73 if (spaceball->idx < 2) return; in spaceball_process_packet()
75 switch (spaceball->data[0]) { in spaceball_process_packet()
78 if (spaceball->idx != 15) return; in spaceball_process_packet()
91 if (spaceball->idx != 3) return; in spaceball_process_packet()
103 if (spaceball->idx != 3) return; in spaceball_process_packet()
120 spaceball->data[spaceball->idx - 1] = 0; in spaceball_process_packet()
[all …]
H A DMakefile30 obj-$(CONFIG_JOYSTICK_SPACEBALL) += spaceball.o
H A DKconfig186 module will be called spaceball.
/OK3568_Linux_fs/kernel/Documentation/input/joydev/
H A Djoystick.rst446 supported by the spaceorb.c and spaceball.c drivers. The devices currently
452 Devices currently supported by spaceball.c are:
456 In addition to having the spaceorb/spaceball and serport modules in the
464 inputattach --spaceball /dev/tts/x &