Skip to content

Commit 28be5a2

Browse files
committed
Framework16Amd7080: Add support for 3rd PD
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 55e127a commit 28be5a2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

framework_lib/src/ccgx/device.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ impl PdPort {
5454
| Platform::Framework16Amd7080,
5555
PdPort::Right23,
5656
) => 0x40,
57+
(Platform::Framework16Amd7080, PdPort::Back) => 0x42,
5758
(Platform::FrameworkDesktopAmdAiMax300, PdPort::Back) => 0x08,
5859
(Platform::FrameworkDesktopAmdAiMax300, _) => unsupported?,
5960
// Framework Intel Platforms (CCG5 and CCG6)
@@ -111,6 +112,7 @@ impl PdPort {
111112
| Platform::Framework12IntelGen13,
112113
PdPort::Right23,
113114
) => 2,
115+
(Platform::Framework16Amd7080, PdPort::Back) => 5,
114116
(Platform::FrameworkDesktopAmdAiMax300, PdPort::Back) => 1,
115117
(Platform::FrameworkDesktopAmdAiMax300, _) => unsupported?,
116118
(Platform::UnknownSystem, _) => {

0 commit comments

Comments
 (0)