24 Mar
2010
24 Mar
'10
2:44 p.m.
On Wed, Mar 24, 2010 at 9:24 PM, Alexandre Julliard <julliard(a)winehq.org> wrote:
Damjan Jovanovic <damjan.jov(a)gmail.com> writes:
The same as Etersoft's USB patches: for doing USB I/O to USB devices.
Obviously, but why do you specifically need usbhub.sys given that it doesn't export anything? What is there that depends on having it?
-- Alexandre Julliard julliard(a)winehq.org
usbhub.sys isn't accessed via exports and I don't think anything depends on usbhub.sys specifically - but on Windows it builds device objects for USB devices and does I/O to these, so it seems like the best place to do those in Wine too. Damjan Jovanovic