This commit is contained in:
inxi-svn 2012-10-19 05:45:46 +00:00
parent b8e9e33348
commit 7c55077cf0

2
inxi
View file

@ -7632,7 +7632,7 @@ print_networking_data()
bus_usb_text='usb-ID' bus_usb_text='usb-ID'
bus_usb_id=$( cut -d '-' -f '2-4' <<< ${a_network_working[4]} ) bus_usb_id=$( cut -d '-' -f '2-4' <<< ${a_network_working[4]} )
if [[ $B_EXTRA_EXTRA_DATA == 'true' ]];then if [[ $B_EXTRA_EXTRA_DATA == 'true' ]];then
vendor_product=${a_network_working[5]} vendor_product=${a_network_working[10]}
fi fi
fi fi
pci_bus_id="${C1}$bus_usb_text$SEP3${C2} $bus_usb_id" pci_bus_id="${C1}$bus_usb_text$SEP3${C2} $bus_usb_id"