| 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 |
|
|