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