CCID_Tests: Fix USB VendorID

The VendorID of the sysmoOCTSIM is 0x1d50, not 0x1df0.

Change-Id: Id0eda6e661bca6bed7367c3af1a38b795ea959b0
This commit is contained in:
Harald Welte 2020-07-30 22:11:08 +02:00
parent c6fde3f751
commit 94528c7e58
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import from CCID_Templates all;
import from CCID_Emulation all; import from CCID_Emulation all;
modulepar { modulepar {
USB_Device_Match mp_usb_dev_match := { vid_pid := { vid := '1df0'H, pid := '6141'H } }; USB_Device_Match mp_usb_dev_match := { vid_pid := { vid := '1d50'H, pid := '6141'H } };
integer mp_use_slot_count := 8; integer mp_use_slot_count := 8;
boolean mp_test_power_off := true; boolean mp_test_power_off := true;
boolean mp_quirk_resetpar_returns_slotsts := false; boolean mp_quirk_resetpar_returns_slotsts := false;