aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/watchdog
diff options
context:
space:
mode:
authorWim Van Sebroeck <wim@iguana.be>2007-06-03 15:22:32 +0000
committerWim Van Sebroeck <wim@iguana.be>2007-06-03 15:23:46 +0000
commitb10958d338d62a4157005b335799d1466567d59d (patch)
treedf18d444b812c862da9e6671c16f4576eb5b48eb /drivers/char/watchdog
parent[WATCHDOG] Remove the redundant check for pwrite() in EP93XXX watchdog. (diff)
downloadlinux-dev-b10958d338d62a4157005b335799d1466567d59d.tar.xz
linux-dev-b10958d338d62a4157005b335799d1466567d59d.zip
[WATCHDOG] Mixcom Watchdog - update "Documentation"
Robert Radez started cleaning up the mixcomwd driver in 2002. All his changes have been incorporated. Since he owns that credit -> document it correctly. Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/char/watchdog')
-rw-r--r--drivers/char/watchdog/mixcomwd.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/drivers/char/watchdog/mixcomwd.c b/drivers/char/watchdog/mixcomwd.c
index f35e2848aa3e..df5fc769fcc3 100644
--- a/drivers/char/watchdog/mixcomwd.c
+++ b/drivers/char/watchdog/mixcomwd.c
@@ -29,11 +29,16 @@
* - support for one more type board
*
* Version 0.5 (2001/12/14) Matt Domsch <Matt_Domsch@dell.com>
- * - added nowayout module option to override CONFIG_WATCHDOG_NOWAYOUT
+ * - added nowayout module option to override CONFIG_WATCHDOG_NOWAYOUT
+ *
+ * Version 0.6 (2002/04/12): Rob Radez <rob@osinvestor.com>
+ * - make mixcomwd_opened unsigned,
+ * removed lock_kernel/unlock_kernel from mixcomwd_release,
+ * modified ioctl a bit to conform to API
*
*/
-#define VERSION "0.5"
+#define VERSION "0.6"
#include <linux/module.h>
#include <linux/moduleparam.h>