Lines Matching full:joystick
7 * Microsoft SideWinder joystick family driver for Linux
18 #define DRIVER_DESC "Microsoft SideWinder joystick family driver"
49 * SideWinder joystick types ...
112 * identification packet from a SideWinder joystick. The protocol is very,
217 * sw_init_digital() initializes a SideWinder 3D Pro joystick
278 * sw_parse() analyzes SideWinder joystick data, and writes the results into
401 * sw_read() reads SideWinder joystick data, and reinitializes
402 * the joystick in case of persistent problems. This is the function that is
403 * called from the generic code to poll the joystick.
416 printk(KERN_WARNING "sidewinder.c: Joystick in wrong mode on %s" in sw_read()
464 " - reinitializing joystick.\n", sw->gameport->phys); in sw_read()
547 * indication of that the joystick is in 3-bit mode. This is documented
701 printk(KERN_WARNING "sidewinder.c: unknown joystick device detected " in sw_connect()