new usb producat name and inf files

This commit is contained in:
optixx 2009-08-27 09:45:23 +02:00
parent 0981d9fd3c
commit fb86f7ba7b
4 changed files with 8 additions and 7 deletions

View File

@ -249,7 +249,8 @@ section at the end of this file).
* details.
*/
#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
* the macros. See the file USBID-License.txt before you assign a name if you
* use a shared VID/PID.

View File

@ -2,9 +2,9 @@
Signature = "$Chicago$"
provider = %manufacturer%
DriverVer = 07/07/2009,0.1.12.2
CatalogFile = quickdev.cat
CatalogFile.NT = quickdev.cat
CatalogFile.NTAMD64 = quickdev_x64.cat
CatalogFile = quickdev16.cat
CatalogFile.NT = quickdev16.cat
CatalogFile.NTAMD64 = quickdev16_x64.cat
Class = LibUsbDevices
ClassGUID = {EB781AAF-9C70-4523-A5DF-642A87ECA567}
@ -119,13 +119,13 @@ ServiceBinary = %12%\libusb0.sys
;--------------------------------------------------------------------------
[Devices]
"SNESRAM"=LIBUSB_DEV, USB\VID_16c0&PID_05dd
"Quickdev16"=LIBUSB_DEV, USB\VID_16c0&PID_05dd
[Devices.NT]
"SNESRAM"=LIBUSB_DEV, USB\VID_16c0&PID_05dd
"Quickdev16"=LIBUSB_DEV, USB\VID_16c0&PID_05dd
[Devices.NTAMD64]
"SNESRAM"=LIBUSB_DEV, USB\VID_16c0&PID_05dd
"Quickdev16"=LIBUSB_DEV, USB\VID_16c0&PID_05dd
;--------------------------------------------------------------------------