udev_resource thinks that KVMs are CAPTURE devices, which causes camera tests to run on desktops with no camera
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Checkbox |
Medium
|
Sylvain Pineau |
Bug Description
I noticed that the camera/
Related branches
- Zygmunt Krynicki (community): Approve on 2013-03-14
- Brendan Donegan (community): Approve on 2013-03-14
-
Diff: 30 lines (+8/-1)2 files modifiedcheckbox/parsers/udevadm.py (+6/-1)
debian/changelog (+2/-0)
Brendan Donegan (brendan-donegan) wrote : | #2 |
Most straightforward way - http://
Brendan Donegan (brendan-donegan) wrote : | #3 |
You can search for 'Avocent' to find the KVM device
Changed in checkbox: | |
status: | Incomplete → Confirmed |
tags: | added: cert-sru-issue |
Changed in checkbox: | |
status: | Confirmed → In Progress |
importance: | Undecided → Medium |
assignee: | nobody → Sylvain Pineau (sylvain-pineau) |
Sylvain Pineau (sylvain-pineau) wrote : | #4 |
KVM Identification is performed by looking at the KEY bitfield to check if BTN_MOUSE is present.
In such case a camera with a mouse button is considered as a KVM hardware device.
Changed in checkbox: | |
status: | In Progress → Fix Committed |
Changed in checkbox: | |
status: | Fix Committed → Fix Released |
Could you get output of "udevadm info --export-db" so we can see why udev_resource thinks the KVM is a capture device?
Thanks!