Date: Wed, 3 Nov 2010 19:20:08 GMT From: Alessandro de Manzano <demanzano@dqmicro.it> To: freebsd-usb@FreeBSD.org Subject: Re: usb/151862: adding support of USB GSM modem Falcom Twist Message-ID: <201011031920.oA3JK8UJ084154@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR usb/151862; it has been noted by GNATS. From: Alessandro de Manzano <demanzano@dqmicro.it> To: bug-followup@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 };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011031920.oA3JK8UJ084154>