[Pcsclite-cvs-commit] Drivers/ccid/src ccid_usb.c,1.19,1.20

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


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

Modified Files:
	ccid_usb.c 
Log Message:
define ALLOW_PROPRIETARY_CLASS by default

Proprietary USB Class (0xFF) are (or are not) accepted
A proprietary class is used for devices released before the final CCID
specifications were ready.
We should not have problems with non CCID devices becasue the
Manufacturer and Product ID are also used to identify the device */


Index: ccid_usb.c
===================================================================
RCS file: /cvsroot/pcsclite/Drivers/ccid/src/ccid_usb.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- ccid_usb.c	30 Mar 2004 13:01:05 -0000	1.19
+++ ccid_usb.c	5 Apr 2004 09:47:21 -0000	1.20
@@ -46,6 +46,13 @@
  * we don't have to wait a long time since the card was doing nothing */
 #define USB_WRITE_TIMEOUT (5 * 1000)  /* 5 seconds timeout */
 
+/*
+ * Proprietary USB Class (0xFF) are (or are not) accepted
+ * A proprietary class is used for devices released before the final CCID
+ * specifications were ready.
+ * We should not have problems with non CCID devices becasue the
+ * Manufacturer and Product ID are also used to identify the device */
+#define ALLOW_PROPRIETARY_CLASS
 
 #define BUS_DEVICE_STRSIZE 32