Yeap, from what I know that what you get with linux.
Look here, http://www.raphnet.net/electronique/ata ... dex_en.php
under "Sega multi-tap". Same deal. Ralh is a bit of a genius when it comes to this stuff. He works mainly with linux, so if there was a way I'd image he'd found it. It would not hurt you to email him, and ask though...
Search found 481 matches
- Sat Jun 27, 2009 3:24 am
- Forum: V-USB
- Topic: 4 gamepads not recognized on LINUX
- Replies: 2
- Views: 3580
- Thu Jun 25, 2009 6:48 pm
- Forum: V-USB
- Topic: help with desc?
- Replies: 0
- Views: 4267
help with desc?
I have this descriptor for a HID joystick. const char gcn64_usbHidReportDescriptor[] PROGMEM = { 0x05, 0x01, // USAGE_PAGE (Generic Desktop) 0x09, 0x05, // USAGE (Gamepad) 0xa1, 0x01, // COLLECTION (Application) 0x09, 0x01, // USAGE (Pointer) 0xa1, 0x00, // COLLECTION (Physical) 0x05, 0x01, // USAGE...
- Thu Jun 25, 2009 3:08 pm
- Forum: V-USB
- Topic: joystick with mouse? [ resolved ]
- Replies: 7
- Views: 6857
Re: joystick with mouse?
thx, looking for that.
- Thu Jun 25, 2009 2:59 pm
- Forum: V-USB
- Topic: How to implement two interface (composite device)?
- Replies: 10
- Views: 8877
Re: How to implement two interface (composite device)?
Yes that is what I'm after the link you gave me is missing the file "Kbd_mouse.hid" as it stated would be in the zip. Going to read through this info but any example links would be great! Grendel, thx for the info, at least I know its possible now.
- Tue Jun 23, 2009 5:06 pm
- Forum: V-USB
- Topic: How to implement two interface (composite device)?
- Replies: 10
- Views: 8877
Re: How to implement two interface (composite device)?
rinku, if you could are you looking to do something like this?
viewtopic.php?f=8&t=2854
I dont have a solution but would really like to know the same, if that what you are asking.
viewtopic.php?f=8&t=2854
I dont have a solution but would really like to know the same, if that what you are asking.
- Mon Jun 22, 2009 5:30 pm
- Forum: V-USB
- Topic: Question about pin configuration of the USB for ATMEGA1281
- Replies: 3
- Views: 3907
Re: Question about pin configuration of the USB for ATMEGA1281
If this sounds nutty, then please disregard as I'm way more lost then you. But would you not want to connect the usb pins to what you chose in your software? Unless you didnt write it, or I'm missing something painfully obvious you would want to set your pins in the code and then connect them as suc...
- Tue Jun 16, 2009 4:41 pm
- Forum: V-USB
- Topic: force feed back
- Replies: 0
- Views: 4302
force feed back
I just read over the Device Class Definition for PID 1.0. and see its posible. has anyone out there done this, does anyone know of a example descriptor layout or code?
- Thu Jun 11, 2009 10:03 pm
- Forum: V-USB
- Topic: swithcing from atmeg8 to atmega168
- Replies: 17
- Views: 14386
Re: swithcing from atmeg8 to atmega168
hmm cant help you there, I dont retain that sort of info
christian was the one that pointed my to it. I remember it was not hosted where it should be and he linked me, PM him.
- Wed Jun 10, 2009 1:19 am
- Forum: V-USB
- Topic: swithcing from atmeg8 to atmega168
- Replies: 17
- Views: 14386
Re: swithcing from atmeg8 to atmega168
I used a 1.5k but the 2 should work.. I also have a 68 on d- as well as d+ I have seen some strange voltages myself but as mush as I though that would be an issue it never was. Did you try the usbavr-driver-and-examples . This is how I fix my problem. I download them and made the code / fuse / and d...
- Tue Jun 09, 2009 3:53 am
- Forum: V-USB
- Topic: swithcing from atmeg8 to atmega168
- Replies: 17
- Views: 14386
Re: swithcing from atmeg8 to atmega168
- Start here, the 1/2 will not work. You will need 1 what diodes. Fuses are good, and code looks ok.My circuit is the original circuit from the HIDKeys project. I also tried the circuit used by the usbasp project (with 3v6 and 3v3 zehners). Both did'nt work for me.
- Mon Jun 08, 2009 1:20 am
- Forum: V-USB
- Topic: swithcing from atmeg8 to atmega168
- Replies: 17
- Views: 14386
Re: swithcing from atmeg8 to atmega168
Should not be a problem, but to be honest there are so many thing to check.
the driver
the fuses
the code changes
the diodes
There is a bit more to each individual part above. If you know you have the latest driver, post your fuses, then post the code, or a bit of feed back so we can help.
the driver
the fuses
the code changes
the diodes
There is a bit more to each individual part above. If you know you have the latest driver, post your fuses, then post the code, or a bit of feed back so we can help.
- Mon Jun 08, 2009 1:16 am
- Forum: V-USB
- Topic: joystick with mouse? [ resolved ]
- Replies: 7
- Views: 6857
joystick with mouse? [ resolved ]
So would it even be possible to make a HID work with a mouse and joystick. I want to emulate the Gemini controller. It was a atari on the top and the paddle on the bottom. Seem like a simple task but how could I out put mouse HID data with Joystick HID data in the same device?
- Wed Apr 15, 2009 6:13 pm
- Forum: V-USB
- Topic: swithcing from atmeg8 to atmega168
- Replies: 17
- Views: 14386
Re: swithcing from atmeg8 to atmega168
turns out it was an old usbdrv, the actual file that was causing issues was usbdrvasm.o. I dont understand this level of the code but my guess is this fie was updated in 08. The bad usbdrvasm files show 12/12/07 the good show 3/12/08.
- Tue Apr 14, 2009 5:30 pm
- Forum: V-USB
- Topic: help with mouse hid exmaple
- Replies: 2
- Views: 2720
Re: help with mouse hid exmaple
ah good enough then thx.
- Mon Apr 13, 2009 10:34 pm
- Forum: V-USB
- Topic: help with mouse hid exmaple
- Replies: 2
- Views: 2720
help with mouse hid exmaple
I finaly got my exmaples to work with my atmega168 but there is one thing I would like to understand. where is the hardwareInit in these examples?