Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54615
b: refs/heads/master
c: 8d5916d
h: refs/heads/master
i:
  54613: 921a5f5
  54611: 0e2531d
  54607: 819631e
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed May 8, 2007
1 parent b858c76 commit 69a6b24
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: 1eeb66a1bb973534dc3d064920a5ca683823372e
refs/heads/master: 8d5916d3e0e1cff2e9ecf7fc2d191a2cf2146bd5
6 changes: 6 additions & 0 deletions trunk/drivers/char/rocket.c
Original file line number Diff line number Diff line change
Expand Up @@ -1848,6 +1848,12 @@ static void rp_flush_buffer(struct tty_struct *tty)

#ifdef CONFIG_PCI

static struct pci_device_id __devinitdata rocket_pci_ids[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_RP, PCI_ANY_ID) },
{ }
};
MODULE_DEVICE_TABLE(pci, rocket_pci_ids);

/*
* Called when a PCI card is found. Retrieves and stores model information,
* init's aiopic and serial port hardware.
Expand Down

0 comments on commit 69a6b24

Please sign in to comment.