/[pcsclite]/trunk/Drivers/ccid/src/ccid_usb.c
ViewVC logotype

Diff of /trunk/Drivers/ccid/src/ccid_usb.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 738 by rousseau, Tue Mar 30 13:01:05 2004 UTC revision 762 by rousseau, Mon Apr 5 09:47:21 2004 UTC
# Line 46  Line 46 
46   * we don't have to wait a long time since the card was doing nothing */   * we don't have to wait a long time since the card was doing nothing */
47  #define USB_WRITE_TIMEOUT (5 * 1000)  /* 5 seconds timeout */  #define USB_WRITE_TIMEOUT (5 * 1000)  /* 5 seconds timeout */
48    
49    /*
50     * Proprietary USB Class (0xFF) are (or are not) accepted
51     * A proprietary class is used for devices released before the final CCID
52     * specifications were ready.
53     * We should not have problems with non CCID devices becasue the
54     * Manufacturer and Product ID are also used to identify the device */
55    #define ALLOW_PROPRIETARY_CLASS
56    
57  #define BUS_DEVICE_STRSIZE 32  #define BUS_DEVICE_STRSIZE 32
58    

Legend:
Removed from v.738  
changed lines
  Added in v.762

  ViewVC Help
Powered by ViewVC 1.1.5