Lines Matching +full:50 +full:a
13 * EasyCopter etc.) as a joystick under Linux.
16 * transmitters for control a RC planes or RC helicopters with possibility to
17 * connect on a serial port.
27 * Martin Kebert <gkmarty@gmail.com> - but I am not a C-programmer nor kernel
92 * is allways 0xf7 and all others are in range 0x32 - 0xc8 (50-200) in zhenhua_interrupt()
96 zhenhua->idx = 0; /* this byte starts a new packet */ in zhenhua_interrupt()
126 * zhenhua_connect() is the routine that is called when someone adds a
154 input_set_abs_params(input_dev, ABS_X, 50, 200, 0, 0); in zhenhua_connect()
155 input_set_abs_params(input_dev, ABS_Y, 50, 200, 0, 0); in zhenhua_connect()
156 input_set_abs_params(input_dev, ABS_Z, 50, 200, 0, 0); in zhenhua_connect()
157 input_set_abs_params(input_dev, ABS_RZ, 50, 200, 0, 0); in zhenhua_connect()