adb: Add USB vendor ID for TrekStor GmbH

Change-Id: I1d7fc14e691b4ab504c5205b21c93939499cdff9
Signed-off-by: Thorsten Koroscha <t.koroscha@trekstor.de>
diff --git a/adb/usb_vendors.c b/adb/usb_vendors.c
index 1b8310f..eba1d20 100755
--- a/adb/usb_vendors.c
+++ b/adb/usb_vendors.c
@@ -184,6 +184,8 @@
 #define VENDOR_ID_TI            0x0451
 // Toshiba's USB Vendor ID
 #define VENDOR_ID_TOSHIBA       0x0930
+// TrekStor's USB Vendor ID
+#define VENDOR_ID_TREKSTOR      0x1E68
 // Unowhy's USB Vendor ID
 #define VENDOR_ID_UNOWHY        0x2A49
 // Vizio's USB Vendor ID
@@ -277,6 +279,7 @@
     VENDOR_ID_TELEEPOCH,
     VENDOR_ID_TI,
     VENDOR_ID_TOSHIBA,
+    VENDOR_ID_TREKSTOR,
     VENDOR_ID_UNOWHY,
     VENDOR_ID_VIZIO,
     VENDOR_ID_WACOM,