Эх сурвалжийг харах

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
  Input: lifebook - fix settings for CF-72
  Input: psmouse - fix breakage introduced by b7802c5c1ea
Linus Torvalds 15 жил өмнө
parent
commit
5743695b0d

+ 1 - 2
drivers/input/mouse/lifebook.c

@@ -107,8 +107,7 @@ static const struct dmi_system_id lifebook_dmi_table[] = {
 		.matches = {
 		.matches = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "CF-72"),
 			DMI_MATCH(DMI_PRODUCT_NAME, "CF-72"),
 		},
 		},
-		.callback = lifebook_set_serio_phys,
-		.driver_data = "isa0060/serio3",
+		.callback = lifebook_set_6byte_proto,
 	},
 	},
 	{
 	{
 		.ident = "Lifebook B142",
 		.ident = "Lifebook B142",

+ 1 - 1
drivers/input/mouse/psmouse-base.c

@@ -581,7 +581,7 @@ static int cortron_detect(struct psmouse *psmouse, bool set_properties)
 static int psmouse_extensions(struct psmouse *psmouse,
 static int psmouse_extensions(struct psmouse *psmouse,
 			      unsigned int max_proto, bool set_properties)
 			      unsigned int max_proto, bool set_properties)
 {
 {
-	bool synaptics_hardware = true;
+	bool synaptics_hardware = false;
 
 
 /*
 /*
  * We always check for lifebook because it does not disturb mouse
  * We always check for lifebook because it does not disturb mouse