]> git.pld-linux.org Git - packages/nut.git/commitdiff
- trying to get nut working with Fideltronik Ares, need testing
authorTomek Orzechowski <orzech@pld-linux.org>
Mon, 16 Sep 2002 10:50:07 +0000 (10:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nut-fideltronik.patch -> 1.1

nut-fideltronik.patch [new file with mode: 0644]

diff --git a/nut-fideltronik.patch b/nut-fideltronik.patch
new file mode 100644 (file)
index 0000000..4ae6eb4
--- /dev/null
@@ -0,0 +1,19 @@
+diff -ruN nut-1.0.0/drivers/genericups.h nut-1.0.0.my/drivers/genericups.h
+--- nut-1.0.0/drivers/genericups.h     Mon Jul  8 04:21:25 2002
++++ nut-1.0.0.my/drivers/genericups.h  Mon Sep 16 12:36:23 2002
+@@ -191,6 +191,15 @@
+         -1                            /* shutdown: unknown            */
+       },
++      { "Fideltronik",
++        "Ares Series",
++        "Fideltronik Ares Series",
++        TIOCM_CD | TIOCM_CTS,         /* cable power: DCD + CTS       */
++        TIOCM_CTS, 0,                 /* online: CTS off              */
++        TIOCM_CD, 0,                  /* low battery: DCD off         */
++        TIOCM_RTS                     /* shutdown: set RTS            */
++      },
++
+       /* add any new entries directly above this line */
+       { NULL,
This page took 0.077285 seconds and 4 git commands to generate.