Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

serial: 8250_exar: Use PCI_SUBVENDOR_ID_IBM for subvendor ID

Use PCI_SUBVENDOR_ID_IBM for subvendor ID instead of vendor one.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Tested-by: Parker Newman <pnewman@connecttech.com>
Link: https://lore.kernel.org/r/20240503171917.2921250-5-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Andy Shevchenko and committed by
Greg Kroah-Hartman
a85f12ad 8e9f8261

+1 -1
+1 -1
drivers/tty/serial/8250/8250_exar.c
··· 1752 1752 PCI_DEVICE_SUB( \ 1753 1753 PCI_VENDOR_ID_EXAR, \ 1754 1754 PCI_DEVICE_ID_EXAR_##devid, \ 1755 - PCI_VENDOR_ID_IBM, \ 1755 + PCI_SUBVENDOR_ID_IBM, \ 1756 1756 PCI_SUBDEVICE_ID_IBM_##sdevid), 0, 0, \ 1757 1757 (kernel_ulong_t)&bd \ 1758 1758 }