added more to the usb network bus id

This commit is contained in:
inxi-svn 2012-10-19 03:25:53 +00:00
parent 95888330fc
commit 2e71eaaf8d

2
inxi
View file

@ -4967,7 +4967,7 @@ get_networking_usb_data()
separator = " "
}
if ( $2 != "" ){
print string ",,,,usb-" $2
print string ",,,,usb-" $2 "-" $4
}
}' <<< "$lsusb_data"
) )