AnyDATA ADU-E100H patch

Jindra Fucik fulda at seznam.cz
Sat Apr 1 18:27:32 UTC 2006


Hi List,

I have little patch for modem AnyDATA ADU-E100H

(H at the end means special version for Eurotel.CZ, if ADU-E100D version of 
modem have different product ID, give me info)

modem is generic Qualcomm MSM 6500  chipset - ubsa driver.

I'm sorry, my patch file including also siemens es75

patch file available at: 
http://logout.sh.cvut.cz/~fulda/anydata.siemens.patch.gz

Jindra

-------------------------patch file -------------------------------
--- usbdevs.orig        Wed Mar 29 09:07:58 2006
+++ usbdevs     Sat Apr  1 15:36:30 2006
@@ -537,6 +537,8 @@
 vendor SITECOM         0x6189  Sitecom
 vendor INTEL           0x8086  Intel
 vendor HP2             0xf003  Hewlett Packard
+vendor SIEMENSMOBILE   0x0681  SiemensMobile
+vendor ANYDATA         0x16d5  AnyDATA Corporation

 /*
  * List of known products.  Grouped by vendor.
@@ -1430,6 +1432,9 @@
 /* Siemens products */
 product SIEMENS SPEEDSTREAM    0x1001  SpeedStream USB

+/* SiemensMobile products */
+product        SIEMENSMOBILE   ES75    0x0034  GSM module MC35
+
 /* Sigmatel products */
 product SIGMATEL I_BEAD100     0x8008  i-Bead 100 MP3 Player

@@ -1627,3 +1632,6 @@
 /* ZyXEL Communication Co. products */
 product ZYXEL OMNI56K          0x1500  Omni 56K Plus
 product ZYXEL 980N             0x2011  Scorpion-980N keyboard
+
+/* AnyDATA CDMA products */
+product ANYDATA        ADU_E100H       0x6501  ADU-E100H
--- ubsa.c.orig Sat Apr  1 15:36:51 2006
+++ ubsa.c      Sat Apr  1 15:49:31 2006
@@ -226,6 +226,8 @@
        { USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_SERIAL1 },
        /* Vodafone */
        { USB_VENDOR_VODAFONE, USB_PRODUCT_VODAFONE_MC3G },
+       /* Anydata */
+       { USB_VENDOR_ANYDATA, USB_PRODUCT_ANYDATA_ADU_E100H },
        { 0, 0 }
 };

--- usb_quirks.c.orig   Thu Mar 30 08:25:56 2006
+++ usb_quirks.c        Thu Mar 30 08:25:41 2006
@@ -101,6 +101,8 @@
        ANY, { UQ_ASSUME_CM_OVER_DATA }},
  { USB_VENDOR_SUNTAC, USB_PRODUCT_SUNTAC_AS64LX,
        0x100, { UQ_ASSUME_CM_OVER_DATA }},
+ { USB_VENDOR_SIEMENSMOBILE, USB_PRODUCT_SIEMENSMOBILE_ES75,
+       ANY, { UQ_ASSUME_CM_OVER_DATA }},
  /* Devices which should be ignored by uhid */
  { USB_VENDOR_APC, USB_PRODUCT_APC_UPS,
        ANY, { UQ_HID_IGNORE }},



More information about the freebsd-usb mailing list