Yes, always make clean first... Okay, so having swapped out usbdrv I'm now now longer having the problem. It's more than likely I'm an idiot. I don't know what was happening but i'm glad it stopped. I sincerely hope I won't have to post again with the same issue tomorrow
Okay, so it was working. Now it's doing the same thing again!! Here's what's happening at the moment. When I have the following usbHidReportDescriptor in my code: PROGMEM char usbHidReportDescriptor[USB_CFG_HID_REPORT_DESCRIPTOR_LENGTH] = { /* USB report descriptor */ 0x05, 0x01, // USAGE_PAGE (Gene...
Thanks for the reply. So you've just not used USB_CFG_HID_REPORT_DESCRIPTOR_LENGTH when actually defining your descriptor? Interesting, I'll try that later. What does your usbconfig.h have for USB_CFG_HID_REPORT_DESCRIPTOR_LENGTH?
Hi, I'm working on a usb game controller, based on the PS2USB v2 example project: http://vusb.wikidot.com/project:ps2usb . My coding and AVR skills are limited so I don't exactly know what I'm doing... Anyway, first step is to modify the code to deal with only one controller - simple, just remove th...