1 Feb 2010 03:09
Re: Status of the HID backend
Xiaofan Chen <xiaofanc <at> gmail.com>
2010-02-01 02:09:55 GMT
2010-02-01 02:09:55 GMT
On Sun, Jan 31, 2010 at 10:49 PM, Pete Batard <pbatard <at> gmail.com> wrote: > Thus, right now, the interrupt code for HID has not been properly > tested, and I'll be relying on you guys to tell me if it needs > modifications. Or if you know of an USB device that is handled by the > generic HID driver, and provides interrupt transfers through that driver > on Windows, I'll see what I can do to get my hands on it. > > I'd guess a HID device where firmware can be upgraded would probably > fall into that category, although any USB keyboard or mouse would be > useless, as another limitation of Windows is that it doesn't provide r/w > access to HID system devices (http://www.lvr.com/hidfaq.htm: "Why do I > receive "Access denied" when attempting to access my HID?") > Yes those USB demo board would fit the need quite well. I have bought some demo boards from Microchip which can function as generic HID device with their example firmware. I also have the PICkit 2 programmer which is a generic HID device as well. Jan Axelson's website also lists many other boards which can load the HID related firmware. She also has the excellent generic HID firmware for some of the boards. http://www.lvr.com/hidpage.htm Last time I wrote a simple libusb program to test her generic HID example with libusb 0.1 but it can be easily converter to the synchronous API of libusb 1.0. http://www.microchip.com/forums/tm.aspx?m=340898 BTW, her generic WinUSB firmware example can be a good(Continue reading)
RSS Feed