HIDComposite
HID Composite Module for USB Gadget functionality (Keyboard + Mouse + Mass Storage)
Constants
Log = ::Log.for(self)
Class methods
cleanup_all_gadgets
Sourceecm_actual_status
Returns a hash with the actual ECM/ethernet status from the system, not just internal state
setup_usb_composite_gadget(vendor_id : String = "0x16c0", product_id : String = "0x048a", manufacturer : String = "Gadget", product : String = "KV KVM Composite", serial : String = "fedcba9876543212", enable_mass_storage : Bool = false, storage_file : String | Nil = nil, enable_ecm : Bool = false, enable_mouse : Bool = true)
Source