Search found 3 matches
- Sun Jun 28, 2009 4:28 pm
- Forum: V-USB
- Topic: 4 gamepads not recognized on LINUX
- Replies: 2
- Views: 3582
Re: 4 gamepads not recognized on LINUX
Yeah I used his code to learn how to do this, but the problem is when I use 2 controllers it worked, like this: PROGMEM char usbHidReportDescriptor[USB_CFG_HID_REPORT_DESCRIPTOR_LENGTH] = { 0x05, 0x01, // USAGE_PAGE (Generic Desktop) 0x09, 0x04, // USAGE (Joystick) 0xa1, 0x01, // COLLECTION (Applica...
- Fri Jun 26, 2009 11:55 pm
- Forum: V-USB
- Topic: 4 gamepads not recognized on LINUX
- Replies: 2
- Views: 3582
4 gamepads not recognized on LINUX
Hi, I'm working on a module to connect 4 Nintendo64 controllers to PC via USB. I'm almost finishing it, but I have a problem, my hid descriptor has 4 identical devices identified by the report-ID. OK, on windows this works fine but on Linux they don't appear at the /dev/input as joysticks. They appe...
- Tue Jun 09, 2009 10:56 pm
- Forum: V-USB
- Topic: AVR-USB on an STK500?
- Replies: 4
- Views: 3388
Re: AVR-USB on an STK500?
YES!! With the last version of v-usb I connected a stk500 kit to usb Remember to connect both GND signals together, the stk500 and the usb to get things at the same potential. I was able to use it with 12 and 16MHz clock, I used the zener diodes hardware that is in the schematics folder. If you have...