diff options
| -rw-r--r-- | drivers/input/misc/xen-kbdfront.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/drivers/input/misc/xen-kbdfront.c b/drivers/input/misc/xen-kbdfront.c index 6bf56bb5f8d9..d91f3b1c5375 100644 --- a/drivers/input/misc/xen-kbdfront.c +++ b/drivers/input/misc/xen-kbdfront.c @@ -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) { | 
