Search found 5 matches

by onocentaur
Sat Feb 27, 2010 6:55 pm
Forum: V-USB
Topic: problem: USB HID report descriptor length - driving me nuts!
Replies: 8
Views: 7360

Re: problem: USB HID report descriptor length - driving me nuts!

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 :oops:
by onocentaur
Sat Feb 27, 2010 2:47 pm
Forum: V-USB
Topic: problem: USB HID report descriptor length - driving me nuts!
Replies: 8
Views: 7360

Re: problem: USB HID report descriptor length - driving me nuts!

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...
by onocentaur
Fri Feb 26, 2010 5:06 pm
Forum: V-USB
Topic: problem: USB HID report descriptor length - driving me nuts!
Replies: 8
Views: 7360

Re: USB HID report descriptor length problem

Hmmm. I've no idea what I've done (I'm not sure I've changed anything at all!) but it now works with the correct descriptor length.

Thanks anyway :D
by onocentaur
Fri Feb 26, 2010 9:17 am
Forum: V-USB
Topic: problem: USB HID report descriptor length - driving me nuts!
Replies: 8
Views: 7360

Re: USB HID report descriptor length problem

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?
by onocentaur
Thu Feb 25, 2010 10:21 pm
Forum: V-USB
Topic: problem: USB HID report descriptor length - driving me nuts!
Replies: 8
Views: 7360

problem: USB HID report descriptor length - driving me nuts!

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...