Comment 1 for bug 921128

Revision history for this message
Daniel Manrique (roadmr) wrote :

Hi,

There are two things to check here. First, the job definition should require device.category == 'BLUETOOTH' (which they don't, so this may be the problem). Second, udev_resource should assign category: BLUETOOTH to bluetooth devices (this part is working fine in trunk).

I'll mark as Triaged. What needs to be done: add require device.category == 'BLUETOOTH' to all bluetooth_obex jobs.