Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Pull input fix from Dmitry Torokhov:
"Yet another quirk to i8042 to get touchpad recognized on some laptops"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
Input: i8042 - add Clevo P650RS to the i8042 reset list

+7
+7
drivers/input/serio/i8042-x86ia64io.h
··· 620 620 DMI_MATCH(DMI_PRODUCT_NAME, "20046"), 621 621 }, 622 622 }, 623 + { 624 + /* Clevo P650RS, 650RP6, Sager NP8152-S, and others */ 625 + .matches = { 626 + DMI_MATCH(DMI_SYS_VENDOR, "Notebook"), 627 + DMI_MATCH(DMI_PRODUCT_NAME, "P65xRP"), 628 + }, 629 + }, 623 630 { } 624 631 }; 625 632