From 95888330fcb64f7c0b329f87ccedea63b66dde9a Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Fri, 19 Oct 2012 03:23:21 +0000 Subject: [PATCH] fixed an old bug in networking, usb, that puts the vendor:product id instead of the bus id for usb, some other changes coming so no version change yet. --- inxi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inxi b/inxi index 3a71740..53ba010 100755 --- a/inxi +++ b/inxi @@ -4966,8 +4966,8 @@ get_networking_usb_data() string = string separator $i separator = " " } - if ( $6 != "" ){ - print string ",,,,usb-" $6 + if ( $2 != "" ){ + print string ",,,,usb-" $2 } }' <<< "$lsusb_data" ) )