OSDN Git Service

Input: xen-kbdfront - do not advertise multi-touch pressure support
[uclinux-h8/linux.git] / drivers / input / misc / xen-kbdfront.c
index 6bf56bb..d91f3b1 100644 (file)
@@ -326,8 +326,6 @@ static int xenkbd_probe(struct xenbus_device *dev,
                                     0, width, 0, 0);
                input_set_abs_params(mtouch, ABS_MT_POSITION_Y,
                                     0, height, 0, 0);
-               input_set_abs_params(mtouch, ABS_MT_PRESSURE,
-                                    0, 255, 0, 0);
 
                ret = input_mt_init_slots(mtouch, num_cont, INPUT_MT_DIRECT);
                if (ret) {