Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b10958d338d62a4157005b335799d1466567d59d
Commit:     b10958d338d62a4157005b335799d1466567d59d
Parent:     a9e8bb5b60a9f5c10d38aebc13f8a3d2e1ffc0e7
Author:     Wim Van Sebroeck <[EMAIL PROTECTED]>
AuthorDate: Sun Jun 3 15:22:32 2007 +0000
Committer:  Wim Van Sebroeck <[EMAIL PROTECTED]>
CommitDate: Sun Jun 3 15:23:46 2007 +0000

    [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 <[EMAIL PROTECTED]>
---
 drivers/char/watchdog/mixcomwd.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/drivers/char/watchdog/mixcomwd.c b/drivers/char/watchdog/mixcomwd.c
index f35e284..df5fc76 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 <[EMAIL PROTECTED]>
- *              - 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 <[EMAIL PROTECTED]>
+ *             - 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>
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to