Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32214
b: refs/heads/master
c: eb0e71c
h: refs/heads/master
v: v3
  • Loading branch information
Chuck Short authored and Linus Torvalds committed Jul 10, 2006
1 parent a1df4ea commit 5224198
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 64552a50bc80fecb73617336bf197375868faf6e
refs/heads/master: eb0e71c7f388bfcb3f74897f23d0cf09310fc05b
7 changes: 7 additions & 0 deletions trunk/drivers/char/ip2/ip2main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3186,3 +3186,10 @@ ip2trace (unsigned short pn, unsigned char cat, unsigned char label, unsigned lo


MODULE_LICENSE("GPL");

static struct pci_device_id ip2main_pci_tbl[] __devinitdata = {
{ PCI_DEVICE(PCI_VENDOR_ID_COMPUTONE, PCI_DEVICE_ID_COMPUTONE_IP2EX) },
{ }
};

MODULE_DEVICE_TABLE(pci, ip2main_pci_tbl);

0 comments on commit 5224198

Please sign in to comment.