usb/151862: adding support of USB GSM modem Falcom Twist
Alessandro de Manzano
demanzano at dqmicro.it
Wed Nov 3 19:20:09 UTC 2010
The following reply was made to PR usb/151862; it has been noted by GNATS.
From: Alessandro de Manzano <demanzano at dqmicro.it>
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: usb/151862: adding support of USB GSM modem Falcom Twist
Date: Wed, 03 Nov 2010 19:46:18 +0100
Here is the even simpler patch for FreeBSD 8.1-RELEASE.
Untested, unfortunately, but should not damage either..
--- usbdevs.orig 2010-11-03 19:31:15.000000000 +0100
+++ usbdevs 2010-11-03 19:33:26.000000000 +0100
@@ -1486,6 +1486,9 @@
/* Extended Systems products */
product EXTENDED XTNDACCESS 0x0100 XTNDAccess IrDA
+/* Falcom products */
+product FALCOM TWIST 0x0001 USB GSM/GPRS Modem
+
/* FEIYA products */
product FEIYA 5IN1 0x1132 5-in-1 Card Reader
--- serial/uftdi.c.orig 2010-11-03 19:34:02.000000000 +0100
+++ serial/uftdi.c 2010-11-03 19:35:07.000000000 +0100
@@ -255,6 +255,7 @@
UFTDI_DEV(MARVELL, SHEEVAPLUG, 8U232AM),
UFTDI_DEV(MELCO, PCOPRS1, 8U232AM),
UFTDI_DEV(RATOC, REXUSB60F, 8U232AM),
+ UFTDI_DEV(FALCOM, TWIST, 8U232AM),
#undef UFTDI_DEV
};
More information about the freebsd-usb
mailing list