diff options
Diffstat (limited to 'drivers/gpio/gpio-pci-idio-16.c')
-rw-r--r-- | drivers/gpio/gpio-pci-idio-16.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-pci-idio-16.c b/drivers/gpio/gpio-pci-idio-16.c index 0220787240ce..b10f3cf7044a 100644 --- a/drivers/gpio/gpio-pci-idio-16.c +++ b/drivers/gpio/gpio-pci-idio-16.c | |||
@@ -331,7 +331,7 @@ static int idio_16_probe(struct pci_dev *pdev, const struct pci_device_id *id) | |||
331 | } | 331 | } |
332 | 332 | ||
333 | static const struct pci_device_id idio_16_pci_dev_id[] = { | 333 | static const struct pci_device_id idio_16_pci_dev_id[] = { |
334 | { PCI_DEVICE(0x494F, 0x0F00) }, { 0 } | 334 | { PCI_DEVICE(0x494F, 0x0DC8) }, { 0 } |
335 | }; | 335 | }; |
336 | MODULE_DEVICE_TABLE(pci, idio_16_pci_dev_id); | 336 | MODULE_DEVICE_TABLE(pci, idio_16_pci_dev_id); |
337 | 337 | ||