Re: [PATCH] Fix missing PCI ID (thanks to CoolStar); Necessary for Lenovo Yoga 720-15 Touchpad

2017-08-07 Thread Lee Jones
Subject line looks wrong. To see the format expected please use: `git log --oneline -- drivers/mfd` You are missing your SoB. > --- > This patch fixes a missing PCI ID which is necessary for the Lenovo Yoga > 720-15 Touchpad to work. This should be in the commit log above. > See this bug re

[PATCH] Fix missing PCI ID (thanks to CoolStar); Necessary for Lenovo Yoga 720-15 Touchpad

2017-07-31 Thread Hoeze
--- This patch fixes a missing PCI ID which is necessary for the Lenovo Yoga 720-15 Touchpad to work. See this bug report on Launchpad: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1700657 Many thanks to CoolStar, who found this solution! drivers/mfd/intel-lpss-pci.c | 1 + 1 file chang