mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
debugger
This commit is contained in:
parent
cde2ddaf2b
commit
3ad7305328
2
inxi
2
inxi
|
@ -2718,7 +2718,7 @@ get_audio_usb_data()
|
|||
log_function_data 'raw' "usb_data:\n$lsusb_data"
|
||||
if [[ -n $lsusb_data ]];then
|
||||
# for every sound card symlink in /proc/asound - display information about it
|
||||
what usb_proc_file in /proc/asound/*
|
||||
time for usb_proc_file in /proc/asound/*
|
||||
do
|
||||
# If the file is a symlink, and contains an important usb exclusive file: continue
|
||||
if [[ -L $usb_proc_file && -e $usb_proc_file/usbid ]]; then
|
||||
|
|
Loading…
Reference in a new issue