Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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 Jiri Svoboda, 13 years ago

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.

comment:2 by Vojtech Horky, 13 years ago

Cc: vojtech.horky@… added

comment:3 by Vojtech Horky, 13 years ago

Does it work again after changeset:mainline,1017 or is it still broken?

comment:4 by Jiri Svoboda, 13 years ago

Resolution: fixed
Status: newclosed

Looks like this was fixed in changeset:mainline,1016.

comment:5 by Jakub Jermář, 13 years ago

Component: debugginghelenos/unspecified
Note: See TracTickets for help on using tickets.