hal-info: Branch 'master'

Danny Kukawka dkukawka at kemper.freedesktop.org
Tue Nov 25 06:44:17 PST 2008


 fdi/information/10freedesktop/10-modem.fdi |   20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

New commits:
commit 75c675e23a4ce4ec3c6b3931a6bfdad25ae70c3b
Author: Danny Kukawka <danny.kukawka at web.de>
Date:   Tue Nov 25 15:43:28 2008 +0100

    fix commit ac72c4f2903bf27b9514ff50c3a3c5c794223688
    
    Fixed commit ac72c4f2903bf27b9514ff50c3a3c5c794223688: put devices
    from the same vendor always together.

diff --git a/fdi/information/10freedesktop/10-modem.fdi b/fdi/information/10freedesktop/10-modem.fdi
index 0f9cb75..03827dc 100644
--- a/fdi/information/10freedesktop/10-modem.fdi
+++ b/fdi/information/10freedesktop/10-modem.fdi
@@ -27,8 +27,17 @@
             </match>
           </match>
         </match>
+        <!-- Sierra Wireless MC5720 -->
+        <match key="@info.parent:usb.product_id" int="0x1b1d">
+          <match key="@info.parent:usb.interface.number" int="0">
+            <match key="serial.port" int="0">
+              <append key="modem.command_sets" type="strlist">IS-707-A</append>
+            </match>
+          </match>
+        </match>
       </match>
 
+
       <!-- Nokia -->
       <match key="@info.parent:usb.vendor_id" int="0x421">
         <!-- 6300/3109c/6120 Classic/E71/E70/N95-3/E90/N70/E61/N95-2/N96/N82/N82 (alternate chip)/E66 -->
@@ -116,17 +125,6 @@
         </match>
       </match>
 
-      <!-- Sierra Wireless MC5720 -->
-      <match key="@info.parent:usb.vendor_id" int="0x3f0">
-        <match key="@info.parent:usb.product_id" int="0x1b1d">
-          <match key="@info.parent:usb.interface.number" int="0">
-            <match key="serial.port" int="0">
-              <append key="modem.command_sets" type="strlist">IS-707-A</append>
-            </match>
-          </match>
-        </match>
-      </match>
-
       <!-- Airprime/Sierra PC 5220 -->
       <match key="@info.parent:usb.vendor_id" int="0x0f3d">
         <match key="@info.parent:usb.product_id" int="0x0112">


More information about the hal-commit mailing list