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
89 * is allways 0xf7 and all others are in range 0x32 - 0xc8 (50-200) in zhenhua_interrupt()
93 zhenhua->idx = 0; /* this byte starts a new packet */ in zhenhua_interrupt()
123 * zhenhua_connect() is the routine that is called when someone adds a
151 input_set_abs_params(input_dev, ABS_X, 50, 200, 0, 0); in zhenhua_connect()
152 input_set_abs_params(input_dev, ABS_Y, 50, 200, 0, 0); in zhenhua_connect()
153 input_set_abs_params(input_dev, ABS_Z, 50, 200, 0, 0); in zhenhua_connect()
154 input_set_abs_params(input_dev, ABS_RZ, 50, 200, 0, 0); in zhenhua_connect()