Merge lp:~adeuring/launchpadlib/wadl-def-for-HWDeviceClass into lp:launchpadlib

Proposed by Abel Deuring
Status: Merged
Approved by: Barry Warsaw
Approved revision: 53
Merged at revision: not available
Proposed branch: lp:~adeuring/launchpadlib/wadl-def-for-HWDeviceClass
Merge into: lp:launchpadlib
Diff against target: None lines
To merge this branch: bzr merge lp:~adeuring/launchpadlib/wadl-def-for-HWDeviceClass
Reviewer Review Type Date Requested Status
Barry Warsaw Approve
Review via email: mp+10170@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Abel Deuring (adeuring) wrote :

I exposed HWDeviceClass to the webservice API in a recently submitted branch; this branch adds an entry in wadl-to-refhtml.xsl for HWDeviceClass.

Revision history for this message
Barry Warsaw (barry) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/launchpadlib/wadl-to-refhtml.xsl'
2--- src/launchpadlib/wadl-to-refhtml.xsl 2009-07-08 18:48:28 +0000
3+++ src/launchpadlib/wadl-to-refhtml.xsl 2009-08-14 16:48:11 +0000
4@@ -263,6 +263,10 @@
5 <xsl:text>/+hwdb/+device/</xsl:text>
6 <var>&lt;id&gt;</var>
7 </xsl:when>
8+ <xsl:when test="@id = 'h_w_device_class'">
9+ <xsl:text>/+hwdb/+deviceclass/</xsl:text>
10+ <var>&lt;id&gt;</var>
11+ </xsl:when>
12 <xsl:when test="@id = 'h_w_driver'">
13 <xsl:text>/+hwdb/+driver/</xsl:text>
14 <var>&lt;id&gt;</var>

Subscribers

People subscribed via source and target branches