]> git.hungrycats.org Git - linux/commitdiff
[WATCHDOG] i810-tco fix from 2.4
authorDave Jones <davej@codemonkey.org.uk>
Fri, 10 Jan 2003 01:38:53 +0000 (00:38 -0100)
committerDave Jones <davej@tetrachloride.(none)>
Fri, 10 Jan 2003 01:38:53 +0000 (00:38 -0100)
drivers/char/watchdog/i810-tco.c

index 3697dd0f81b38a3ff23b32df3fc6f41358b6777e..f24465c0a8d5ac4656e203f7dfb5caa5de789247 100644 (file)
@@ -244,7 +244,9 @@ static int i810tco_ioctl (struct inode *inode, struct file *file,
        int options, retval = -EINVAL;
 
        static struct watchdog_info ident = {
-               .options =              WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
+               .options =              WDIOF_SETTIMEOUT |
+                                       WDIOF_KEEPALIVEPING |
+                                       WDIOF_MAGICCLOSE,
                .firmware_version =     0,
                .identity =             "i810 TCO timer",
        };