[Pcsclite-cvs-commit] Drivers/ccid README,1.28,1.29

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/pcsclite/Drivers/ccid
In directory haydn:/tmp/cvs-serv21723

Modified Files:
	README 
Log Message:
place the "Known problems" near the affected reader and not in a
independent section for clarification


Index: README
===================================================================
RCS file: /cvsroot/pcsclite/Drivers/ccid/README,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- README	1 Jul 2004 11:38:03 -0000	1.28
+++ README	10 Aug 2004 15:38:46 -0000	1.29
@@ -46,11 +46,18 @@
 Unsupported or partly supported CCID readers:
 =============================================
 
-- Advanced Card Systems ACR 38 [16] (see Known problems n°1)
-- C3PO LTC31 [8] (see Known problems n°2)
-- SCM Micro SCR 335 [7] (see Known problems n°1)
-- SCM Micro SCR 331 [6] (see Known problems n°1)
-- SCM Micro SPR 532 [9] (see Known problems n°1)
+- Advanced Card Systems ACR 38 [16]
+- SCM Micro SCR 335 [7]
+- SCM Micro SCR 331 [6]
+- SCM Micro SPR 532 [9]
+    These readers do timeout when a special USB frame is sent from the
+    reader. If the frame size if a multiple of wMaxPacketSize the
+    communication is stopped. You should contact the reader vendor to
+    upgrade the firmware of the reader or replace the reader.
+
+- C3PO LTC31 [8]
+    The reader works fine with Linux kernel 2.4 but does not with Linux
+    kernel 2.6. The ioctl() syscall returns EINVAL (Invalid argument)
 
 
 Supported operating systems:
@@ -94,20 +101,8 @@
 Known problems:
 ===============
 
-1. USB timeout
-""""""""""""""
-    Some readers do timeout when a special USB frame is sent from the
-    reader. If the frame size if a multiple of wMaxPacketSize the
-    communication is stopped. You should contact the reader vendor to
-    upgrade the firmware of the reader or replace the reader.
-
-2. Kernel 2.6
+MacOSX libusb
 """""""""""""
-    The reader works fine with Linux kernel 2.4 but does not with Linux
-    kernel 2.6. The ioctl() syscall returns EINVAL (Invalid argument)
-
-3. MacOSX libusb
-""""""""""""""""
     There is a bug in libusb that crash the libusb library when you
     unplug a reader and replug it in another USB socket.  So if you
     unplug a reader replug it in the same USB socket.