2023-09-04 14:54:35 +00:00
|
|
|
#!/bin/sh
|
2023-10-23 22:44:47 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2023-10-24 13:59:09 +00:00
|
|
|
# Copyright (C) 2023-present - The JELOS Project (https://github.com/JustEnoughLinuxOS)
|
2023-01-09 22:26:15 +00:00
|
|
|
|
|
|
|
# Enable verticle USB Port
|
|
|
|
echo host > /sys/kernel/debug/usb/fc000000.usb/mode
|
2023-06-02 20:58:46 +00:00
|
|
|
|