17 Apr
2008
17 Apr
'08
15:15
https://bugzilla.novell.com/show_bug.cgi?id=340173 User jsmeix@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=340173#c1 --- Comment #1 from Johannes Meixner <jsmeix@novell.com> 2008-04-17 09:15:07 MST --- A first idea: for d in $( scanimage -L \ | grep -o 'libusb:[0-9][0-9][0-9]:[0-9][0-9][0-9]' \ | cut -s -d ':' -f2- | tr ':' '/' ) do lshal \ | egrep 'info.capabilities.*scanner|linux.device_file' \ | grep -q "linux.device_file.*/dev/bus/usb/$d" \ && echo $d ok \ || echo $d failed done -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.