USB Vendor, Product and Class IDs. More...
Go to the source code of this file.
Defines | |
Vendor IDs | |
| #define | USB_VID_ATMEL 0x03eb |
| Atmel Corporation. | |
Product IDs | |
| #define | USB_PID_AVR32786 0x2112 |
| AVR32786 High Speed USB Mass Storage Device SDHC. | |
| #define | USB_PID_ASF_TEST 0x21fe |
| For internal testing only. | |
USB Device and Interface Class IDs | |
| #define | USB_CLASS_NONE 0x00 |
| No class. | |
| #define | USB_CLASS_AUDIO 0x01 |
| USB Audio Class. | |
| #define | USB_CLASS_CDC_DEVICE 0x02 |
| USB Communication Device Class. | |
| #define | USB_CLASS_CDC_COMM 0x02 |
| CDC Communication Class Interface. | |
| #define | USB_CLASS_CDC_DATA 0x0a |
| CDC Data Class Interface. | |
| #define | USB_CLASS_HID 0x03 |
| USB Human Interface Device Class. | |
| #define | USB_CLASS_MSC 0x08 |
| USB Mass Storage Class. | |
| #define | USB_CLASS_APP 0xfe |
| Application-specific Class. | |
| #define | USB_CLASS_VENDOR 0xff |
| Vendor-specific class. | |
USB Device and Interface Subclass IDs | |
| #define | USB_SUBCLASS_NONE 0x00 |
| No subclass. | |
USB Device and Interface Protocol IDs | |
| #define | USB_PROTOCOL_NONE 0x00 |
| No protocol. | |
| #define | USB_PROTOCOL_VENDOR 0xff |
| Vendor-specific protocol. | |
USB Vendor, Product and Class IDs.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file usb_ids.h.
1.6.3