Fix HID report parser incorrectly decoding 32-bit USAGE elements.
[pub/USBasp.git] / Demos / Device / LowLevel / CCID / CCID.txt
index b8c625f..b59c6dc 100644 (file)
@@ -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:
  *
  *  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
  *
  */