hal-info: Branch 'master'

Martin Pitt martin at kemper.freedesktop.org
Fri Dec 5 16:24:46 PST 2008


 fdi/information/10freedesktop/10-modem.fdi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5aaaf7cdadfdad4d1aa661739c9f43deaade8124
Author: Tomasz Dominikowski <dominikowski at gmail.com>
Date:   Fri Dec 5 16:22:14 2008 -0800

    add a bunch of Nokia mobile modems
    
    Add support for the following Nokia E-series and N-series as modems:
    
    E61i/E60/N93/N71/N77/N90/N91/N80/E62/N76/N73/N92/N72/E50/N75/N93i/E65/N78
    
    This I believe is only missing N85 for complete N and E-series
    support, but I couldn't find a phone or any information about the
    product ID. Anyway, will attach the patch. Hopefully this goes
    upstream as the other ones.
    
    Nokia Nseries and Eseries are all S60 Symbian phones, they all provide
    the same modem functionality. The NNNN model numbering scheme would
    also work as modems, but adding them should follow some testing, as
    most of them are S40, not S60 phones.
    
    This was taken mostly from http://listing.driveragent.com/usb/0421 and
    other websites (cross-referencing the findings to make sure this is
    the real deal) and my own sources.

diff --git a/fdi/information/10freedesktop/10-modem.fdi b/fdi/information/10freedesktop/10-modem.fdi
index d763a73..03aae4f 100644
--- a/fdi/information/10freedesktop/10-modem.fdi
+++ b/fdi/information/10freedesktop/10-modem.fdi
@@ -40,8 +40,8 @@
 
       <!-- Nokia -->
       <match key="@info.parent:usb.vendor_id" int="0x421">
-        <!-- 6300/3109c/6120 Classic/E71/E70/N95-3/E90/N70/E61/N95-2/N96/N82/N82 (alternate chip)/E66 -->
-        <match key="@info.parent:usb.product_id" int_outof="0x4f9;0x64;0x2f;0xab;0x418;0x4f0;0x4ce;0x43a;0x44d;0x070;0x3a;0x71;0x72;0xb0">
+        <!-- 6300/3109c/6120 Classic/E71/E70/N95-3/E90/N70/E61/N95-2/N96/N82/N82 (alternate chip)/E66/E61i/E60/N93/N71/N77/N90/N91/N80/E62/N76/N73/N92/N72/E50/N75/N93i/E65/N78 -->
+        <match key="@info.parent:usb.product_id" int_outof="0x4f9;0x64;0x2f;0xab;0x418;0x4f0;0x4ce;0x43a;0x44d;0x070;0x3a;0x71;0x72;0xb0;0x01;0x419;0x420;0x425;0x00e;0x432;0x42f;0x445;0x475;0x481;0x486;0x48e;0x4c4;0x4c9;0x4df;0x04e6;0x508;0x078">
           <match key="@info.parent:usb.interface.class" int="0x02">
             <match key="@info.parent:usb.interface.subclass" int="0x02">
               <append key="modem.command_sets" type="strlist">GSM-07.07</append>


More information about the hal-commit mailing list