]> git.pld-linux.org Git - packages/nut.git/blame - nut-fideltronik.patch
- include html templates
[packages/nut.git] / nut-fideltronik.patch
CommitLineData
40856fb7
TO
1diff -ruN nut-1.0.0/drivers/genericups.h nut-1.0.0.my/drivers/genericups.h
2--- nut-1.0.0/drivers/genericups.h Mon Jul 8 04:21:25 2002
3+++ nut-1.0.0.my/drivers/genericups.h Mon Sep 16 12:36:23 2002
4@@ -191,6 +191,15 @@
5 -1 /* shutdown: unknown */
6 },
7
8+ { "Fideltronik",
9+ "Ares Series",
10+ "Fideltronik Ares Series",
3e204f6e
TO
11+ TIOCM_DTR, /* cable power: DTR */
12+ TIOCM_CTS, TIOCM_CTS, /* online: CTS on */
40856fb7
TO
13+ TIOCM_CD, 0, /* low battery: DCD off */
14+ TIOCM_RTS /* shutdown: set RTS */
15+ },
16+
17 /* add any new entries directly above this line */
18
19 { NULL,
This page took 0.076878 seconds and 4 git commands to generate.