genode/repos/libports/src/lib/pcsc-lite
2017-02-28 12:59:29 +01:00
..
config.h libports: add pcsc-lite library 2016-11-08 15:26:29 +01:00
init.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
pcsc-lite.patch libports: add pcsc-lite library 2016-11-08 15:26:29 +01:00
README libports: add pcsc-lite library 2016-11-08 15:26:29 +01:00

The USB card reader to be used by an application must be configured with its
vendor id and product id in a file '/config.pcsc-lite':

<config>
	<libc>
		<vfs>
			<inline name="config.pcsc-lite">
				<config vendor_id="0xXXXX" product_id="0xXXXX"/>
			</inline>
		</vfs>
	</libc>
</config>