diff --git a/repos/libports/run/smartcard.run b/repos/libports/run/smartcard.run index 8705b583b..88cd49e42 100644 --- a/repos/libports/run/smartcard.run +++ b/repos/libports/run/smartcard.run @@ -15,6 +15,12 @@ if { [get_cmd_switch --autopilot] && ![have_spec x86_64] } { exit 0 } +# +# Please configure your reader's vendor and product IDs here +# +proc smartcard_vendor_id {} { return "0x04e6" } +proc smartcard_product_id {} { return "0x5116" } + # # Build # @@ -73,14 +79,28 @@ append config { + + + + + + + + - + + + + + + @@ -93,7 +113,7 @@ append config { - +