Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85d37226 authored by Chandrakala Chavva's avatar Chandrakala Chavva Committed by James Bottomley
Browse files

[SCSI] mptsas: Add device ID for SAS1068_820XELP.

parent 8af3d8d5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -583,6 +583,7 @@ typedef struct _MSG_CONFIG_REPLY
#define MPI_MANUFACTPAGE_DEVID_SAS1066E             (0x005A)
#define MPI_MANUFACTPAGE_DEVID_SAS1068              (0x0054)
#define MPI_MANUFACTPAGE_DEVID_SAS1068E             (0x0058)
#define MPI_MANUFACTPAGE_DEVID_SAS1068_820XELP      (0x0059)
#define MPI_MANUFACTPAGE_DEVID_SAS1078              (0x0062)


+2 −0
Original line number Diff line number Diff line
@@ -5376,6 +5376,8 @@ static struct pci_device_id mptsas_pci_table[] = {
		PCI_ANY_ID, PCI_ANY_ID },
	{ PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVID_SAS1078,
		PCI_ANY_ID, PCI_ANY_ID },
	{ PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVID_SAS1068_820XELP,
		PCI_ANY_ID, PCI_ANY_ID },
	{0}	/* Terminating entry */
};
MODULE_DEVICE_TABLE(pci, mptsas_pci_table);