From 76ff93ad58ef4f7a65b08140fce1054a56dacbce Mon Sep 17 00:00:00 2001 From: Petr Kracik Date: Thu, 4 Jun 2020 14:06:16 +0200 Subject: [PATCH] Gadget: config name --- gadget_enable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gadget_enable.sh b/gadget_enable.sh index d7e79cf..061ef30 100755 --- a/gadget_enable.sh +++ b/gadget_enable.sh @@ -22,7 +22,7 @@ echo "$gmanufacturer" > strings/0x409/manufacturer echo "$gproduct" > strings/0x409/product mkdir -p configs/c.1/strings/0x409 -echo "Config: HID KBD" > configs/c.1/strings/0x409/configuration +echo "Config: KVM Composite" > configs/c.1/strings/0x409/configuration echo 250 > configs/c.1/MaxPower echo "Creating usb devices"