This means that if a device belongs to a certain class, then other devicesbelonging to the same class can make use of the same device driver.Some of these classes are the USB HID (Human Interface Devices) class which covers input devices like keyboards and mice, the USB Mass Storagedevices class which covers devices like pen drives, digital cameras, audio players etc and the USB CDC (Communication Devices Class) which essentiallycovers USBmodems and similar devices. これは、あるデバイスが特定のクラスに属していれば、同じクラスに属している他のデバイスは同じデバイスドライバを利用できるというものです。 これらクラスには、キーボードやマウスのような入力デバイスを対象とするUSBHID(HumanInterfaceDevice)クラス、そしてUSBメモリ、デジタルカメラ、オーディオプレーヤーなどを対象とするUSBマスストレージデバイスクラス、さらにUSBモデムやそれに似たデバイスを基本的に対象とするUSBCDC(コミュニケーションデバイスクラス)といったものがあります。 - Gentoo Linux