Set final USB VID and PID.

This commit is contained in:
László Monda
2017-05-23 23:16:53 +02:00
parent b02286ad8d
commit c0768503da

View File

@@ -26,8 +26,8 @@ import { Device, Interface, InEndpoint, OutEndpoint, findByIds, on } from 'usb';
import { Layer } from '../shared/config-serializer/config-items/Layer';
import { UhkBuffer } from '../shared/config-serializer/UhkBuffer';
const vendorId = 0x16d3;
const productId = 0x05ea;
const vendorId = 0x1d50;
const productId = 0x6122;
const MAX_PAYLOAD_SIZE = 64;
enum Command {