Merge ~sylvain-pineau/plainbox-provider-resource:udev_infiniband into plainbox-provider-resource:master

Proposed by Sylvain Pineau
Status: Merged
Approved by: Sylvain Pineau
Approved revision: d43ba0983efa2e727f4271020d6b6cc27ce39b74
Merged at revision: 0892562dfad9d215373afa876e168dd786ecc673
Proposed branch: ~sylvain-pineau/plainbox-provider-resource:udev_infiniband
Merge into: plainbox-provider-resource:master
Diff against target: 15 lines (+2/-2)
1 file modified
bin/udev_resource (+2/-2)
Reviewer Review Type Date Requested Status
Paul Larson Approve
Review via email: mp+333979@code.launchpad.net

Description of the change

To post a comment you must log in.
Revision history for this message
Paul Larson (pwlars) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/bin/udev_resource b/bin/udev_resource
2index 2d86ae3..17dd8a7 100755
3--- a/bin/udev_resource
4+++ b/bin/udev_resource
5@@ -27,8 +27,8 @@ from subprocess import check_output, CalledProcessError
6 from checkbox_support.parsers.udevadm import UdevadmParser
7
8 categories = ("ACCELEROMETER", "AUDIO", "BLUETOOTH", "CAPTURE", "CARDREADER",
9- "CDROM", "DISK", "KEYBOARD", "MOUSE", "NETWORK", "OTHER",
10- "PARTITION", "TOUCHPAD", "TOUCHSCREEN", "USB", "VIDEO",
11+ "CDROM", "DISK", "KEYBOARD", "INFINIBAND", "MOUSE", "NETWORK",
12+ "OTHER", "PARTITION", "TOUCHPAD", "TOUCHSCREEN", "USB", "VIDEO",
13 "WIRELESS", "WWAN")
14
15 attributes = ("path", "name", "bus", "category", "driver", "product_id",

Subscribers

People subscribed via source and target branches