hal-info: Branch 'master'

Martin Pitt martin at kemper.freedesktop.org
Tue Nov 25 03:55:10 PST 2008


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

New commits:
commit ac72c4f2903bf27b9514ff50c3a3c5c794223688
Author: Martin Pitt <martin.pitt at ubuntu.com>
Date:   Tue Nov 25 12:53:48 2008 +0100

    fix Sierra Wireless MC5720 modem vendor ID
    
    Fix Sierra Wireless MC5720 modem vendor ID. It previously was "0xf30",
    but as reported in https://launchpad.net/bugs/289659 it is really
    "0x3f0".
    
    http://www.linux-usb.org/usb.ids confirms that this is really just a
    typo, not another vendor.

diff --git a/fdi/information/10freedesktop/10-modem.fdi b/fdi/information/10freedesktop/10-modem.fdi
index 1f575d9..0f9cb75 100644
--- a/fdi/information/10freedesktop/10-modem.fdi
+++ b/fdi/information/10freedesktop/10-modem.fdi
@@ -117,7 +117,7 @@
       </match>
 
       <!-- Sierra Wireless MC5720 -->
-      <match key="@info.parent:usb.vendor_id" int="0x0f30">
+      <match key="@info.parent:usb.vendor_id" int="0x3f0">
         <match key="@info.parent:usb.product_id" int="0x1b1d">
           <match key="@info.parent:usb.interface.number" int="0">
             <match key="serial.port" int="0">


More information about the hal-commit mailing list