Bellatrix has USB VID/PID 0x1207, 0x8887.
Castor has VID/PID 0x1209, 0x8885.
tkeyclient-py needs to be able detect both Bellatrix and Castors as valid TKeys. It looks like this is done in filter_device() in hw.py.
Since Castor needs special treatment from the client it would also be necessary to somehow tell the client app about what kind of model has been detected.
Relates to tillitis/tkeyclient#19
Bellatrix has USB VID/PID 0x1207, 0x8887.
Castor has VID/PID 0x1209, 0x8885.
tkeyclient-py needs to be able detect both Bellatrix and Castors as valid TKeys. It looks like this is done in
filter_device()in hw.py.Since Castor needs special treatment from the client it would also be necessary to somehow tell the client app about what kind of model has been detected.
Relates to tillitis/tkeyclient#19