>Number: 131912self I use two devices made by West Mountain Radio which have Silicon Labs chips inside them. I have modified usbdevs and uslcom.c to support these two devices, and am currently patching by-hand whenever I update. I have attached the patches which are cosmetically different from those in OpenBSD which appears to be the original source of uslcom.c if that matters. Update the sources in /usr/src, rebuild the kernel, and reboot. Now attach either the WMR RIGtalk or RIGblaster Plug and Play, and notice the dmesg output. The kernel will recognize the devices as 'ugen' instead of 'ucom'. Apply the attached patches. Patch attached with submission follows: *** sys/dev/usb/usbdevs-orig Sat Oct 18 09:03:18 2008 --- sys/dev/usb/usbdevs Sat Oct 18 09:13:22 2008 *************** *** 2082,2087 **** --- 2082,2089 ---- product SILABS TRAQMATE 0x80ed Track Systems Traqmate product SILABS SUUNTO 0x80f6 Suunto Sports Instrument product SILABS BURNSIDE 0x813d Burnside Telecon Deskmobile + product SILABS RIGBLAST_PNP 0x814a WMR RIGblaster plug & play + product SILABS RIGTALK1 0x814b WMR RIGtalk RT1 product SILABS HELICOM 0x815e Helicomm IP-Link 1220-DVM product SILABS CP2102 0xea60 SILABS USB UART product SILABS LIPOWSKY_JTAG 0x81c8 Lipowsky Baby-JTAG *** sys/dev/usb/uslcom.c-orig Sat Oct 18 09:02:23 2008 --- sys/dev/usb/uslcom.c Sat Oct 18 09:14:25 2008 *************** *** 120,125 **** --- 120,127 ---- { USB_VENDOR_SILABS, USB_PRODUCT_SILABS_CRUMB128 }, { USB_VENDOR_SILABS, USB_PRODUCT_SILABS_DEGREE }, { USB_VENDOR_SILABS, USB_PRODUCT_SILABS_BURNSIDE }, + { USB_VENDOR_SILABS, USB_PRODUCT_SILABS_RIGBLAST_PNP }, + { USB_VENDOR_SILABS, USB_PRODUCT_SILABS_RIGTALK1 }, { USB_VENDOR_SILABS, USB_PRODUCT_SILABS_HELICOM }, { USB_VENDOR_SILABS, USB_PRODUCT_SILABS_LIPOWSKY_HARP }, { USB_VENDOR_SILABS, USB_PRODUCT_SILABS_LIPOWSKY_JTAG }, _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"
| Greg KH | Og dreams of kernels |
| Jens Axboe | [PATCH 31/33] Fusion: sg chaining support |
| Arnd Bergmann | Re: finding your own dead "CONFIG_" variables |
| Mark Brown | [PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset |
| Tony Breeds | [LGUEST] Look in object dir for .config |
git: | |
| Brian Downing | Re: Git in a Nutshell guide |
| John Benes | Re: master has some toys |
| Matthias Lederhofer | [PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree |
| Alexander Sulfrian | [RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set |
| Junio C Hamano | Re: Rss produced by git is not valid xml? |
| Linux Kernel Mailing List | iSeries: fix section mismatch in iseries_veth |
| Linux Kernel Mailing List | ixbge: remove TX lock and redo TX accounting. |
| Linux Kernel Mailing List |
