|
@@ -387,6 +387,7 @@ static int synusb_probe(struct usb_interface *intf,
|
|
|
__set_bit(EV_REL, input_dev->evbit);
|
|
|
__set_bit(REL_X, input_dev->relbit);
|
|
|
__set_bit(REL_Y, input_dev->relbit);
|
|
|
+ __set_bit(INPUT_PROP_POINTING_STICK, input_dev->propbit);
|
|
|
input_set_abs_params(input_dev, ABS_PRESSURE, 0, 127, 0, 0);
|
|
|
} else {
|
|
|
input_set_abs_params(input_dev, ABS_X,
|