Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54868
b: refs/heads/master
c: c8e1693
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed May 8, 2007
1 parent 3841bb1 commit 0b484a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 3137553d3f78f12a077459ee59e4b17f8db9f0cf
refs/heads/master: c8e1693a4f63e317966f3dfe8f815eda95e26610
8 changes: 4 additions & 4 deletions trunk/drivers/char/cyclades.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@
*
* Initially written by Randolph Bentson <bentson@grieg.seaslug.org>.
* Modified and maintained by Marcio Saito <marcio@cyclades.com>.
* Currently maintained by Cyclades team <async@cyclades.com>.
*
* For Technical support and installation problems, please send e-mail
* to support@cyclades.com.
* Copyright (C) 2007 Jiri Slaby <jirislaby@gmail.com>
*
* Much of the design and some of the code came from serial.c
* which was copyright (C) 1991, 1992 Linus Torvalds. It was
* extensively rewritten by Theodore Ts'o, 8/16/92 -- 9/14/92,
* and then fixed as suggested by Michael K. Johnson 12/12/92.
* Converted to pci probing and cleaned up by Jiri Slaby.
*
* This version supports shared IRQ's (only for PCI boards).
*
Expand Down Expand Up @@ -591,7 +590,7 @@
*
*/

#define CY_VERSION "2.4"
#define CY_VERSION "2.5"

/* If you need to install more boards than NR_CARDS, change the constant
in the definition below. No other change is necessary to support up to
Expand Down Expand Up @@ -5240,3 +5239,4 @@ module_init(cy_init);
module_exit(cy_cleanup_module);

MODULE_LICENSE("GPL");
MODULE_VERSION(CY_VERSION);

0 comments on commit 0b484a3

Please sign in to comment.