⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 restart

📁 超小usb协议栈
💻
字号:
#!/bin/shME=`basename $0`#UMOD=`lsmod | grep '^bp-mouse' | grep -v grep`#if test "$UMOD"; then#  echo "$ME: removing bp-mouse.o"#  if ! rmmod bp-mouse; then#    echo "$ME: cannot remove bp-mouse.o"#    exit 1#  fi#fiUPID=`ps aux | grep uhci-control | grep -v grep | awk '{print $2}'`if test "$UPID"; then  echo "$ME: killing $UPID"  kill $UPIDfiUMOD=`lsmod | grep '^usb-uhci' | grep -v grep`if test "$UMOD"; then  echo "$ME: removing usb-uhci.o"  sleep 1  if ! rmmod usb-uhci; then    echo "$ME: cannot remove usb-uhci.o"    exit 1  fifidmesg -c > /dev/nullecho "$ME: starting usb-uhci.o"insmod -m usb-uhci.o > usb-uhci.map#echo "$ME: starting bp-mouse.o"#insmod -m bp-mouse.o > bp-mouse.map

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -