diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2018-10-13 14:42:45 +1100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2018-10-13 14:42:45 +1100 |
commit | 4bbeb2bee1e125cfe75294e7480ea1f6681bb85c (patch) | |
tree | 409fada35c03c4099a316e80510749bf8fd3747d /Demos/Device/LowLevel/CCID/CCID.txt | |
parent | 737382aeda146ca793be452ac5790e12d1ca16ea (diff) | |
download | lufa-4bbeb2bee1e125cfe75294e7480ea1f6681bb85c.tar.gz lufa-4bbeb2bee1e125cfe75294e7480ea1f6681bb85c.tar.bz2 lufa-4bbeb2bee1e125cfe75294e7480ea1f6681bb85c.zip |
Add CCID class driver project description and Doxygen configuration files.
Diffstat (limited to 'Demos/Device/LowLevel/CCID/CCID.txt')
-rw-r--r-- | Demos/Device/LowLevel/CCID/CCID.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Demos/Device/LowLevel/CCID/CCID.txt b/Demos/Device/LowLevel/CCID/CCID.txt index b8c625fc5..b59c6dc23 100644 --- a/Demos/Device/LowLevel/CCID/CCID.txt +++ b/Demos/Device/LowLevel/CCID/CCID.txt @@ -4,7 +4,7 @@ * documentation pages. It is not a project source file. */ -/** \mainpage CCID Demo +/** \mainpage CCID Device Demo * * \section Sec_Compat Demo Compatibility: * @@ -51,15 +51,15 @@ * application for implementing a USB CCID device. If you want to test this * in Linux, you must change the following file: * /usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist - * and add a VID, PID and friendly name. - * - * This device was not tested on windows. + * and add a VID, PID and friendly name. + * + * This device was not tested on Windows. * * On start-up the system will automatically enumerate and function * as a CCID device with one slot already inserted. Upon detection, the device - * will send an ATR to the device, which can use it to determine + * will send an ATR to the device, which can use it to determine * host capabilities. Developers can use user applications to send APDUs - * back and forth to the device + * back and forth to the device * */ |