Commit 8af133cb authored by martin hou's avatar martin hou

屏蔽掉有问题的型号识别处理

parent 0ac3ddb8
......@@ -161,14 +161,6 @@ function Jensen(log) {
filters: [{ vendorId: 0x10d6 }]
});
await conn.open();
self.model =
device.productId == 0xb00c
? 'hidock-h1'
: device.productId == 0xb00d
? 'hidock-h1e'
: device.productId == 0xb00e
? 'hidock-p1'
: 'unknown';
device = conn;
await setup();
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment