--- network-manager-0.7.1~rc4.1.cf199a964/callouts/nm-modem-probe.c	2009-04-08 18:46:21.000000000 +0800
+++ nm-modem-probe.c	2009-10-10 21:41:50.000000000 +0800
@@ -32,6 +32,7 @@
 
 #define HUAWEI_VENDOR_ID   0x12D1
 #define SIERRA_VENDOR_ID   0x1199
+#define BANDRICH_VENDOR_ID 0x1A8D
 
 #define MODEM_CAP_GSM         0x0001 /* GSM */
 #define MODEM_CAP_IS707_A     0x0002 /* CDMA Circuit Switched Data */
@@ -549,6 +550,13 @@
 		goto exit;
 	}
 
+	if (vid == BANDRICH_VENDOR_ID && usbif != 0) {
+		verbose ("(%s) ignoring BANDRICH USB interface #1", device);
+		if (export)
+			printf ("ID_NM_MODEM_PROBED=1\n");
+		goto exit;
+	}
+
 	verbose ("probing %s", device);
 
 	/* If a delay was specified, retry opening the serial port for that
