Re: [GIT PULL] HID for 4.11

From: Linus Torvalds
Date: Mon Feb 20 2017 - 22:19:11 EST


On Mon, Feb 20, 2017 at 7:03 PM, Linus Torvalds
<torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
>
> It's bisecting right into the HID pull request, so you can consider
> that confirmed. There's something badly broken in this pull.

Side note, the touchpad messages from a working kernel are as

psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2a1,
caps: 0xf00223/0x840300/0x12e800/0x0, board id: 3038, fw id: 2011643
input: SynPS/2 Synaptics TouchPad as
/devices/platform/i8042/serio1/input/input6
input: DLL0704:01 06CB:76AE Touchpad as
/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-DLL0704:01/0018:06CB:76AE.0002/input/input19

whereas a bad kernel seems to miss that third line.

Linus