Added CMOTECH definition between Anydata and Pantech to 
/usr/share/hal/fdi/information/10freedesktop/10-modem.fdi

      <!-- Anydata -->
      <match key="@info.parent:usb.vendor_id" int="0x16d5">
        <!-- Adu E100a,500a -->
        <match key="@info.parent:usb.product_id" int_outof="0x6501;0x6502">
          <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>
          </match>
        </match>
      </match>

      <!-- CMOTECH -->
      <match key="@info.parent:usb.vendor_id" int="0x16d8">
        <!-- C-motech CNU-550 (USB, EV-DO) -->
        <match key="@info.parent:usb.product_id" int_outof="0x5543">
          <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>
          </match>
        </match>
      </match>

      <!-- 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">
          <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>
          </match>
        </match>
      </match>
_______________________________________________
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to