aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-10-22 11:33:51 +0200
committerGitHub <noreply@github.com>2020-10-22 11:33:51 +0200
commitb52570adadafccb6a389dc97d6326e39dddd052c (patch)
tree3f2efd2c16178cc1783ad2504dc86a9b4bc30aae
parentc92f1962892d709cb9bad3aac2440932dd9684f6 (diff)
parent434a7cc56e0725b3e9d1694bb866460de12bdb85 (diff)
downloadusbutils-b52570adadafccb6a389dc97d6326e39dddd052c.tar.gz
Merge pull request #107 from rrobgill/classes
Additional device classes for usb-devices script
-rwxr-xr-xusb-devices3
1 files changed, 3 insertions, 0 deletions
diff --git a/usb-devices b/usb-devices
index 89d1b7d..7627fb1 100755
--- a/usb-devices
+++ b/usb-devices
@@ -31,6 +31,9 @@ class_decode() {
"0d") echo "c-sec" ;;
"0e") echo "video" ;;
"0f") echo "perhc" ;;
+ "10") echo "av " ;;
+ "11") echo "blbrd" ;;
+ "12") echo "bridg" ;;
"dc") echo "diagd" ;;
"e0") echo "wlcon" ;;
"ef") echo "misc " ;;