hal-info: Branch 'master'

Danny Kukawka dkukawka at kemper.freedesktop.org
Sat May 17 16:54:40 PDT 2008


 fdi/information/10freedesktop/10-modem.fdi |   27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

New commits:
commit 83bea9267d59ad1b793bd4d1c1066a9b22de6a05
Author: Danny Kukawka <danny.kukawka at web.de>
Date:   Sun May 18 01:54:31 2008 +0200

    fixed entry for the HP HS2300 (Sierra Wireless MC8775)
    
    Fixed entry for the HP HS2300 (Sierra Wireless MC8775).

diff --git a/fdi/information/10freedesktop/10-modem.fdi b/fdi/information/10freedesktop/10-modem.fdi
index b5b6200..d3e181c 100644
--- a/fdi/information/10freedesktop/10-modem.fdi
+++ b/fdi/information/10freedesktop/10-modem.fdi
@@ -4,6 +4,20 @@
   <device>
     <match key="info.category" string="serial">
 
+      <!-- Vendor: HP -->
+      <match key="@info.parent:usb.vendor_id" int="0x03f0">
+        <!-- HP HS2300 (Sierra Wireless MC8775) -->
+        <match key="@info.parent:usb.product_id" int="0x1e1d">
+          <match key="@info.parent:usb.interface.number" int="0">
+            <match key="serial.port" int="0">
+              <append key="info.capabilities" type="strlist">modem</append>
+              <append key="modem.command_sets" type="strlist">GSM-07.07</append>
+              <append key="modem.command_sets" type="strlist">GSM-07.05</append>
+            </match>
+          </match>
+        </match>
+      </match>
+
       <!-- Option -->
       <match key="@info.parent:usb.vendor_id" int="0x0af0">
         <!-- Colt,Ricola,Ricola Light,Ricola Quad,Ricola Quad Light,Ricola Ndis,Ricola Ndis Light;Ricola Ndis Quad,Ricola Ndis Quad Light, 
@@ -42,9 +56,8 @@
         </match>
       </match>
 
-      <!-- Vendor: HP -->
+      <!-- Sierra Wireless MC5720 -->
       <match key="@info.parent:usb.vendor_id" int="0x0f30">
-        <!-- 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">
@@ -53,16 +66,6 @@
             </match>
           </match>
         </match>
-        <!-- HP HS2300 (Sierra Wireless MC8775) -->
-        <match key="@info.parent:usb.product_id" int="0x1e1d">
-          <match key="@info.parent:usb.interface.number" int="0">
-            <match key="serial.port" int="0">
-              <append key="info.capabilities" type="strlist">modem</append>
-              <append key="modem.command_sets" type="strlist">GSM-07.07</append>
-              <append key="modem.command_sets" type="strlist">GSM-07.05</append>
-            </match>
-          </match>
-        </match>
       </match>
 
       <!-- Airprime/Sierra PC 5220 -->


More information about the hal-commit mailing list