2017-02-28 12:59:29 +01:00
..
2016-11-08 15:26:29 +01:00
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>