Re: dwiic at pci: fetch timing parameters from acpi

2019-03-15 Thread Mark Kettenis
> Date: Fri, 15 Mar 2019 16:07:17 -0500 > From: joshua stein > > While making dwiic at pci attach on an Intel 300 series laptop, > dwiic was timing out while ihidev tried to fetch the HID descriptor. > Turns out the default timing parameters pulled from the device are > wrong, so try to fetch

dwiic at pci: fetch timing parameters from acpi

2019-03-15 Thread joshua stein
While making dwiic at pci attach on an Intel 300 series laptop, dwiic was timing out while ihidev tried to fetch the HID descriptor. Turns out the default timing parameters pulled from the device are wrong, so try to fetch them from ACPI and use those instead. This matches what dwiic at acpi