668f91fbb2
* Clean up quirks. * New AMD default TDP (15w). * Fix GPU perf setting bug.
8 lines
298 B
Bash
Executable file
8 lines
298 B
Bash
Executable file
#!/bin/bash
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius)
|
|
|
|
. /etc/profile
|
|
|
|
FPDEVICE=$(lsusb | awk '/2541:0236/ {print sprintf("%1d-", $2) sprintf("%1d",substr($4, 1, length($4)-1))}')
|
|
echo "${FPDEVICE}" >/sys/bus/usb/drivers/usb/unbind
|