@@ -65,16 +65,18 @@ impl PdPort {
6565 (
6666 Platform :: Framework13Amd7080
6767 | Platform :: Framework13AmdAi300
68- | Platform :: Framework16Amd7080 ,
68+ | Platform :: Framework16Amd7080
69+ | Platform :: Framework16AmdAi300 ,
6970 PdPort :: Right01 ,
7071 ) => 0x42 ,
7172 (
7273 Platform :: Framework13Amd7080
7374 | Platform :: Framework13AmdAi300
74- | Platform :: Framework16Amd7080 ,
75+ | Platform :: Framework16Amd7080
76+ | Platform :: Framework16AmdAi300 ,
7577 PdPort :: Left23 ,
7678 ) => 0x40 ,
77- ( Platform :: Framework16Amd7080 , PdPort :: Back ) => 0x42 ,
79+ ( Platform :: Framework16Amd7080 | Platform :: Framework16AmdAi300 , PdPort :: Back ) => 0x42 ,
7880 ( Platform :: FrameworkDesktopAmdAiMax300 , PdPort :: Back ) => 0x08 ,
7981 ( Platform :: FrameworkDesktopAmdAiMax300 , _) => unsupported?,
8082 // Framework Intel Platforms (CCG5 and CCG6)
@@ -120,6 +122,7 @@ impl PdPort {
120122 (
121123 Platform :: Framework13Amd7080
122124 | Platform :: Framework16Amd7080
125+ | Platform :: Framework16AmdAi300
123126 | Platform :: IntelCoreUltra1
124127 | Platform :: Framework13AmdAi300
125128 | Platform :: Framework12IntelGen13 ,
@@ -128,12 +131,13 @@ impl PdPort {
128131 (
129132 Platform :: Framework13Amd7080
130133 | Platform :: Framework16Amd7080
134+ | Platform :: Framework16AmdAi300
131135 | Platform :: IntelCoreUltra1
132136 | Platform :: Framework13AmdAi300
133137 | Platform :: Framework12IntelGen13 ,
134138 PdPort :: Left23 ,
135139 ) => 2 ,
136- ( Platform :: Framework16Amd7080 , PdPort :: Back ) => 5 ,
140+ ( Platform :: Framework16Amd7080 | Platform :: Framework16AmdAi300 , PdPort :: Back ) => 5 ,
137141 ( Platform :: FrameworkDesktopAmdAiMax300 , PdPort :: Back ) => 1 ,
138142 ( Platform :: FrameworkDesktopAmdAiMax300 , _) => unsupported?,
139143 ( Platform :: UnknownSystem , _) => {
0 commit comments