GNU Radio 3.4.2 C++ API
|
00001 /* -*- c++ -*- */ 00002 /* 00003 * Copyright 2003,2006,2007 Free Software Foundation, Inc. 00004 * 00005 * This file is part of GNU Radio 00006 * 00007 * GNU Radio is free software; you can redistribute it and/or modify 00008 * it under the terms of the GNU General Public License as published by 00009 * the Free Software Foundation; either version 3, or (at your option) 00010 * any later version. 00011 * 00012 * GNU Radio is distributed in the hope that it will be useful, 00013 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00015 * GNU General Public License for more details. 00016 * 00017 * You should have received a copy of the GNU General Public License 00018 * along with GNU Radio; see the file COPYING. If not, write to 00019 * the Free Software Foundation, Inc., 51 Franklin Street, 00020 * Boston, MA 02110-1301, USA. 00021 */ 00022 00023 /* 00024 * USB Vendor and Product IDs that we use 00025 * 00026 * (keep in sync with usb_descriptors.a51) 00027 */ 00028 00029 #ifndef _USRP_IDS_H_ 00030 #define _USRP_IDS_H_ 00031 00032 #define USB_VID_CYPRESS 0x04b4 00033 #define USB_PID_CYPRESS_FX2 0x8613 00034 00035 00036 #define USB_VID_FSF 0xfffe // Free Software Folks 00037 #define USB_PID_FSF_EXP_0 0x0000 // Experimental 0 00038 #define USB_PID_FSF_EXP_1 0x0001 // Experimental 1 00039 #define USB_PID_FSF_USRP 0x0002 // Universal Software Radio Peripheral 00040 #define USB_PID_FSF_USRP_reserved 0x0003 // Universal Software Radio Peripheral 00041 #define USB_PID_FSF_SSRP 0x0004 // Simple Software Radio Peripheral 00042 #define USB_PID_FSF_SSRP_reserved 0x0005 // Simple Software Radio Peripheral 00043 #define USB_PID_FSF_HPSDR 0x0006 // High Performance Software Defined Radio (Internal Boot) 00044 #define USB_PID_FSF_HPSDR_HA 0x0007 // High Performance Software Defined Radio (Host Assisted Boot) 00045 #define USB_PID_FSF_QS1R 0x0008 // QS1R HF receiver 00046 #define USB_PID_FSF_EZDOP 0x0009 // ezdop <jcorgan@aeinet.com> 00047 #define USB_PID_FSF_BDALE_Development 0x000a // Bdale Garbee <bdale@gag.com> 00048 #define USB_PID_FSF_BDALE_TeleMetrum 0x000b // Bdale Garbee <bdale@gag.com> 00049 #define USB_PID_FSF_BDALE_TeleDongle 0x000c // Bdale Garbee <bdale@gag.com> 00050 #define USB_PID_FSF_BDALE_TeleTerra 0x000d // Bdale Garbee <bdale@gag.com> 00051 #define USB_PID_FSF_BDALE_TeleBT 0x000e // Bdale Garbee <bdale@gag.com> 00052 #define USB_PID_FSF_BDALE_TeleLaunch 0x000f // Bdale Garbee <bdale@gag.com> 00053 #define USB_PID_FSF_BDALE_TeleLCO 0x0010 // Bdale Garbee <bdale@gag.com> 00054 #define USB_PID_FSF_BDALE_TeleScience 0x0011 // Bdale Garbee <bdale@gag.com> 00055 #define USB_PID_FSF_BDALE_TelePyro 0x0012 // Bdale Garbee <bdale@gag.com> 00056 #define USB_PID_FSF_BDALE_9 0x0013 // Bdale Garbee <bdale@gag.com> 00057 #define USB_PID_FSF_HPSDR_HERMES 0x0014 // HPSDR Hermes 00058 #define USB_PID_FSF_THINKRF 0x0015 // Catalin Patulea <catalin.patulea@thinkrf.com> 00059 #define USB_PID_FSF_MSA 0x0016 // Hans de Bok <hdbok@dionaea.demon.nl> Scotty's Modular Spectrum Analyzer 00060 00061 #define USB_PID_FSF_LBNL_UXO 0x0018 // http://recycle.lbl.gov/~ldoolitt/uxo/ 00062 #define USB_PID_FSF_BDALE_10 0x0019 // Bdale Garbee <bdale@gag.com> 00063 #define USB_PID_FSF_BDALE_11 0x001a // Bdale Garbee <bdale@gag.com> 00064 #define USB_PID_FSF_BDALE_12 0x001b // Bdale Garbee <bdale@gag.com> 00065 #define USB_PID_FSF_BDALE_13 0x001c // Bdale Garbee <bdale@gag.com> 00066 #define USB_PID_FSF_BDALE_14 0x001d // Bdale Garbee <bdale@gag.com> 00067 #define USB_PID_FSF_BDALE_15 0x001e // Bdale Garbee <bdale@gag.com> 00068 #define USB_PID_FSF_BDALE_16 0x001f // Bdale Garbee <bdale@gag.com> 00069 #define USB_PID_FSF_BDALE_17 0x0020 // Bdale Garbee <bdale@gag.com> 00070 #define USB_PID_FSF_BDALE_18 0x0021 // Bdale Garbee <bdale@gag.com> 00071 #define USB_PID_FSF_BDALE_19 0x0022 // Bdale Garbee <bdale@gag.com> 00072 00073 00074 #define USB_DID_USRP_0 0x0000 // unconfigured rev 0 USRP 00075 #define USB_DID_USRP_1 0x0001 // unconfigured rev 1 USRP 00076 #define USB_DID_USRP_2 0x0002 // unconfigured rev 2 USRP 00077 00078 #endif /* _USRP_IDS_H_ */