Wine 6.0 & libusb. How it use?

Questions about Wine on Linux
Locked
WWolf
Newbie
Newbie
Posts: 1
Joined: Tue Jan 19, 2021 2:47 am

Wine 6.0 & libusb. How it use?

Post by WWolf »

In the release note states the following:
The LibUSB library is used to implement the USB driver.
How it use?
invisible kid
Level 5
Level 5
Posts: 354
Joined: Tue Dec 24, 2019 3:23 pm

Re: Wine 6.0 & libusb. How it use?

Post by invisible kid »

It's hard to answer your question with the info you provided. The link below may not answer your question, but maybe it can be a starting point. I imagine wine looks for this library at configure time. You can see if you have it by checking your library directories. I have libusb-1.0.so.0.1.0 in /usr/lib for example.

https://github.com/libusb/libusb
Locked