summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/peripherals/1906608
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/peripherals/1906608
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloademulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/peripherals/1906608')
-rw-r--r--results/classifier/gemma3:12b/peripherals/190660818
1 files changed, 18 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/peripherals/1906608 b/results/classifier/gemma3:12b/peripherals/1906608
new file mode 100644
index 00000000..6f93d6b7
--- /dev/null
+++ b/results/classifier/gemma3:12b/peripherals/1906608
@@ -0,0 +1,18 @@
+
+ [Feature request]For some ehci controller, qemu should implement using portsc[26-27]  to detect the speed of device.
+
+for some ehci controller ,for example ehci controller on fsl_imx6,it using portsc[26-27] to decide a full speed device or high speed device was connected, hub-ehci.c should set the portsc[26-27] to return the right speed.
+
+line:1001 in hub-ehci.c
+        if (dev && dev->attached && (dev->speedmask & USB_SPEED_MASK_HIGH)) {
+            val |= PORTSC_PED;
+        }
+
+below is the spec for fsl_imx6 USB PART.
+PORTSC:27–26 :PSPD
+Port Speed - Read Only.
+This register field indicates the speed at which the port is operating.
+00 Full Speed
+01 Low Speed
+10 High Speed
+11 Undefined
\ No newline at end of file