diff options
| author | ryoon <ryoon@NetBSD.org> | 2014-05-27 13:41:01 +0000 |
|---|---|---|
| committer | ryoon <ryoon@NetBSD.org> | 2014-05-27 13:41:01 +0000 |
| commit | 0f8d7ddee2f7fbb35adfd08ac96b66c23731e49a (patch) | |
| tree | 581b4a9bb8b6ea736425bd13c158eebf69f3ac7b /sys/dev/usb/usbdevs | |
| parent | 0b21907b3f9a49fbf35a5a6c9995d9bf55fe847a (diff) | |
Related to PR kern/48533
Prism GT is Conexant products.
Diffstat (limited to 'sys/dev/usb/usbdevs')
| -rw-r--r-- | sys/dev/usb/usbdevs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 6f8a7919c07..fd9c6d60772 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$NetBSD: usbdevs,v 1.670 2014/05/25 06:10:25 ryoon Exp $ +$NetBSD: usbdevs,v 1.671 2014/05/27 13:41:01 ryoon Exp $ /* * Copyright (c) 1998-2004 The NetBSD Foundation, Inc. @@ -3280,9 +3280,9 @@ product WISTRONNEWEB AR5523_2_NF 0x0829 AR5523 product XIRLINK IMAGING 0x800d IMAGING DEVICE product XIRLINK PCCAM 0x8080 IBM PC Camera -/* Xyratex */ -product XYRATEX PRISM_GT_1 0x2000 PrismGT USB 2.0 WLAN -product XYRATEX PRISM_GT_2 0x2002 PrismGT USB 2.0 WLAN +/* Conexant */ +product CONEXANT PRISM_GT_1 0x2000 PrismGT USB 2.0 WLAN +product CONEXANT PRISM_GT_2 0x2002 PrismGT USB 2.0 WLAN /* Yamaha products */ product YAMAHA UX256 0x1000 UX256 MIDI I/F |
