diff options
author | eb | 2007-02-19 22:14:55 +0000 |
---|---|---|
committer | eb | 2007-02-19 22:14:55 +0000 |
commit | 0ff13bf5b3ab73ebf77974a91f466385591d4ec7 (patch) | |
tree | ecc12a70306e61351c2b97492bc89333b8a1ba00 | |
parent | acd06fea71d5a9e0e12ab72e3df4faf44cea8d16 (diff) | |
download | gnuradio-0ff13bf5b3ab73ebf77974a91f466385591d4ec7.tar.gz gnuradio-0ff13bf5b3ab73ebf77974a91f466385591d4ec7.tar.bz2 gnuradio-0ff13bf5b3ab73ebf77974a91f466385591d4ec7.zip |
allocated 10 USB PIDs for Bdale
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4520 221aa14e-8319-0410-a670-987f0aec2ac5
-rw-r--r-- | usrp/firmware/include/usrp_ids.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/usrp/firmware/include/usrp_ids.h b/usrp/firmware/include/usrp_ids.h index 0c6e0b5d2..51ee6a583 100644 --- a/usrp/firmware/include/usrp_ids.h +++ b/usrp/firmware/include/usrp_ids.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* - * Copyright 2003 Free Software Foundation, Inc. + * Copyright 2003,2006,2007 Free Software Foundation, Inc. * * This file is part of GNU Radio * @@ -44,6 +44,16 @@ #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_BDALE_0 0x000a // Bdale Garbee <bdale@gag.com> +#define USB_PID_FSF_BDALE_1 0x000b // Bdale Garbee <bdale@gag.com> +#define USB_PID_FSF_BDALE_2 0x000c // Bdale Garbee <bdale@gag.com> +#define USB_PID_FSF_BDALE_3 0x000d // Bdale Garbee <bdale@gag.com> +#define USB_PID_FSF_BDALE_4 0x000e // Bdale Garbee <bdale@gag.com> +#define USB_PID_FSF_BDALE_5 0x000f // Bdale Garbee <bdale@gag.com> +#define USB_PID_FSF_BDALE_6 0x0010 // Bdale Garbee <bdale@gag.com> +#define USB_PID_FSF_BDALE_7 0x0011 // Bdale Garbee <bdale@gag.com> +#define USB_PID_FSF_BDALE_8 0x0012 // Bdale Garbee <bdale@gag.com> +#define USB_PID_FSF_BDALE_9 0x0013 // Bdale Garbee <bdale@gag.com> #define USB_PID_FSF_LBNL_UXO 0x0018 // http://recycle.lbl.gov/~ldoolitt/uxo/ |