The DNA 200 communicates over USB HID, as well as supplying a standard USB CDC serial port (/dev/ttyACM0 on Linux). We intentionally chose standard protocols so as to not require drivers on less common platforms. If you want to get it running on Wine, you'll want to contribute USB HID support to that project. Wine has needed that for a while -- it could use Dymo scales, many embedded programming tools, etc. if it had it. I don't think it would be a very large project, as the kernel hidraw is very similar to Windows's HID.