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

Proposed by Sylvain Pineau
Status: Merged
Approved by: Sylvain Pineau
Approved revision: e9b8563213b29080f9c41fecee743834741ec09d
Merged at revision: 72f6706734769da78a71888aa53590c0f76a3d98
Proposed branch: ~sylvain-pineau/plainbox-provider-resource:mac_attr
Merge into: plainbox-provider-resource:master
Diff against target: 13 lines (+1/-1)
1 file modified
bin/udev_resource (+1/-1)
Reviewer Review Type Date Requested Status
Sylvain Pineau (community) Approve
Review via email: mp+311733@code.launchpad.net

Description of the change

To post a comment you must log in.
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

self-approved

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 de73ed0..c389fee 100755
3--- a/bin/udev_resource
4+++ b/bin/udev_resource
5@@ -34,7 +34,7 @@ class UdevResultDump:
6
7 attributes = ("path", "name", "bus", "category", "driver", "product_id",
8 "vendor_id", "subproduct_id", "subvendor_id", "product",
9- "vendor", "interface", "product_slug", "vendor_slug")
10+ "vendor", "interface", "mac", "product_slug", "vendor_slug")
11
12 def addDevice(self, device):
13 for attribute in self.attributes:

Subscribers

People subscribed via source and target branches