]> Pileus Git - ~andy/linux/commitdiff
staging: sep: Add new PCI identifier
authorMark A. Allyn <mark.a.allyn@intel.com>
Fri, 10 Feb 2012 13:52:27 +0000 (13:52 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Feb 2012 18:09:56 +0000 (10:09 -0800)
[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: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sep/sep_driver_hw_defs.h
drivers/staging/sep/sep_main.c

index c48e49a741bed0df0e1195547b051f413f4c4b3e..a6a4481703821e7a512d93ef7546f3d5df975de8 100644 (file)
@@ -33,9 +33,6 @@
 #ifndef SEP_DRIVER_HW_DEFS__H
 #define SEP_DRIVER_HW_DEFS__H
 
-/* PCI ID's */
-#define MFLD_PCI_DEVICE_ID 0x0826
-
 /*----------------------- */
 /* HW Registers Defines.  */
 /*                        */
index 7f8362cab7a5474a50f7eb6bb86aaef9e461533f..421a2b1e898fb73587fb9b72a6917966fcd67eb0 100644 (file)
@@ -4085,8 +4085,9 @@ static void sep_remove(struct pci_dev *pdev)
 
 /* Initialize struct pci_device_id for our driver */
 static DEFINE_PCI_DEVICE_TABLE(sep_pci_id_tbl) = {
-       {PCI_DEVICE(PCI_VENDOR_ID_INTEL, MFLD_PCI_DEVICE_ID)},
-       {0}
+       {PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0826)},
+       {PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x08e9)},
+       {0}
 };
 
 /* Export our pci_device_id structure to user space */