diff --git a/ccid/CCID_Tests.ttcn b/ccid/CCID_Tests.ttcn index 22560250a..f7423cdf4 100644 --- a/ccid/CCID_Tests.ttcn +++ b/ccid/CCID_Tests.ttcn @@ -17,7 +17,7 @@ import from CCID_Templates all; import from CCID_Emulation all; 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; boolean mp_test_power_off := true; boolean mp_quirk_resetpar_returns_slotsts := false;