From 34ed695dee44c1651c1b2060c7ac50dbac67fabd Mon Sep 17 00:00:00 2001 From: optixx Date: Thu, 27 Aug 2009 19:18:29 +0200 Subject: [PATCH] rename usb product name --- tools/ucon64/2.0/src/backup/snesram.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ucon64/2.0/src/backup/snesram.h b/tools/ucon64/2.0/src/backup/snesram.h index 9f55850..05d48dd 100644 --- a/tools/ucon64/2.0/src/backup/snesram.h +++ b/tools/ucon64/2.0/src/backup/snesram.h @@ -65,8 +65,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * obdev's free shared VID/PID pair. See the file USBID-License.txt for * 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.