diff options
author | bms <bms@FreeBSD.org> | 2011-05-10 02:38:44 +0000 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2011-05-10 02:38:44 +0000 |
commit | 25bebdda201858f62254543bea360283912ddd7f (patch) | |
tree | bbbd791ff9dc62d300d068d31d27088d1b1ec28b | |
parent | f92bf45e3f02b61c43be8caeb3f67fb8c1ff7b85 (diff) | |
download | FreeBSD-src-25bebdda201858f62254543bea360283912ddd7f.zip FreeBSD-src-25bebdda201858f62254543bea360283912ddd7f.tar.gz |
Add VID for Simtec Electronics.
Add PID for Simtec Electronics EntropyKey, a hardware random number generator.
-rw-r--r-- | sys/dev/usb/usbdevs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 60d791c..3d3dc46 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -681,6 +681,7 @@ vendor HAUPPAUGE2 0x2040 Hauppauge Computer Works 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-TP50P6-S 50in Touch Panel /* 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 |