Displaying 1 result from an estimated 1 matches for "tripp_lite_omnivs2".
Did you mean:
tripp_lite_omnivs
2006 Oct 11
2
Adding TrippLite SMART550 / Protocol 2001 Support
...061004/drivers/tripplite_usb.c 2006-10-04 20:41:57.000000000 -0500
@@ -243,7 +243,8 @@
#include <math.h>
#include <ctype.h>
-static enum tl_model_t { TRIPP_LITE_UNKNOWN = 0, TRIPP_LITE_OMNIVS, TRIPP_LITE_SMARTPRO }
+static enum tl_model_t { TRIPP_LITE_UNKNOWN = 0, TRIPP_LITE_OMNIVS, TRIPP_LITE_OMNIVS2,
+TRIPP_LITE_SMARTPRO}
tl_model = TRIPP_LITE_UNKNOWN;
/*!@brief If a character is not printable, return a dot. */
@@ -387,6 +388,9 @@
case 0x1001:
upslogx(3, "Using OMNIVS protocol (%x)", proto);
return TRIPP_LITE_OMNIVS;
+ case 0x2001:
+ upslogx(3, "Using OMNIVS2 p...