svn commit: r210553 - head/sys/dev/usb

Andrew Thompson thompsa at FreeBSD.org
Tue Jul 27 22:55:26 UTC 2010


Author: thompsa
Date: Tue Jul 27 22:55:24 2010
New Revision: 210553
URL: http://svn.freebsd.org/changeset/base/210553

Log:
  Fix the entry for the Option ICON452 where an underscore was used instead of
  whitespace.
  
  Submitted by:	Lucius Windschuh

Modified:
  head/sys/dev/usb/usbdevs

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Tue Jul 27 20:40:46 2010	(r210552)
+++ head/sys/dev/usb/usbdevs	Tue Jul 27 22:55:24 2010	(r210553)
@@ -2323,7 +2323,7 @@ product OPTION ICONEDGE		0xc031	GlobeSur
 product OPTION MODHSXPA		0xd013	Globetrotter HSUPA
 product OPTION ICON321		0xd031	Globetrotter HSUPA
 product OPTION ICON505		0xd055	Globetrotter iCON 505
-product OPTION_ICON452		0x7901	Globetrotter iCON 452
+product OPTION ICON452		0x7901	Globetrotter iCON 452
 
 /* OvisLink product */
 product OVISLINK RT3072		0x3072	RT3072


More information about the svn-src-head mailing list