1# Copyright (c) 2019 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config USB_PID_CDC_ACM_SAMPLE
5	hex
6	default 0x0001
7
8config USB_PID_CDC_ACM_COMPOSITE_SAMPLE
9	hex
10	default 0x0002
11
12config USB_PID_HID_CDC_SAMPLE
13	hex
14	default 0x0003
15
16config USB_PID_CONSOLE_SAMPLE
17	hex
18	default 0x0004
19
20config USB_PID_DFU_SAMPLE
21	hex
22	default 0x0005
23
24config USB_PID_HID_SAMPLE
25	hex
26	default 0x0006
27
28config USB_PID_HID_MOUSE_SAMPLE
29	hex
30	default 0x0007
31
32config USB_PID_MASS_SAMPLE
33	hex
34	default 0x0008
35
36config USB_PID_TESTUSB_SAMPLE
37	hex
38	default 0x0009
39
40config USB_PID_WEBUSB_SAMPLE
41	hex
42	default 0x000A
43
44config USB_PID_BLE_HCI_SAMPLE
45	hex
46	default 0x000B
47
48config USB_PID_BLE_HCI_H4_SAMPLE
49	hex
50	default 0x000C
51
52config USB_PID_WPANUSB_SAMPLE
53	hex
54	default 0x000D
55