topical media & game development

talk show tell print

basic-shell-13-usbcheck.sh / sh



  #!/bin/sh
  
  # Checks for the USB version support, typically 1.1 or
  #
  # NOTE: You must be logged in as root to run this script.
  
  echo "USB support:"
  /sbin/lsusb -v | grep bcdUSB |  awk '{print $2}'
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.