Lines Matching full:joystick
7 * Microsoft SideWinder joystick family driver for Linux
21 #define DRIVER_DESC "Microsoft SideWinder joystick family driver"
52 * SideWinder joystick types ...
115 * identification packet from a SideWinder joystick. The protocol is very,
220 * sw_init_digital() initializes a SideWinder 3D Pro joystick
281 * sw_parse() analyzes SideWinder joystick data, and writes the results into
404 * sw_read() reads SideWinder joystick data, and reinitializes
405 * the joystick in case of persistent problems. This is the function that is
406 * called from the generic code to poll the joystick.
419 printk(KERN_WARNING "sidewinder.c: Joystick in wrong mode on %s" in sw_read()
467 " - reinitializing joystick.\n", sw->gameport->phys); in sw_read()
550 * indication of that the joystick is in 3-bit mode. This is documented
703 printk(KERN_WARNING "sidewinder.c: unknown joystick device detected " in sw_connect()