hal-info: Branch 'master'

Dan Williams dcbw at kemper.freedesktop.org
Fri Jan 16 14:14:11 PST 2009


 fdi/information/10freedesktop/10-modem.fdi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6da5d81fa4922d4f90591e4b67773064ae341552
Author: Dan Williams <dcbw at redhat.com>
Date:   Fri Jan 16 17:12:34 2009 -0500

    modem: Fix int -> int_outof from last commit

diff --git a/fdi/information/10freedesktop/10-modem.fdi b/fdi/information/10freedesktop/10-modem.fdi
index 2966b1c..344be97 100644
--- a/fdi/information/10freedesktop/10-modem.fdi
+++ b/fdi/information/10freedesktop/10-modem.fdi
@@ -225,7 +225,7 @@
       <!-- Huawei -->
       <match key="@info.parent:usb.vendor_id" int="0x12d1">
         <!-- E600 -->
-        <match key="@info.parent:usb.product_id" int="0x1001;0x1406">
+        <match key="@info.parent:usb.product_id" int_outof="0x1001;0x1406">
           <match key="@info.parent:usb.interface.number" int="0">
             <append key="modem.command_sets" type="strlist">GSM-07.07</append>
             <append key="modem.command_sets" type="strlist">GSM-07.05</append>


More information about the hal-commit mailing list