7 lines
203 B
Bash
7 lines
203 B
Bash
#!/bin/sh
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (C) 2023-present Brooksytech (https://github.com/brooksytech)
|
|
|
|
# Enable verticle USB Port
|
|
echo host > /sys/kernel/debug/usb/fc000000.usb/mode
|
|
|