I am interested to find out what, in general, would people expect the rear usb-c (usb4) ports on the Framework Desktop should be able to provide.
Also, note that on this FW page provided no useful information regarding power on usb-c ports.
So, for lack of any information from FW on the matter, what would most users expect?
I asked copilot/chat-gpt and it said the default for usb-c is 15W, but with PD it can go much higher.
For the FW Desktop, rear USB-4 ports.
First poll is for what people would normally expect based on other laptops/desktops out there from other manufactures:
7.5 W
15 W
20 - 30 W
100 W
240 W
0voters
Second, would users expect both usb4 ports to have the same capabilities. I.e. both ports deliver the same amount of power at the same time.
Both ports deliver the same power at the same time
One port wins, the other port received less power.
0voters
Third poll is for what people would wish for in future:
I’ve tested this morning the ports with my chargerlab tester and for those who are wondering, the only PD power supporded is 5V@1.5A or 7W. It is just enough to power a USB C portable monitor at low brightness.
I tested with BIOS 03.02, the latest version then.
Now with 03.03 PD is still 7W but I saw in the release notes that it’s a known issue and 3A support will be available in upcoming versions. I’ll test it again to confirm then!
Edit: here is the GitHub issues, they are working on the fix.
It’s not even difficult, since 5V1.5A and 5V3A are both 5V. All they have to do is to simply not cut the output when the current draw is bigger than 1.5A
It is a bit more difficult than just changing the overcurrent limits.
They need to start with the 3A Rp, and not the 1.5A Rp.
Then they need to advertise 3A being available in the PD negotiation, and then accept requests to draw 3A. Then set the overcurrent limits to 3A.
Then make sure all this api is reachable, and configurable over I2C from the EC firmware. That probably means debugging the PD chip firmware. Then implement it in the EC firmware.
The FW desktop uses the CYPD6228 for the rear USB4 ports.
That chip supports 3A on both outputs. That means 15W is available on both outputs. So, I am fairly confident, once FW implement it, that the FW desktop will eventually support 15W on each rear usb4 port.
Yeah not really seeing why they do the whole only 1 3A port complexity on the desktop, on the laptop there are some use cases but I don’t even think it makes sense there but at least I can somewhat understand why they did it.