new usb producat name and inf files
This commit is contained in:
parent
0981d9fd3c
commit
fb86f7ba7b
@ -249,7 +249,8 @@ section at the end of this file).
|
|||||||
* details.
|
* details.
|
||||||
*/
|
*/
|
||||||
#define USB_CFG_DEVICE_NAME 'S', 'N', 'E', 'S', 'R', 'A', 'M'
|
#define USB_CFG_DEVICE_NAME 'S', 'N', 'E', 'S', 'R', 'A', 'M'
|
||||||
#define USB_CFG_DEVICE_NAME_LEN 7
|
#define USB_CFG_DEVICE_NAME 'Q', 'U', 'I', 'C', 'K', 'D', 'E', 'V', '1', '6'
|
||||||
|
#define USB_CFG_DEVICE_NAME_LEN 10
|
||||||
/* Same as above for the device name. If you don't want a device name, undefine
|
/* Same as above for the device name. If you don't want a device name, undefine
|
||||||
* the macros. See the file USBID-License.txt before you assign a name if you
|
* the macros. See the file USBID-License.txt before you assign a name if you
|
||||||
* use a shared VID/PID.
|
* use a shared VID/PID.
|
||||||
|
|||||||
@ -2,9 +2,9 @@
|
|||||||
Signature = "$Chicago$"
|
Signature = "$Chicago$"
|
||||||
provider = %manufacturer%
|
provider = %manufacturer%
|
||||||
DriverVer = 07/07/2009,0.1.12.2
|
DriverVer = 07/07/2009,0.1.12.2
|
||||||
CatalogFile = quickdev.cat
|
CatalogFile = quickdev16.cat
|
||||||
CatalogFile.NT = quickdev.cat
|
CatalogFile.NT = quickdev16.cat
|
||||||
CatalogFile.NTAMD64 = quickdev_x64.cat
|
CatalogFile.NTAMD64 = quickdev16_x64.cat
|
||||||
|
|
||||||
Class = LibUsbDevices
|
Class = LibUsbDevices
|
||||||
ClassGUID = {EB781AAF-9C70-4523-A5DF-642A87ECA567}
|
ClassGUID = {EB781AAF-9C70-4523-A5DF-642A87ECA567}
|
||||||
@ -119,13 +119,13 @@ ServiceBinary = %12%\libusb0.sys
|
|||||||
;--------------------------------------------------------------------------
|
;--------------------------------------------------------------------------
|
||||||
|
|
||||||
[Devices]
|
[Devices]
|
||||||
"SNESRAM"=LIBUSB_DEV, USB\VID_16c0&PID_05dd
|
"Quickdev16"=LIBUSB_DEV, USB\VID_16c0&PID_05dd
|
||||||
|
|
||||||
[Devices.NT]
|
[Devices.NT]
|
||||||
"SNESRAM"=LIBUSB_DEV, USB\VID_16c0&PID_05dd
|
"Quickdev16"=LIBUSB_DEV, USB\VID_16c0&PID_05dd
|
||||||
|
|
||||||
[Devices.NTAMD64]
|
[Devices.NTAMD64]
|
||||||
"SNESRAM"=LIBUSB_DEV, USB\VID_16c0&PID_05dd
|
"Quickdev16"=LIBUSB_DEV, USB\VID_16c0&PID_05dd
|
||||||
|
|
||||||
|
|
||||||
;--------------------------------------------------------------------------
|
;--------------------------------------------------------------------------
|
||||||
Loading…
x
Reference in New Issue
Block a user