Searched refs:spaceball (Results 1 – 4 of 4) sorted by relevance
65 struct spaceball { struct78 static void spaceball_process_packet(struct spaceball* spaceball) in spaceball_process_packet() argument80 struct input_dev *dev = spaceball->dev; in spaceball_process_packet()81 unsigned char *data = spaceball->data; in spaceball_process_packet()84 if (spaceball->idx < 2) return; in spaceball_process_packet()86 switch (spaceball->data[0]) { in spaceball_process_packet()89 if (spaceball->idx != 15) return; in spaceball_process_packet()96 if (spaceball->idx != 3) return; in spaceball_process_packet()108 if (spaceball->idx != 3) return; in spaceball_process_packet()125 spaceball->data[spaceball->idx - 1] = 0; in spaceball_process_packet()[all …]
28 obj-$(CONFIG_JOYSTICK_SPACEBALL) += spaceball.o
174 module will be called spaceball.
446 supported by the spaceorb.c and spaceball.c drivers. The devices currently452 Devices currently supported by spaceball.c are:456 In addition to having the spaceorb/spaceball and serport modules in the464 inputattach --spaceball /dev/tts/x &