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 fixlet from Dmitry Torokhov:
"An update to Elan PS/2 driver to allow working on yet another
Lifebook"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
Input: elantech - add Fujitsu Lifebook E547 to force crc_enabled

+8
+8
drivers/input/mouse/elantech.c
··· 1118 1118 * Asus UX32VD 0x361f02 00, 15, 0e clickpad 1119 1119 * Avatar AVIU-145A2 0x361f00 ? clickpad 1120 1120 * Fujitsu LIFEBOOK E544 0x470f00 d0, 12, 09 2 hw buttons 1121 + * Fujitsu LIFEBOOK E547 0x470f00 50, 12, 09 2 hw buttons 1121 1122 * Fujitsu LIFEBOOK E554 0x570f01 40, 14, 0c 2 hw buttons 1122 1123 * Fujitsu T725 0x470f01 05, 12, 09 2 hw buttons 1123 1124 * Fujitsu H730 0x570f00 c0, 14, 0c 3 hw buttons (**) ··· 1522 1521 .matches = { 1523 1522 DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), 1524 1523 DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK E544"), 1524 + }, 1525 + }, 1526 + { 1527 + /* Fujitsu LIFEBOOK E547 does not work with crc_enabled == 0 */ 1528 + .matches = { 1529 + DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), 1530 + DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK E547"), 1525 1531 }, 1526 1532 }, 1527 1533 {