]> git.decadent.org.uk Git - ap-utils.git/blobdiff - lib/test.c
Merge commit 'upstream/1.5'
[ap-utils.git] / lib / test.c
index 037a6e7c9ac13bf023903665b8a4f5fd8e62dbe8..56b953a41ae5ccf4207189226e9b63d242ac585a 100644 (file)
@@ -75,6 +75,11 @@ void test()
     varbind varbinds[5];
 
     if (ap_type == ATMEL12350) {
+#if 1 /* Temporary kludge */
+       mvwaddstr(main_sub, 1, 0, _("Devices with ATMEL12350 MIB not yet supported."));
+       wrefresh(main_sub);
+       goto exit;
+#endif
        TestModeOnOff[5] = 0xE0;
        TestModeOnOff[6] = 0x3E;
        TestModeCommandStruct[5] = 0xE0;