igor.masar
dfd8098716
fix(usb/hal/dwc): Correct host channel number calculation
...
The hardware field `ghwcfg2.numhstchnl` is zero-based, meaning the actual
number of available host channels is `numhstchnl + 1`. This off-by-one
error caused the USB Host controller to report N-1 channels instead of N,
leading to premature "No more HCD channels available" errors when
connecting multiple devices.
This issue affects ESP32-S2, ESP32-S3, and ESP32-P4.
2025-02-26 17:29:06 +08:00
..
2025-01-08 21:58:12 +08:00
2024-03-13 15:22:07 +05:30
2024-08-07 10:46:57 +08:00
2024-12-18 11:33:28 +08:00
2023-11-09 14:17:54 +08:00
2024-01-25 19:15:33 +08:00
2022-06-28 14:17:12 +08:00
2022-06-28 14:17:12 +08:00
2024-04-11 13:07:04 +03:00
2024-01-18 16:36:53 +08:00
2024-03-13 15:22:07 +05:30
2023-07-05 17:33:32 +08:00
2022-08-02 23:07:06 +08:00
2024-03-29 10:41:17 +08:00
2022-07-05 14:38:27 +08:00
2024-01-22 18:02:55 +02:00
2025-02-24 17:32:01 +08:00
2024-11-27 09:57:37 +08:00
2024-11-20 19:16:23 +08:00
2024-11-21 19:04:55 +08:00
2024-07-05 15:11:57 +08:00
2023-07-05 17:33:32 +08:00
2025-02-19 14:14:27 +01:00
2024-05-22 15:56:07 +08:00
2024-07-03 10:49:20 +05:30
2023-07-05 17:33:32 +08:00
2025-01-07 16:16:06 +08:00
2024-06-18 09:59:06 +08:00
2024-07-08 14:52:14 +08:00
2022-06-23 15:36:44 +08:00
2025-01-16 11:11:13 +08:00
2024-01-25 19:15:33 +08:00
2025-02-19 16:02:25 +08:00
2023-09-05 11:52:34 +08:00
2023-01-09 17:10:04 +08:00
2024-09-13 14:13:20 +08:00
2024-03-27 11:23:30 +05:30
2025-01-21 12:21:42 +05:30
2024-08-15 15:08:56 +08:00
2025-02-12 20:29:34 +08:00
2024-12-09 20:56:54 +07:00
2024-12-18 14:55:25 +08:00
2023-12-07 18:46:24 +08:00
2023-12-26 16:45:20 +08:00
2024-04-08 17:48:20 +08:00
2024-10-30 10:02:49 +08:00
2025-01-23 11:55:40 +08:00
2023-07-05 17:33:32 +08:00
2024-12-18 19:23:25 +08:00
2025-02-05 14:54:48 +08:00
2025-02-26 17:29:06 +08:00
2025-01-07 09:10:23 +01:00
2021-09-02 09:09:00 +08:00