Lines Matching +full:50 +full:a
12 * the RS232 interface) as a joystick under Linux
14 * The Twiddler is a one-handed chording keyboard featuring twelve buttons on
15 * the front, six buttons on the top, and a built-in tilt sensor. The buttons
23 * a chording keyboard, but as a joystick: pressing and releasing a button
24 * immediately sends a corresponding button event, and tilting it generates
25 * corresponding ABS_X and ABS_Y events. This turns the Twiddler into a game
41 #define DRIVER_DESC "Handykey Twiddler keyboard as a joystick driver"
127 * has a MSB of 0 and all other bytes have a MSB of 1 can be used in twidjoy_interrupt()
131 twidjoy->idx = 0; /* this byte starts a new packet */ in twidjoy_interrupt()
161 * twidjoy_connect() is the routine that is called when someone adds a
191 input_set_abs_params(input_dev, ABS_X, -50, 50, 4, 4); in twidjoy_connect()
192 input_set_abs_params(input_dev, ABS_Y, -50, 50, 4, 4); in twidjoy_connect()