diff options
Diffstat (limited to 'src/radeon_pci_device_match_gen.h')
-rw-r--r-- | src/radeon_pci_device_match_gen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_pci_device_match_gen.h b/src/radeon_pci_device_match_gen.h index fa36b699..709d8cc3 100644 --- a/src/radeon_pci_device_match_gen.h +++ b/src/radeon_pci_device_match_gen.h @@ -4,6 +4,7 @@ static const struct pci_id_match radeon_device_match[] = { ATI_DEVICE_MATCH( PCI_CHIP_RV380_3151, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV380_3152, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV380_3154, 0 ), + ATI_DEVICE_MATCH( PCI_CHIP_RV380_3155, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV380_3E50, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV380_3E54, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RS100_4136, 0 ), |