View Single Post
Posts: 2,154 | Thanked: 8,464 times | Joined on May 2010
#79
Originally Posted by Estel View Post
Where exactly this setting is exported, i.e. how to use it?
sysfs file /sys/class/i2c-adapter/i2c-2/2-0030/disable_indicator_led

Originally Posted by Estel View Post
Could You elaborate more on that? Is it "active" from start, or some userland program must take advantage of it?
Should be activated on startup. Ask more luke-jr for more info.

Originally Posted by Estel View Post
IIRC, there should be some sysfs entry to manually adjust efuse calibration. Again, how to properly tweak it?
@freemangordon?

Originally Posted by Estel View Post
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)
Output is correct :-)
 

The Following 3 Users Say Thank You to pali For This Useful Post: