#348 closed defect (fixed)
r1009 (async fw) breaks USB device detection
Reported by: | Jiri Svoboda | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.5.0 |
Component: | helenos/unspecified | Version: | mainline |
Keywords: | Cc: | vojtech.horky@… | |
Blocker for: | Depends on: | ||
See also: |
Description
I tried forwarding a generic USB device not supported by either Linux host and HelenOS into Qemu:
$ qemu -m 64 -cdrom image.iso -usb -usbdevice host:07ca:b835
When I try this at changeset:mainline,1007 it somehow works, that is usbmid
and usbflbk
are attached to the device and I can query the device with usbinfo.
As of changeset:mainline,1015 this does not work. Only the root hub driver is attached, but no driver is attached to the device.
Change History (5)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Cc: | added |
---|
comment:4 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Looks like this was fixed in changeset:mainline,1016.
comment:5 by , 13 years ago
Component: | debugging → helenos/unspecified |
---|
Note:
See TracTickets
for help on using tickets.
This works with any USB device, of course. I tried it with a USB keypad as well. Before the async FW change it works perfectly in HelenOS, after the change it is not detected.