considerando la conformazione del pannello posteriore
letto un po' di cose sulle USB
https://www.cuidevices.com/blog/usb-type-c-and-3-1-gen-2-clarified
https://www.st.com/content/ccc/resource/sales_and_marketing/presentation/product_presentation/group0/5a/b1/8e/6c/2b/0d/46/3c/Apec/files/APEC_2016_USB_Power.pdf/_jcr_content/translations/en.APEC_2016_USB_Power.pdf
https://www.st.com/resource/en/application_note/dm00536349-usb-typec-power-delivery-using-stm32-mcus-and-mpus-stmicroelectronics.pdf
https://www.kernel.org/doc/html/latest/driver-api/usb/typec.html
visionato quanto esposto da gengik
https://www.macos86.it/files/file/71-patch-usb-connector-type/
/*
* Maintained by Gengik84, MacOS86.it
*
* example:
* Return (GENG (One, 0x03)) for connector type usb3 ( standard connector )
* or Return (GENG (One, 0x09)) for connector type usb3 type C ( HS+SS with Switch )
* or Return (GENG (One, 0xFF)) for internal (255)
*
* Other connector type available:
*
* Return (GENG (One, 0x00)) for connector type usb2 ( Type A )
* Return (GENG (One, 0x0A)) for connector type usb3 type C ( HS+SS without Switch )
*/
quindi se ho capito bene, le USB 8 e 10 sono 0x0A, la 9 ovale type c 0x09 quella sopra 0x0A, la 7 0x00, quelle del case e interne mobo 0xFF
non ancora completamente definito, ma a buon punto
PS: ricordo che è definito e mappato tramite ssdt e non si usa nessun usbports.kext