Search found 11 matches

by sprhawk
Wed Nov 21, 2007 5:30 am
Forum: V-USB
Topic: USB-joystick Atmega 16
Replies: 9
Views: 14806

Maybe it's the problem of USB initializing...

I was working on it for a long time.

Try to change them according to your own schematic.
by sprhawk
Wed Nov 21, 2007 5:26 am
Forum: V-USB
Topic: General joystick HID question
Replies: 35
Views: 49733

sprhawk: Can you examine your descriptor somehow as its received on your host? I could resolve some of my problems with the great tool evtest under linux. It shows first the supported events of a device in a summary and then just all actual events as they come in.. very helpfull. for example with t...
by sprhawk
Wed Nov 21, 2007 4:01 am
Forum: V-USB
Topic: What I lost in usbdrv dir ?
Replies: 6
Views: 8055

Thank you!
by sprhawk
Sun Nov 18, 2007 3:30 pm
Forum: V-USB
Topic: What I lost in usbdrv dir ?
Replies: 6
Views: 8055

the previous version was Release 2007-03-29

the new one is :Release 2007-08-07

I tested again. I am sure that the previous can't work correctly.
by sprhawk
Sun Nov 18, 2007 3:30 pm
Forum: V-USB
Topic: What I lost in usbdrv dir ?
Replies: 6
Views: 8055

the previous version was Release 2007-03-29

the new one is :Release 2007-08-07
by sprhawk
Sat Nov 17, 2007 1:58 pm
Forum: V-USB
Topic: What I lost in usbdrv dir ?
Replies: 6
Views: 8055

OK, maybe it's my fault

I tested again:
i used "make clean --> make all"

and flashed the program to m16, the descriptor worked!!! :D

I don't know why? I used the method before, but failed.

Maybe, because the usbdrv I used today is a new one.

It worked! Thank you, AVR-USB, all the same.
by sprhawk
Sat Nov 17, 2007 1:28 pm
Forum: V-USB
Topic: What I lost in usbdrv dir ?
Replies: 6
Views: 8055

What I lost in usbdrv dir ?

I have posted several posts in this forum, to ask why a correct(or even used to be correct) HID Report Descriptor didn't work correctly. today, I deleted the usbdrv directory and copy a new one there, recompiled again, the Descriptors worked again! However, when I changed the previous worked Descrip...
by sprhawk
Thu Nov 15, 2007 1:56 pm
Forum: V-USB
Topic: Why these two descriptors, one is working, the other is not.
Replies: 0
Views: 5954

Why these two descriptors, one is working, the other is not.

the working one: char usbHidReportDescriptor[25] = {//OK//ok 0x05, 0x01, // USAGE_PAGE (Generic Desktop) 0x15, 0x00, //Logical_Minimum (0) 0x09, 0x04, // USAGE (Joystick) 0xa1, 0x01, // COLLECTION (Application) 0x05, 0x02, // USAGE_PAGE (Simulation Controls&#...
by sprhawk
Thu Nov 15, 2007 1:27 pm
Forum: V-USB
Topic: EasyLogger --> joystick?
Replies: 5
Views: 8379

what do you want to make?

I'm being making an HID joystick too:D

MSN:sprhawk "at" sohu.com
by sprhawk
Tue Nov 13, 2007 6:12 pm
Forum: V-USB
Topic: General joystick HID question
Replies: 35
Views: 49733

what's this descriptor wrong? char usbHidReportDescriptor[41] = { 0x05, 0x01, // USAGE_PAGE (Generic Desktop) 0x09, 0x04, // USAGE (Joystick) 0xa1, 0x01, // COLLECTION (Application) 0x09, 0x01, // USAGE (Pointer) 0xa1, 0x00, // COLLECTION (Physical) 0x09,...
by sprhawk
Fri Nov 02, 2007 4:58 pm
Forum: V-USB
Topic: Who can help me with AVR-USB for HID?
Replies: 1
Views: 4240

OK, the bug is fixed, but I don't know why

The bug has been fixed, I used a Mega16 board that is connected as MJoy16, the descriptior works. I don't know why.