Rajaram-Regupathy / libtypec

“libtypec” is aimed to provide a generic interface abstracting all platform complexity for user space to develop tools for efficient USB-C port management. The library can also enable development of diagnostic and debug tools to debug system issues around USB-C/USB PD topology.
34 stars 4 forks source link

DFP devices being misclassified as UFP devices #3

Closed jthiesatgoogle closed 10 months ago

jthiesatgoogle commented 2 years ago

Currently DFP devices will be misclassified as UFP devices. This is because of an incorrect signal assignment in get_partner_product_type. Fix is here: https://github.com/jthiesatgoogle/libtypec-1/commit/f5b9e88d8c55259d89cd640d70127fb710cec415

Rajaram-Regupathy commented 10 months ago

resolved