--- source_bluez.py--orig 2012-05-01 13:30:48.000000000 -0400 +++ source_bluez.py 2012-06-15 04:49:39.559102487 -0400 @@ -14,11 +14,11 @@ report['syslog'] = recent_syslog(re.compile(r'bluetooth', re.IGNORECASE)) attach_hardware(report) if command_available('hciconfig'): - report['hciconfig'] = command_output('hciconfig') + report['hciconfig'] = command_output('hciconfig') if command_available('rfkill'): - report['rfkill'] = command_output(['rfkill','list']) + report['rfkill'] = command_output(['rfkill','list']) if command_available('getfacl'): - report['getfacl'] = command_output(['getfacl','/dev/rfkill']) + report['getfacl'] = command_output(['getfacl','/dev/rfkill']) interesting_modules = ('btusb', 'rfcomm', 'sco', 'bnep', 'l2cap', 'bluetooth') interesting_modules_loaded = []