removed not needed iso-identifier

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@21 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2010-01-14 20:28:24 +00:00
parent 450e6a81ab
commit 76d4c08f4a

View File

@@ -47,7 +47,6 @@
#define DRIVER_VENDOR_NUM 0x0D46 /* KOBIL Systems */ #define DRIVER_VENDOR_NUM 0x0D46 /* KOBIL Systems */
#define DRIVER_ISO_PRODUCT_NUM 0x3010 /* KOBIL Class 3 Reader */
#define DRIVER_PRODUCT_NUM 0x3010 /* KOBIL Class 3 Reader */ #define DRIVER_PRODUCT_NUM 0x3010 /* KOBIL Class 3 Reader */
static int vendorid = DRIVER_VENDOR_NUM; static int vendorid = DRIVER_VENDOR_NUM;
static int productid = DRIVER_PRODUCT_NUM; static int productid = DRIVER_PRODUCT_NUM;
@@ -569,7 +568,7 @@ static int iso_autoconfig ()
* *
* This code doesn't adjust the sample rate based on feedback. * This code doesn't adjust the sample rate based on feedback.
*/ */
device_desc.idProduct = __constant_cpu_to_le16(DRIVER_ISO_PRODUCT_NUM); device_desc.idProduct = __constant_cpu_to_le16(productid);
/* NetChip 2280 PCI device or dummy_hcd, high/full speed */ /* NetChip 2280 PCI device or dummy_hcd, high/full speed */
if (stat (DEVNAME = "net2280", &statb) == 0 || if (stat (DEVNAME = "net2280", &statb) == 0 ||