00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
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_0 0x000a // Bdale Garbee <bdale@gag.com>
00048 #define USB_PID_FSF_BDALE_1 0x000b // Bdale Garbee <bdale@gag.com>
00049 #define USB_PID_FSF_BDALE_2 0x000c // Bdale Garbee <bdale@gag.com>
00050 #define USB_PID_FSF_BDALE_3 0x000d // Bdale Garbee <bdale@gag.com>
00051 #define USB_PID_FSF_BDALE_4 0x000e // Bdale Garbee <bdale@gag.com>
00052 #define USB_PID_FSF_BDALE_5 0x000f // Bdale Garbee <bdale@gag.com>
00053 #define USB_PID_FSF_BDALE_6 0x0010 // Bdale Garbee <bdale@gag.com>
00054 #define USB_PID_FSF_BDALE_7 0x0011 // Bdale Garbee <bdale@gag.com>
00055 #define USB_PID_FSF_BDALE_8 0x0012 // Bdale Garbee <bdale@gag.com>
00056 #define USB_PID_FSF_BDALE_9 0x0013 // Bdale Garbee <bdale@gag.com>
00057
00058 #define USB_PID_FSF_LBNL_UXO 0x0018 // http://recycle.lbl.gov/~ldoolitt/uxo/
00059
00060
00061 #define USB_DID_USRP_0 0x0000 // unconfigured rev 0 USRP
00062 #define USB_DID_USRP_1 0x0001 // unconfigured rev 1 USRP
00063 #define USB_DID_USRP_2 0x0002 // unconfigured rev 2 USRP
00064
00065 #endif