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.


--
С уважением,
Махматханов Руслан Казбекович

--- /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,
_______________________________________________
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to