Re: [RFC PATCH 1/3] PCI: Add the IDs for Etron EJ168 and EJ188
From: Linus Walleij <hidden>
Date: 2020-10-07 09:14:24
Also in:
linux-gpio, linux-pci, linux-usb, lkml
From: Linus Walleij <hidden>
Date: 2020-10-07 09:14:24
Also in:
linux-gpio, linux-pci, linux-usb, lkml
On Sun, Oct 4, 2020 at 8:00 PM Martin Blumenstingl [off-list ref] wrote:
Add the vendor ID for Etron Technology, Inc. as well as the device IDs for the two USB xHCI controllers EJ168 and EJ188. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
(...)
#define PCI_VENDOR_ID_REDHAT 0x1b36 +#define PCI_VENDOR_ID_ETRON 0x1b6f +#define PCI_DEVICE_ID_ETRON_EJ168 0x7023 +#define PCI_DEVICE_ID_ETRON_EJ188 0x7052
If you're defining that here, I think it should also be removed in drivers/usb/host/xhci-pci.c by including this file instead? Yours, Linus Walleij