diff options
Diffstat (limited to 'results/classifier/deepseek-2/output/peripherals/757654')
| -rw-r--r-- | results/classifier/deepseek-2/output/peripherals/757654 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/results/classifier/deepseek-2/output/peripherals/757654 b/results/classifier/deepseek-2/output/peripherals/757654 new file mode 100644 index 000000000..1ecd9b377 --- /dev/null +++ b/results/classifier/deepseek-2/output/peripherals/757654 @@ -0,0 +1,16 @@ + +UHCI fails to signal stall response + +When TD execution results in STALL error (STALL handshake, no stall as a result of err count reaching 0), there is no way to know about it except for checking that TD. IMO it is an error condition and it should be reflected in the status register (and issue an interrupt if enabled). + +Ways to replicate: +Send a query that is answered by stall (like set_idle request to a mouse) + +Expected behavior: +UHCI hc sets status bit 1 (usb error interrupt) and issues an interrupt + +current behavior: +Neither status bit is set nor interrupt triggered + +Version 0.14 +attached patch for current master (quick fix, it might be I got something wrong) \ No newline at end of file |