]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
[WATCHDOG] Mixcom Watchdog - update "Documentation"
authorWim Van Sebroeck <wim@iguana.be>
Sun, 3 Jun 2007 15:22:32 +0000 (15:22 +0000)
committerWim Van Sebroeck <wim@iguana.be>
Sun, 3 Jun 2007 15:23:46 +0000 (15:23 +0000)
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>
drivers/char/watchdog/mixcomwd.c

index f35e2848aa3eb35fd4fb49fc5ade7ced904c2a45..df5fc769fcc376033e5add1e6323f6c4a86d196e 100644 (file)
  *             - 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>