diff options
-rw-r--r-- | drivers/staging/media/dt3155v4l/dt3155v4l.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/media/dt3155v4l/dt3155v4l.c b/drivers/staging/media/dt3155v4l/dt3155v4l.c index e2357873458c..68d41e2dacea 100644 --- a/drivers/staging/media/dt3155v4l/dt3155v4l.c +++ b/drivers/staging/media/dt3155v4l/dt3155v4l.c | |||
@@ -31,7 +31,6 @@ | |||
31 | 31 | ||
32 | #include "dt3155v4l.h" | 32 | #include "dt3155v4l.h" |
33 | 33 | ||
34 | #define DT3155_VENDOR_ID 0x8086 | ||
35 | #define DT3155_DEVICE_ID 0x1223 | 34 | #define DT3155_DEVICE_ID 0x1223 |
36 | 35 | ||
37 | /* DT3155_CHUNK_SIZE is 4M (2^22) 8 full size buffers */ | 36 | /* DT3155_CHUNK_SIZE is 4M (2^22) 8 full size buffers */ |
@@ -975,7 +974,7 @@ dt3155_remove(struct pci_dev *pdev) | |||
975 | } | 974 | } |
976 | 975 | ||
977 | static const struct pci_device_id pci_ids[] = { | 976 | static const struct pci_device_id pci_ids[] = { |
978 | { PCI_DEVICE(DT3155_VENDOR_ID, DT3155_DEVICE_ID) }, | 977 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, DT3155_DEVICE_ID) }, |
979 | { 0, /* zero marks the end */ }, | 978 | { 0, /* zero marks the end */ }, |
980 | }; | 979 | }; |
981 | MODULE_DEVICE_TABLE(pci, pci_ids); | 980 | MODULE_DEVICE_TABLE(pci, pci_ids); |