Re: [RFC PATCH 0/4] Misc OHCI patches

2021-10-04 Thread BALATON Zoltan
On Mon, 4 Oct 2021, Howard Spoelstra wrote: Hi all, One more observation: When running Mac OS guests with -mac99,via=pmu, the guest is presented with a usb-mouse and usb-kbd, while -mac99 provides cuda mouse/kbd. If I run with via=pmu, the mouse/kbd will not work when passing through the usb h

Re: [RFC PATCH 0/4] Misc OHCI patches

2021-10-03 Thread Howard Spoelstra
Hi all, One more observation: When running Mac OS guests with -mac99,via=pmu, the guest is presented with a usb-mouse and usb-kbd, while -mac99 provides cuda mouse/kbd. If I run with via=pmu, the mouse/kbd will not work when passing through the usb headset. Only when I keep interrupting by press

Re: [RFC PATCH 0/4] Misc OHCI patches

2021-10-03 Thread Howard Spoelstra
On Sun, Oct 3, 2021 at 12:00 PM BALATON Zoltan wrote: > On Sun, 3 Oct 2021, Howard Spoelstra wrote: > > On Sat, Oct 2, 2021 at 5:42 PM BALATON Zoltan > wrote: > >> I'm also not sure where's the problem (maybe we have multiple problems). > >> It also does not work with an emulated usb-audio devic

Re: [RFC PATCH 0/4] Misc OHCI patches

2021-10-03 Thread BALATON Zoltan
On Sun, 3 Oct 2021, Howard Spoelstra wrote: On Sat, Oct 2, 2021 at 5:42 PM BALATON Zoltan wrote: I'm also not sure where's the problem (maybe we have multiple problems). It also does not work with an emulated usb-audio device but that also doesn't work with EHCI so it may have a problem by itse

Re: [RFC PATCH 0/4] Misc OHCI patches

2021-10-03 Thread Howard Spoelstra
On Sat, Oct 2, 2021 at 5:42 PM BALATON Zoltan wrote: > On Sat, 2 Oct 2021, Howard Spoelstra wrote: > > Both have issues communicating with endpoint 4 (the hid controls volume > > up/down and mute). > > Endpoint 1 should receive the isochronous audio stream, but never does. > > > > After some expe

Re: [RFC PATCH 0/4] Misc OHCI patches

2021-10-02 Thread BALATON Zoltan
On Sat, 2 Oct 2021, BALATON Zoltan wrote: Interestingly on pegasos2 which has UHCI instead of OHCI MorphOS does not even correctly detect the emulated usb-audio device and trying to get info makes it freeze so looks like the UHCI model may also have some problems of its own. So it's not the U

Re: [RFC PATCH 0/4] Misc OHCI patches

2021-10-02 Thread BALATON Zoltan
On Sat, 2 Oct 2021, Howard Spoelstra wrote: Both have issues communicating with endpoint 4 (the hid controls volume up/down and mute). Endpoint 1 should receive the isochronous audio stream, but never does. After some experimentation with unplugging/plugging the headset and probing the usb stack

Re: [RFC PATCH 0/4] Misc OHCI patches

2021-10-02 Thread BALATON Zoltan
On Fri, 1 Oct 2021, BALATON Zoltan wrote: Posted as RFC because it's unfinfished and untested as there seems to be some regression with mac99 so it does not boot for me for some reason I haven't debugged yet. Hope Howard can test it and see if it changes any of the traces seen before. I've now

Re: [RFC PATCH 0/4] Misc OHCI patches

2021-10-02 Thread BALATON Zoltan
On Sat, 2 Oct 2021, Howard Spoelstra wrote: Hi all, I've booted Fedora12 and MacOS 9.2/OSX10.4 ppc with these patches applied. All boot OK. (Fedora12 requires -mac99,via=pmu. Here there seems to be some interference with the kbd, due to via=pmu presenting usb mouse and kdb to the guest. So I cou

[RFC PATCH 0/4] Misc OHCI patches

2021-10-01 Thread BALATON Zoltan
Hello, This is a first attempt to make some progress with the problems found with OHCI especially when trying to pass through a usb sound card on mac99. This does not go all the way to allow multiple async packets on different endpoints yet but as a first step just try to fix the interaction and p