USBLibAPIGuide
1.00.00.01
bazel-out
k8-dbg
bin
docs
usblib
msp432e4
api-guide-html-srcs
usb-ids.h
Go to the documentation of this file.
1
//*****************************************************************************
2
//
3
// usb-ids.h - Definitions of VIDs and PIDs used by USB library.
4
//
5
// Copyright (c) 2008-2017 Texas Instruments Incorporated. All rights reserved.
6
// Software License Agreement
7
//
8
// Texas Instruments (TI) is supplying this software for use solely and
9
// exclusively on TI's microcontroller products. The software is owned by
10
// TI and/or its suppliers, and is protected under applicable copyright
11
// laws. You may not combine this software with "viral" open-source
12
// software in order to form a larger program.
13
//
14
// THIS SOFTWARE IS PROVIDED "AS IS" AND WITH ALL FAULTS.
15
// NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT
16
// NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
17
// A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. TI SHALL NOT, UNDER ANY
18
// CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
19
// DAMAGES, FOR ANY REASON WHATSOEVER.
20
//
21
//*****************************************************************************
22
23
#ifndef __USBIDS_H__
24
#define __USBIDS_H__
25
26
//*****************************************************************************
27
//
28
// TI Vendor ID for devices that use VID as 0x1CBE.
29
//
30
//*****************************************************************************
31
#define USB_VID_TI_1CBE 0x1cbe
32
33
//*****************************************************************************
34
//
35
// Product IDs.
36
//
37
//*****************************************************************************
38
#define USB_PID_MOUSE 0x0000
39
#define USB_PID_KEYBOARD 0x0001
40
#define USB_PID_SERIAL 0x0002
41
#define USB_PID_BULK 0x0003
42
#define USB_PID_SCOPE 0x0004
43
#define USB_PID_MSC 0x0005
44
#define USB_PID_AUDIO 0x0006
45
#define USB_PID_COMP_SERIAL 0x0007
46
#define USB_PID_COMP_AUDIO_HID 0x0008
47
#define USB_PID_COMP_HID_SER 0x0009
48
#define USB_PID_COMP_HID_DFU 0x000A
49
#define USB_PID_DATA_LOGGER 0x000B
50
#define USB_PID_COMP_HID_HID 0x000D
51
#define USB_PID_GAMEPAD 0x000F
52
#define USB_PID_LP_CGAMEPAD 0x0010
53
#define USB_PID_HID 0x0011
54
#define USB_PID_SENSOR 0x0012
55
#define USB_PID_DFU 0x00FF
56
57
#endif
/* __USBIDS_H__ */
© Copyright 1995-2020
, Texas Instruments Incorporated. All rights reserved.
Trademarks
|
Privacy policy
|
Terms of use
|
Terms of sale