using a USB HID device with WINE?
-
- Level 1
- Posts: 7
- Joined: Sun Feb 24, 2008 10:25 pm
using a USB HID device with WINE?
I have a flight sim (PhoenixRC) that comes with a special controller. The controller shows up as a Human Interface Device (HID) and it seems to work just fine with Ubuntu--I can do "sudo cat /dev/usb/hiddev0" and see the output change as I move the controls around. However when I start up PhoenixRC it complains that the controller isn't connected. Is there a way to use the controller with WINE, some kind of setting that I need to change or something?
Re: using a USB HID device with WINE?
No. Wine does not support USB devices yet. It can not talk to them directly. Of course things that have their own Linux driver work fine (keyboard, mouse, joystick, etc).raccoonone wrote:I have a flight sim (PhoenixRC) that comes with a special controller. The controller shows up as a Human Interface Device (HID) and it seems to work just fine with Ubuntu--I can do "sudo cat /dev/usb/hiddev0" and see the output change as I move the controls around. However when I start up PhoenixRC it complains that the controller isn't connected. Is there a way to use the controller with WINE, some kind of setting that I need to change or something?
-
- Level 1
- Posts: 7
- Joined: Sun Feb 24, 2008 10:25 pm
using a USB HID device with WINE?
I'm not sure who's the original poster, but depending on your
programming experience, you might want to add a vote to <http://
bugs.winehq.org/show_bug.cgi?id=8783>, work on this bug, or both.
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
programming experience, you might want to add a vote to <http://
bugs.winehq.org/show_bug.cgi?id=8783>, work on this bug, or both.
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
-
- Level 1
- Posts: 7
- Joined: Sun Feb 24, 2008 10:25 pm
Re: using a USB HID device with WINE?
I'm a computer science major (in my 2nd year now); I've found that even though I can program fairly well I don't understand the Windows API well enough to work on a lot of the things in WINE. But I'll try to work on a patch, and learn enough.Markus Hitter wrote:I'm not sure who's the original poster, but depending on your
programming experience, you might want to add a vote to <http://
bugs.winehq.org/show_bug.cgi?id=8783>, work on this bug, or both.
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
Are you sure this is the same the bug as #8783? I tried WINEDEBUG=+comm, but it didn't give any additional output. However doing WINEDEBUG=+hid showed several calls to HidD_GetHidGuid, and looking at hid.dll it seems that essentially none of the functions have been implemented.
using a USB HID device with WINE?
Am 19.03.2008 um 03:41 schrieb raccoonone:

Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
No, I'm not sureAre you sure this is the same the bug as #8783?

Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/