Where exactly this setting is exported, i.e. how to use it?
Could You elaborate more on that? Is it "active" from start, or some userland program must take advantage of it?
IIRC, there should be some sysfs entry to manually adjust efuse calibration. Again, how to properly tweak it?
No hostmode, no USB connection: Code: usb_device.mode = 'b_idle' (string) Hostmode enabled, no device connected: Code: usb_device.mode = 'a_suspend' (string) Hostmode enabled, device connected: Code: usb_device.mode = 'a_host' (string) No hostmode, device connected as client to USB hots: Code: usb_device.mode = 'b_peripheral' (string)
usb_device.mode = 'b_idle' (string)
usb_device.mode = 'a_suspend' (string)
usb_device.mode = 'a_host' (string)
usb_device.mode = 'b_peripheral' (string)