]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xhci: pci: Use standard pattern for device IDs
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 6 Nov 2024 10:14:47 +0000 (12:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 Nov 2024 12:26:15 +0000 (13:26 +0100)
commit74496f22f77fa5823fe3b7f7a16b319dc1203cb1
tree9dd25635505a8d2556ac7d15cb03efcd819b3b71
parente735e957f2b9cfe4be486e0304732ec36928591f
xhci: pci: Use standard pattern for device IDs

The definitions of vendor IDs follow the pattern PCI_VENDOR_ID_#vendor,
while device IDs — PCI_DEVICE_ID_#vendor_#device.

Update the ETRON device IDs to follow the above mentioned pattern.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Link: https://lore.kernel.org/r/20241106101459.775897-22-mathias.nyman@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-pci.c