Date: Wed, 06 Jun 2007 13:48:43 +0400 From: =?UTF-8?B?0JzQsNGF0LzQsNGC0YXQsNC90L7QsiDQoNGD0YHQu9Cw0L0g0JrQsNC30LE=?= =?UTF-8?B?0LXQutC+0LLQuNGH?= <R.Mahmatkhanov@SKYLINK.RU> To: Nikolay Pavlov <quetzal@zone3000.net> Cc: freebsd-usb@freebsd.org Subject: Re: ucom0: could not set data multiplex mode Message-ID: <466682FB.6070904@SKYLINK.RU> In-Reply-To: <20070606091528.GA44081@zone3000.net> References: <20070531054845.GA22380@zone3000.net> <20070531.010436.-460543608.imp@bsdimp.com> <20070602122453.GA48237@zone3000.net> <20070602.131011.-1370572280.imp@bsdimp.com> <20070606091528.GA44081@zone3000.net>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] Nikolay Pavlov пишет: > > Hi Warner and Ruslan. > Warner i have found that Ruslan is the originator of the patches for > umodem.c: http://www.freebsd.org/cgi/query-pr.cgi?pr=109838 > > So there is already a few CMOTECH devices there. > In any case guys here is my "usbdevs -v" output: > > Controller /dev/usb0: > addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 > port 1 addr 2: full speed, power 100 mA, config 1, CMOTECH CDMA Technologies(0x5533), CMOTECH CO., LTD.(0x16d8), rev 0.00 > port 2 powered > > I am open to any test ;) Please, try attached patch: # cd /usr/src/sys/dev/usb # patch < /path/to/ccu550.diff Then rebuild and reinstall kernel, reboot and try to use CCU550 with that new kernel. Patch is applying cleanly against in -CURRENT: - usb_quirks.c 1.41.2.8 - usbdevs 1.296 so update your sources if you have earlier versions of this files or adapt this patch for your files versions. -- С уважением, Махматханов Руслан Казбекович [-- Attachment #2 --] --- /usr/src/sys/dev/usb/usbdevs Wed Jun 6 13:40:36 2007 +++ usbdevs Wed Jun 6 13:42:21 2007 @@ -830,6 +830,7 @@ /* CMOTECH products */ product CMOTECH CNU510 0x5141 CMOTECH CDMA Technologies USB modem +product CMOTECH CCU550 0x5533 CDMA 2000 1xRTT/1xEVDO USB modem product CMOTECH CNU550 0x5543 CDMA 2000 1xRTT/1xEVDO USB modem /* Compaq products */ --- /usr/src/sys/dev/usb/usb_quirks.c Wed Jun 6 13:40:36 2007 +++ usb_quirks.c Wed Jun 6 13:43:06 2007 @@ -80,6 +80,8 @@ { USB_VENDOR_SILICONPORTALS, USB_PRODUCT_SILICONPORTALS_YAPPHONE, 0x100, { UQ_AU_INP_ASYNC }}, { USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_UN53B, ANY, { UQ_NO_STRINGS }}, + { USB_VENDOR_CMOTECH, USB_PRODUCT_CMOTECH_CCU550, + ANY, { UQ_ASSUME_CM_OVER_DATA }}, { USB_VENDOR_CMOTECH, USB_PRODUCT_CMOTECH_CNU510, ANY, { UQ_ASSUME_CM_OVER_DATA }}, { USB_VENDOR_CMOTECH, USB_PRODUCT_CMOTECH_CNU550,help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?466682FB.6070904>
