<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- src/common/port/port.h.orig	2012-10-15 09:22:38.000000000 +0400
+++ src/common/port/port.h	2013-01-10 05:37:46.000000000 +0300
@@ -19,7 +19,7 @@
 };
 
 BEGIN_DECLARE_ENUM(PortType)
-  Serial = 0, Parallel, USB, HID
+  Serial = 0, Parallel, USB
 END_DECLARE_ENUM(PortType, PortTypeData)
 
 namespace Port
</pre></body></html>