Commit ffcf1281 authored by Mark A. Allyn's avatar Mark A. Allyn Committed by Greg Kroah-Hartman

staging: sep: Add new PCI identifier

[This is picked out of the differences between the upstream driver and
 the staging driver. I'm resolving the differences as a series of updates -AC]
Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2157f896
...@@ -33,9 +33,6 @@ ...@@ -33,9 +33,6 @@
#ifndef SEP_DRIVER_HW_DEFS__H #ifndef SEP_DRIVER_HW_DEFS__H
#define SEP_DRIVER_HW_DEFS__H #define SEP_DRIVER_HW_DEFS__H
/* PCI ID's */
#define MFLD_PCI_DEVICE_ID 0x0826
/*----------------------- */ /*----------------------- */
/* HW Registers Defines. */ /* HW Registers Defines. */
/* */ /* */
......
...@@ -4085,8 +4085,9 @@ static void sep_remove(struct pci_dev *pdev) ...@@ -4085,8 +4085,9 @@ static void sep_remove(struct pci_dev *pdev)
/* Initialize struct pci_device_id for our driver */ /* Initialize struct pci_device_id for our driver */
static DEFINE_PCI_DEVICE_TABLE(sep_pci_id_tbl) = { static DEFINE_PCI_DEVICE_TABLE(sep_pci_id_tbl) = {
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, MFLD_PCI_DEVICE_ID)}, {PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0826)},
{0} {PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x08e9)},
{0}
}; };
/* Export our pci_device_id structure to user space */ /* Export our pci_device_id structure to user space */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment