From e8888a64c410c9d59ca39fa78c00601cd46ccd53 Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Mon, 10 Jul 2006 04:43:59 -0700 Subject: [PATCH] --- yaml --- r: 32215 b: refs/heads/master c: 7691030bc9732f7d535522dda78cfdd36716def1 h: refs/heads/master i: 32213: a1df4ead8dd7100fbfeae83d2d88cd91085eac10 32211: ee13d1f8ae712dd51001eea522a5954938d7558b 32207: 8c875f94e6ba14ee7ef886a24317fe7eee582184 v: v3 --- [refs] | 2 +- trunk/drivers/char/specialix.c | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 1d2097d39dec..c47b145e4648 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: eb0e71c7f388bfcb3f74897f23d0cf09310fc05b +refs/heads/master: 7691030bc9732f7d535522dda78cfdd36716def1 diff --git a/trunk/drivers/char/specialix.c b/trunk/drivers/char/specialix.c index cb2859249d49..a1d303f9a33d 100644 --- a/trunk/drivers/char/specialix.c +++ b/trunk/drivers/char/specialix.c @@ -2584,6 +2584,12 @@ static void __exit specialix_exit_module(void) func_exit(); } +static struct pci_device_id specialx_pci_tbl[] __devinitdata = { + { PCI_DEVICE(PCI_VENDOR_ID_SPECIALIX, PCI_DEVICE_ID_SPECIALIX_IO8) }, + { } +}; +MODULE_DEVICE_TABLE(pci, specialx_pci_tbl); + module_init(specialix_init_module); module_exit(specialix_exit_module);