@@ -65,16 +65,18 @@ impl PdPort {
65
65
(
66
66
Platform :: Framework13Amd7080
67
67
| Platform :: Framework13AmdAi300
68
- | Platform :: Framework16Amd7080 ,
68
+ | Platform :: Framework16Amd7080
69
+ | Platform :: Framework16AmdAi300 ,
69
70
PdPort :: Right01 ,
70
71
) => 0x42 ,
71
72
(
72
73
Platform :: Framework13Amd7080
73
74
| Platform :: Framework13AmdAi300
74
- | Platform :: Framework16Amd7080 ,
75
+ | Platform :: Framework16Amd7080
76
+ | Platform :: Framework16AmdAi300 ,
75
77
PdPort :: Left23 ,
76
78
) => 0x40 ,
77
- ( Platform :: Framework16Amd7080 , PdPort :: Back ) => 0x42 ,
79
+ ( Platform :: Framework16Amd7080 | Platform :: Framework16AmdAi300 , PdPort :: Back ) => 0x42 ,
78
80
( Platform :: FrameworkDesktopAmdAiMax300 , PdPort :: Back ) => 0x08 ,
79
81
( Platform :: FrameworkDesktopAmdAiMax300 , _) => unsupported?,
80
82
// Framework Intel Platforms (CCG5 and CCG6)
@@ -120,6 +122,7 @@ impl PdPort {
120
122
(
121
123
Platform :: Framework13Amd7080
122
124
| Platform :: Framework16Amd7080
125
+ | Platform :: Framework16AmdAi300
123
126
| Platform :: IntelCoreUltra1
124
127
| Platform :: Framework13AmdAi300
125
128
| Platform :: Framework12IntelGen13 ,
@@ -128,12 +131,13 @@ impl PdPort {
128
131
(
129
132
Platform :: Framework13Amd7080
130
133
| Platform :: Framework16Amd7080
134
+ | Platform :: Framework16AmdAi300
131
135
| Platform :: IntelCoreUltra1
132
136
| Platform :: Framework13AmdAi300
133
137
| Platform :: Framework12IntelGen13 ,
134
138
PdPort :: Left23 ,
135
139
) => 2 ,
136
- ( Platform :: Framework16Amd7080 , PdPort :: Back ) => 5 ,
140
+ ( Platform :: Framework16Amd7080 | Platform :: Framework16AmdAi300 , PdPort :: Back ) => 5 ,
137
141
( Platform :: FrameworkDesktopAmdAiMax300 , PdPort :: Back ) => 1 ,
138
142
( Platform :: FrameworkDesktopAmdAiMax300 , _) => unsupported?,
139
143
( Platform :: UnknownSystem , _) => {
0 commit comments