On Wed, Mar 24, 2010 at 9:24 PM, Alexandre Julliard <julli...@winehq.org> wrote: > Damjan Jovanovic <damjan....@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 > julli...@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