hal-info: Branch 'master' - 2 commits

Danny Kukawka dkukawka at kemper.freedesktop.org
Tue Jun 17 05:36:00 PDT 2008


 fdi/information/10freedesktop/10-modem.fdi                  |    4 ++--
 fdi/information/10freedesktop/20-video-quirk-pm-fujitsu.fdi |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 2d8071366644ba312105a59facb5b8dac7cf41c1
Author: Aleksey Kliger <aleksey at lambdageek.org>
Date:   Tue Jun 17 14:33:51 2008 +0200

    video quirks for Fujitsu Lifebook S2210
    
    Added video quirks for Fujitsu Lifebook S2210. Works both on the console and
    under X with the ati driver (haven't tried fglrx, though).

diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-fujitsu.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-fujitsu.fdi
index 2d73b4a..2034e72 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-fujitsu.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-fujitsu.fdi
@@ -43,7 +43,7 @@
         <match key="system.hardware.product" contains_outof="P7010D;S2110">
           <merge key="power_management.quirk.s3_bios" type="bool">true</merge>
         </match>
-        <match key="system.hardware.product" contains_outof="E8410;T4010">
+        <match key="system.hardware.product" contains_outof="E8410;T4010;S2210">
           <merge key="power_management.quirk.s3_bios" type="bool">true</merge>
           <merge key="power_management.quirk.s3_mode" type="bool">true</merge>
         </match>
commit e59305f2c159435dc515692140bba808d2dc04d4
Author: Brent Holden <brent.holden at gmail.com>
Date:   Tue Jun 17 14:32:01 2008 +0200

    add UM150 EVDO card to modems
    
    Added UM150 EVDO card to modems.

diff --git a/fdi/information/10freedesktop/10-modem.fdi b/fdi/information/10freedesktop/10-modem.fdi
index dc85962..5e607c0 100644
--- a/fdi/information/10freedesktop/10-modem.fdi
+++ b/fdi/information/10freedesktop/10-modem.fdi
@@ -170,8 +170,8 @@
 
       <!-- Pantech -->
       <match key="@info.parent:usb.vendor_id" int="0x106c">
-        <!-- PC5740;PC5750 EVDO rev A card -->
-        <match key="@info.parent:usb.product_id" int_outof="0x3701;0x3702">
+        <!-- PC5740;PC5750;UM150 EVDO rev A card -->
+        <match key="@info.parent:usb.product_id" int_outof="0x3701;0x3702;0x3711">
           <match key="@info.parent:usb.interface.number" int="0">
             <append key="info.capabilities" type="strlist">modem</append>
             <append key="modem.command_sets" type="strlist">IS-707-A</append>


More information about the hal-commit mailing list