Skip to content

Commit 0264d6b

Browse files
jiaqingz-intelgregkh
authored andcommitted
can: ems_pci: move ASIX AX99100 ids to pci_ids.h
commit 3029ad91335353a70feb42acd24d580d70ab258b upstream. Move PCI Vendor and Device ID of ASIX AX99100 PCIe to Multi I/O Controller to pci_ids.h for its serial and parallel port driver support in subsequent patches. Signed-off-by: Jiaqing Zhao <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Acked-by: Bjorn Helgaas <[email protected]> Acked-by: Marc Kleine-Budde <[email protected]> Link: https://lore.kernel.org/r/[email protected] [Moeko: Drop changes in drivers/net/can/sja1000/ems_pci.c] Signed-off-by: Tomita Moeko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 58c27fa commit 0264d6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/linux/pci_ids.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1754,6 +1754,10 @@
17541754
#define PCI_SUBDEVICE_ID_AT_2700FX 0x2701
17551755
#define PCI_SUBDEVICE_ID_AT_2701FX 0x2703
17561756

1757+
#define PCI_VENDOR_ID_ASIX 0x125b
1758+
#define PCI_DEVICE_ID_ASIX_AX99100 0x9100
1759+
#define PCI_DEVICE_ID_ASIX_AX99100_LB 0x9110
1760+
17571761
#define PCI_VENDOR_ID_ESS 0x125d
17581762
#define PCI_DEVICE_ID_ESS_ESS1968 0x1968
17591763
#define PCI_DEVICE_ID_ESS_ESS1978 0x1978

0 commit comments

Comments
 (0)