fix usbconfig typo

This commit is contained in:
optixx
2009-08-27 22:23:06 +02:00
parent ba7f2dd94b
commit a741a2ff3a
4 changed files with 196 additions and 71 deletions

View File

@@ -339,7 +339,7 @@ int main(void)
snes_reset_off();
info("Boot startup rom\n");
boot_startup_rom();
irq_init();
//irq_init();
usbInit();
usb_connect();
while (1) {

View File

@@ -248,7 +248,6 @@ section at the end of this file).
* 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 '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