hal-info: Branch 'master'

Danny Kukawka dkukawka at kemper.freedesktop.org
Thu Apr 17 08:23:32 PDT 2008


 fdi/information/10freedesktop/10-modem.fdi |   13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

New commits:
commit b273e2e4375d02301b36fd460c875496f17c7fbc
Author: Danny Kukawka <danny.kukawka at web.de>
Date:   Thu Apr 17 17:22:44 2008 +0200

    added a HP HS2300 (Sierra Wireless MC8775) UMTS modem
    
    Added a HP HS2300 (Sierra Wireless MC8775) UMTS modem.

diff --git a/fdi/information/10freedesktop/10-modem.fdi b/fdi/information/10freedesktop/10-modem.fdi
index 5535249..9e4731d 100644
--- a/fdi/information/10freedesktop/10-modem.fdi
+++ b/fdi/information/10freedesktop/10-modem.fdi
@@ -32,8 +32,9 @@
         </match>
       </match>
 
-      <!-- Sierra Wireless MC5720 -->
+      <!-- Vendor: HP -->
       <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">
@@ -42,6 +43,16 @@
             </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