dotfiles/.local/bin/fixusb.sh
2025-05-28 18:33:04 +02:00

3 lines
143 B
Bash

printf '%s' "0000:04:00.3" > /sys/bus/pci/drivers/xhci_hcd/unbind ; sleep 2 ;
printf '%s' "0000:04:00.3" > /sys/bus/pci/drivers/xhci_hcd/bind