File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
dual/host_hid_to_device_cdc/src Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 132
132
// max device support (excluding hub device)
133
133
#define CFG_TUH_DEVICE_MAX (CFG_TUH_HUB ? 4 : 1) // hub typically has 4 ports
134
134
135
- #define CFG_TUH_HID (4 *CFG_TUH_DEVICE_MAX)
135
+ #define CFG_TUH_HID (3 *CFG_TUH_DEVICE_MAX)
136
136
#define CFG_TUH_HID_EPIN_BUFSIZE 64
137
137
#define CFG_TUH_HID_EPOUT_BUFSIZE 64
138
138
Original file line number Diff line number Diff line change 97
97
98
98
#define CFG_TUH_HUB 1 // number of supported hubs
99
99
#define CFG_TUH_CDC 1
100
- #define CFG_TUH_HID (4 *CFG_TUH_DEVICE_MAX) // typical keyboard + mouse device can have 3-4 HID interfaces
100
+ #define CFG_TUH_HID (3 *CFG_TUH_DEVICE_MAX) // typical keyboard + mouse device can have 3-4 HID interfaces
101
101
#define CFG_TUH_MSC 1
102
102
#define CFG_TUH_VENDOR 0
103
103
Original file line number Diff line number Diff line change 97
97
98
98
#define CFG_TUH_HUB 0
99
99
#define CFG_TUH_CDC 0
100
- #define CFG_TUH_HID (4 *CFG_TUH_DEVICE_MAX) // typical keyboard + mouse device can have 3-4 HID interfaces
100
+ #define CFG_TUH_HID (3 *CFG_TUH_DEVICE_MAX) // typical keyboard + mouse device can have 3-4 HID interfaces
101
101
#define CFG_TUH_MSC 0
102
102
#define CFG_TUH_VENDOR 0
103
103
You can’t perform that action at this time.
0 commit comments