Search found 3 matches

by yapoid
Fri Sep 10, 2010 7:59 pm
Forum: V-USB
Topic: Emulate an USB HUB
Replies: 10
Views: 8500

Re: Emulate an USB HUB

Yes. Two 3v6 diodes: one between D+ and GND, the other one between D- and GND. My microcontroller is running with 5V, powered by the USB port.
by yapoid
Fri Sep 10, 2010 6:18 am
Forum: V-USB
Topic: Emulate an USB HUB
Replies: 10
Views: 8500

Re: Emulate an USB HUB

@crazyc did you need to patch something to get V-USB to answer the HUB descriptor? (second byte from wValue equals 0x29, AFAIK) Are you guys working on a new code from scratch or just porting the existing AT90USB LUFA-based source code? I'm working with an ATmega328p clocked with an external 20MHz c...
by yapoid
Thu Sep 09, 2010 3:34 pm
Forum: V-USB
Topic: Emulate an USB HUB
Replies: 10
Views: 8500

Re: Emulate an USB HUB

Hi, I'm also working on emulating an USB HUB. I got the USB HUB to be found by Linux. Here's my dmesg output: [33547.616587] usb 5-1: new low speed USB device using uhci_hcd and address 83 [33547.774569] usb 5-1: configuration #1 chosen from 1 choice [33547.779024] hub 5-1:1.0: USB hub found [33552....