Skip to content

Commit c6858f0

Browse files
committed
board/qualcomm: qcom-phone.env: Add USB keyboard input
Signed-off-by: Jens Reidel <[email protected]>
1 parent 5009036 commit c6858f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

board/qualcomm/qcom-phone.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
bootdelay=0
22
bootretry=1
3-
stdin=serial,button-kbd
3+
stdin=serial,button-kbd,usbkbd
44
stdout=serial,vidconsole
55
stderr=serial,vidconsole
66

@@ -12,7 +12,7 @@ fastboot=fastboot -l $fastboot_addr_r usb 0
1212
preboot=scsi scan; usb start
1313

1414
# Shortcut to enable USB serial gadget and disable bootretry
15-
serial_gadget=setenv stdin serial,button-kbd,usbacm; \
15+
serial_gadget=setenv stdin serial,button-kbd,usbkbd,usbacm; \
1616
setenv stdout serial,vidconsole,usbacm; \
1717
setenv stderr serial,vidconsole,usbacm; \
1818
setenv bootretry -1; \

0 commit comments

Comments
 (0)