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

Bruce M Simpson bms at FreeBSD.org
Tue May 10 02:38:44 UTC 2011


Author: bms
Date: Tue May 10 02:38:44 2011
New Revision: 221720
URL: http://svn.freebsd.org/changeset/base/221720

Log:
  Add VID for Simtec Electronics.
  Add PID for Simtec Electronics EntropyKey, a hardware random number generator.

Modified:
  head/sys/dev/usb/usbdevs

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Tue May 10 02:34:11 2011	(r221719)
+++ head/sys/dev/usb/usbdevs	Tue May 10 02:38:44 2011	(r221720)
@@ -681,6 +681,7 @@ vendor HAUPPAUGE2	0x2040	Hauppauge Compu
 vendor TLAYTECH		0x20b9	Tlay Tech
 vendor ENCORE		0x203d	Encore
 vendor PARA		0x20b8	PARA Industrial
+vendor SIMTEC		0x20df	Simtec Electronics
 vendor ERICSSON		0x2282	Ericsson
 vendor MOTOROLA2	0x22b8	Motorola
 vendor TRIPPLITE	0x2478	Tripp-Lite
@@ -2513,6 +2514,9 @@ product PANASONIC TYTP50P6S	0x3900	TY-TP
 /* PARA Industrial products */
 product PARA RT3070		0x8888	RT3070
 
+/* Simtec Electronics products */
+product SIMTEC ENTROPYKEY	0x0001	Entropy Key
+
 /* Pegatron products */
 product PEGATRON RT2870		0x0002	RT2870
 product PEGATRON RT3070		0x000c	RT3070


More information about the svn-src-head mailing list