diff options
author | eb | 2007-01-03 19:25:13 +0000 |
---|---|---|
committer | eb | 2007-01-03 19:25:13 +0000 |
commit | be578090e070010c608d3fc06599e23be7fc70dd (patch) | |
tree | 26c00b2486e79bddf8101c7da483a0a1543352d4 | |
parent | d96995551ae115858fc75664719724cdbcba1cae (diff) | |
download | gnuradio-be578090e070010c608d3fc06599e23be7fc70dd.tar.gz gnuradio-be578090e070010c608d3fc06599e23be7fc70dd.tar.bz2 gnuradio-be578090e070010c608d3fc06599e23be7fc70dd.zip |
added PID for EZDOP
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4224 221aa14e-8319-0410-a670-987f0aec2ac5
-rw-r--r-- | usrp/firmware/include/usrp_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp/firmware/include/usrp_ids.h b/usrp/firmware/include/usrp_ids.h index 58d5d0589..0c6e0b5d2 100644 --- a/usrp/firmware/include/usrp_ids.h +++ b/usrp/firmware/include/usrp_ids.h @@ -43,6 +43,7 @@ #define USB_PID_FSF_HPSDR 0x0006 // High Performance Software Defined Radio (Internal Boot) #define USB_PID_FSF_HPSDR_HA 0x0007 // High Performance Software Defined Radio (Host Assisted Boot) #define USB_PID_FSF_QS1R 0x0008 // QS1R HF receiver +#define USB_PID_FSF_EZDOP 0x0009 // ezdop <jcorgan@aeinet.com> #define USB_PID_FSF_LBNL_UXO 0x0018 // http://recycle.lbl.gov/~ldoolitt/uxo/ |