Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4f53359

Browse files
committed
Identify a few more classes of device (including superspeed and USB4 hubs).
1 parent025c71e commit4f53359

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎rom/usb/poseidon/numtostr.c‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const struct PsdULStringMap usbcomboclasscodestr[] =
3434
{ (3<<24)|(AUDIO_CTRL_SUBCLASS <<8)|AUDIO_CLASSCODE ,"Audio Control" },
3535
{ (3<<24)|(AUDIO_STREAM_SUBCLASS<<8)|AUDIO_CLASSCODE ,"Audio Streaming" },
3636
{ (3<<24)|(AUDIO_MIDI_SUBCLASS <<8)|AUDIO_CLASSCODE ,"Midi" },
37+
{ (1<<24) |0x10 ,"Audio/Video" },
3738
{ (1<<24) |AUDIO_CLASSCODE ,"Audio" },
3839

3940
{ (3<<24)|(CDC_DLCM_SUBCLASS <<8)|CDCCTRL_CLASSCODE ,"Direct Line Control" },
@@ -79,6 +80,9 @@ const struct PsdULStringMap usbcomboclasscodestr[] =
7980

8081
{ (7<<24)|(1<<16) |HUB_CLASSCODE ,"Hub (Hi-speed, Single TT)" },
8182
{ (7<<24)|(2<<16) |HUB_CLASSCODE ,"Hub (Hi-speed, Multi TT)" },
83+
{ (7<<24)|(3<<16) |HUB_CLASSCODE ,"Hub (SuperSpeed)" },
84+
{ (1<<24) |0x1A ,"USB4 Hub" },
85+
{ (1<<24) |0x12 ,"USB Type-C Bridge" },
8286
{ (1<<24) |HUB_CLASSCODE ,"Hub" },
8387

8488
{ (1<<24) |SMARTCARD_CLASSCODE,"Chip-/Smartcard" },

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp