RE: Problem about different class's USB client driver.... by RobertMagyar
RobertMagyar
Tue Dec 14 12:35:03 CST 2004
Basically, the purpose of a class driver, is to provide a range of basic
services, for a group of similar devices. So if you have a device, that is
identified as a mouse, you can get basic pointing functions, if you have a
hid driver installed.
If you go to usb.org, you can download the usb device class drivers specs,
and review them. Note, different working groups, created different class
drives specs, and some were created a while back and are quite out of date.
Robert
"kemin" wrote:
> Dear all,
>
> According to the USB spec, keyboard/mouse devices are belong to HID
> class
> and modem is belong to CDC class. From the USB client driver's view,
> what's the major difference between HID class and CDC class?
> Thanks!!
>
> Kemin