Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32215
b: refs/heads/master
c: 7691030
h: refs/heads/master
i:
  32213: a1df4ea
  32211: ee13d1f
  32207: 8c875f9
v: v3
  • Loading branch information
Chuck Short authored and Linus Torvalds committed Jul 10, 2006
1 parent 5224198 commit e8888a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eb0e71c7f388bfcb3f74897f23d0cf09310fc05b
refs/heads/master: 7691030bc9732f7d535522dda78cfdd36716def1
6 changes: 6 additions & 0 deletions trunk/drivers/char/specialix.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit e8888a6

Please sign in to comment.