diff --git a/avr/usbload/usbconfig.h b/avr/usbload/usbconfig.h index 561c036..ed2de59 100644 --- a/avr/usbload/usbconfig.h +++ b/avr/usbload/usbconfig.h @@ -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. diff --git a/tools/ucon64/2.0/src/win32/quickdev.cat b/tools/ucon64/2.0/src/win32/quickdev16.cat similarity index 100% rename from tools/ucon64/2.0/src/win32/quickdev.cat rename to tools/ucon64/2.0/src/win32/quickdev16.cat diff --git a/tools/ucon64/2.0/src/win32/quickdev.inf b/tools/ucon64/2.0/src/win32/quickdev16.inf similarity index 88% rename from tools/ucon64/2.0/src/win32/quickdev.inf rename to tools/ucon64/2.0/src/win32/quickdev16.inf index b3f2281..fa7b1df 100644 --- a/tools/ucon64/2.0/src/win32/quickdev.inf +++ b/tools/ucon64/2.0/src/win32/quickdev16.inf @@ -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 ;-------------------------------------------------------------------------- diff --git a/tools/ucon64/2.0/src/win32/quickdev_x64.cat b/tools/ucon64/2.0/src/win32/quickdev16_x64.cat similarity index 100% rename from tools/ucon64/2.0/src/win32/quickdev_x64.cat rename to tools/ucon64/2.0/src/win32/quickdev16_x64.cat