We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e127a commit 28be5a2Copy full SHA for 28be5a2
1 file changed
framework_lib/src/ccgx/device.rs
@@ -54,6 +54,7 @@ impl PdPort {
54
| Platform::Framework16Amd7080,
55
PdPort::Right23,
56
) => 0x40,
57
+ (Platform::Framework16Amd7080, PdPort::Back) => 0x42,
58
(Platform::FrameworkDesktopAmdAiMax300, PdPort::Back) => 0x08,
59
(Platform::FrameworkDesktopAmdAiMax300, _) => unsupported?,
60
// Framework Intel Platforms (CCG5 and CCG6)
@@ -111,6 +112,7 @@ impl PdPort {
111
112
| Platform::Framework12IntelGen13,
113
114
) => 2,
115
+ (Platform::Framework16Amd7080, PdPort::Back) => 5,
116
(Platform::FrameworkDesktopAmdAiMax300, PdPort::Back) => 1,
117
118
(Platform::UnknownSystem, _) => {
0 commit comments