Message ID | 20180219193523.6287-1-rschuetz@uni-koblenz.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index 3d2e23a0ae39..a246fc686bb7 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c @@ -173,7 +173,6 @@ static const char * const smbus_pnp_ids[] = { "LEN0046", /* X250 */ "LEN004a", /* W541 */ "LEN200f", /* T450s */ - "LEN2018", /* T460p */ NULL };
This reverts commit 48282969826b3d3c76e908182f69724d86d995fe. RMI is unreliable on the ThinkPad T460p because the device is affected by the firmware behavior addressed in a7ae81952cda ("i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BAR"). Signed-off-by: Richard Schütz <rschuetz@uni-koblenz.de> --- drivers/input/mouse/synaptics.c | 1 - 1 file changed, 1 deletion(-)