On 1/9/06, Eyes Blue <[EMAIL PROTECTED]> wrote:
> I had read a theme recently. It indicat the HID is
> design for driverless USB device, Is it passable no
> need driver drive device if every function of product
> mapping to HID?

In Windows, you do not need a special device driver to access
HID-class devices (other USB devices need special drivers for
accessing the device from userspace).

However, to the best of my knowledge, there is no *direct* equivalent
to the Windows HID API in either the Linux kernel, or in userspace.

You can use libusb or libhid to access HID devices in Linux from
userspace, but neither will be a drop-in replacement for the Windows
HID API.

http://libusb.sourceforge.net/

http://libhid.alioth.debian.org/

--
- Charles Lepple


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to