diff options
| author | gdt <gdt@NetBSD.org> | 2006-03-25 14:12:19 +0000 |
|---|---|---|
| committer | gdt <gdt@NetBSD.org> | 2006-03-25 14:12:19 +0000 |
| commit | 12b4da9d32d20b7225bb5441fe2ab74c583ba90e (patch) | |
| tree | fd4a5df1924429f9633f9d278e67e04f629cbed9 /sys/dev/usb/usbdevs | |
| parent | c71f2558cc22c19b3973826e19bf5dc0884df36b (diff) | |
add defines for vendor and product ids found in Kyocera KPC650 EVDO
card, with a QUALCOMM MSM5500 chip. These differ from the same chip
in the Airprime card, so I've added a _K suffix to the constants.
Add Gnu Radio USRP. This might be a private or unofficial allocation,
but I'll assume it's better to have it included.
Diffstat (limited to 'sys/dev/usb/usbdevs')
| -rw-r--r-- | sys/dev/usb/usbdevs | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index e0ec78db236..5c518720db8 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$NetBSD: usbdevs,v 1.423 2006/03/13 16:29:58 christos Exp $ +$NetBSD: usbdevs,v 1.424 2006/03/25 14:12:19 gdt Exp $ /* * Copyright (c) 1998-2004 The NetBSD Foundation, Inc. @@ -385,6 +385,7 @@ vendor CHICONY2 0x0c45 Chicony Electronics vendor SEALEVEL 0x0c52 Sealevel System vendor LUWEN 0x0c76 EasyDisk vendor ZCOM 0x0cde Z-Com +vendor QUALCOMM_K 0x0c88 Qualcomm Kyocera vendor TANGTOP 0x0d3d Tangtop vendor SMC3 0x0d5c Standard Microsystems vendor PEN 0x0d7d Pen Drive @@ -450,6 +451,7 @@ vendor ZINWELL 0x5a57 Zinwell vendor SITECOM 0x6189 Sitecom vendor INTEL 0x8086 Intel vendor HP2 0xf003 Hewlett Packard +vendor USRP 0xfffe GNU Radio USRP /* * List of known products. Grouped by vendor. @@ -1576,6 +1578,8 @@ product QTRONIX 980N 0x2011 Scorpion-980N keyboard /* Qualcomm products */ product QUALCOMM CDMA_MSM 0x6000 CDMA Technologies MSM phone +product QUALCOMM_K CDMA_MSM_K 0x17da Qualcomm Kyocera CDMA Technologies MSM + /* Quickshot products */ product QUICKSHOT STRIKEPAD 0x6238 USB StrikePad @@ -1874,6 +1878,9 @@ product UNIACCESS PANACHE 0x0101 Panache Surf USB ISDN Adapter /* U.S. Robotics products */ product USR USR1120 0x00eb USR1120 WLAN +/* GNU Radio USRP */ +product USRP USRPv2 0x0002 USRP Revision 2 + /* VidzMedia products */ product VIDZMEDIA MONSTERTV 0x4fb1 MonsterTV P2H |
