http://bugs.winehq.org/show_bug.cgi?id=8007
--- Comment #12 from Vitaliy Margolen vitaliy@kievinfo.com 2008-12-09 19:11:16 ---
What is returned by the kernel is the concatentation of the "VendorID" and "ProductID" for the USB device.
This is exactly the bug. Wine can't guesstimate what is VendorID and what is ProductID. Kernel should return them separately. Or provide means to query that information. Which it doesn't.