kern/131912: New devices using Silicon Labs chips - patches enclosed

Previous thread: Re: kern/131642: [patch] [if_vlan] Incorrect handling of mistakes in vlan creation by maxim on Friday, February 20, 2009 - 12:17 am. (1 message)

Next thread: Re: kern/131784: triple LOR after hard reboot by Daan Vreeken on Friday, February 20, 2009 - 5:30 pm. (1 message)
From: Jack Twilley
Date: Friday, February 20, 2009 - 1:03 pm

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 },
_______________________________________________
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"
Previous thread: Re: kern/131642: [patch] [if_vlan] Incorrect handling of mistakes in vlan creation by maxim on Friday, February 20, 2009 - 12:17 am. (1 message)

Next thread: Re: kern/131784: triple LOR after hard reboot by Daan Vreeken on Friday, February 20, 2009 - 5:30 pm. (1 message)