Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Aug 2010 22:58:21 +0300
From:      Alex RAY <ray@ddteam.net>
To:        Hans Petter Selasky <hselasky@c2i.net>
Cc:        freebsd-usb@freebsd.org
Subject:   Re: patch: u3g + quirks: Add DTR/RTS support for QUALCOMM MSM6800 based modems
Message-ID:  <20100820225821.330bb0ea.ray@ddteam.net>
In-Reply-To: <201008201811.31398.hselasky@c2i.net>
References:  <20100820134902.64744506.ray@dlink.ua> <201008201811.31398.hselasky@c2i.net>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

--Multipart=_Fri__20_Aug_2010_22_58_21_+0300_HmsuF_wT/JmaB_l5
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

On Fri, 20 Aug 2010 18:11:31 +0200
Hans Petter Selasky <hselasky@c2i.net> wrote:

> On Friday 20 August 2010 12:49:02 Alexandr Rybalko wrote:
> > Hi,
> > 
> > The attached patch (also at http://my.ddteam.net/files/usb.serial.diff) add
> > support for DTR/RTS on QUALCOMM MSM6800 based modems (Known: AnyData
> > ADU-500A, ADU-510A).
> > 
> > Please review and apply if the changes are okay.
> > Let me know if you have any comments.
> 
> DTR and RTS are defined to the same value. Is this correct?
> 
> +#define        U3G_REG_LINE_CTRL_DTR   0x01 
> +#define        U3G_REG_LINE_CTRL_RTS   0x01
> 
> --HPS

Oops, my mistake, must be:
+#define        U3G_REG_LINE_CTRL_DTR   0x01 
+#define        U3G_REG_LINE_CTRL_RTS   0x02

I attach correct patch and refresh http://my.ddteam.net/files/usb.serial.diff.

-- 
Alexandr Rybalko <ray@dlink.ua> 
aka Alex RAY <ray@ddteam.net>


--Multipart=_Fri__20_Aug_2010_22_58_21_+0300_HmsuF_wT/JmaB_l5--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100820225821.330bb0ea.ray>