Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37639
b: refs/heads/master
c: a077c1a
h: refs/heads/master
i:
  37637: f4f7137
  37635: aaeb2c4
  37631: 072cd78
v: v3
  • Loading branch information
Paul Fulghum authored and Linus Torvalds committed Oct 1, 2006
1 parent 391437d commit 3ee08d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cb10dc9ac7eea2c891df6b79b9ef1fbe59cb5429
refs/heads/master: a077c1a075473910928676ed95acb393259d9310
6 changes: 3 additions & 3 deletions trunk/drivers/char/synclink_gt.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $Id: synclink_gt.c,v 4.25 2006/02/06 21:20:33 paulkf Exp $
* $Id: synclink_gt.c,v 4.36 2006/08/28 20:47:14 paulkf Exp $
*
* Device driver for Microgate SyncLink GT serial adapters.
*
Expand Down Expand Up @@ -91,12 +91,12 @@
* module identification
*/
static char *driver_name = "SyncLink GT";
static char *driver_version = "$Revision: 4.25 $";
static char *driver_version = "$Revision: 4.36 $";
static char *tty_driver_name = "synclink_gt";
static char *tty_dev_prefix = "ttySLG";
MODULE_LICENSE("GPL");
#define MGSL_MAGIC 0x5401
#define MAX_DEVICES 12
#define MAX_DEVICES 32

static struct pci_device_id pci_table[] = {
{PCI_VENDOR_ID_MICROGATE, SYNCLINK_GT_DEVICE_ID, PCI_ANY_ID, PCI_ANY_ID,},
Expand Down

0 comments on commit 3ee08d8

Please sign in to comment.