mirror of
https://github.com/fairwaves/openbts-2.8.git
synced 2025-11-01 12:33:30 +00:00
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@2305 19bc5d8c-e614-43d4-8b26-e1612bc8e597
62 lines
3.4 KiB
C
62 lines
3.4 KiB
C
/*
|
|
* Copyright 2011 Free Software Foundation, Inc.
|
|
*
|
|
*
|
|
* This software is distributed under the terms of the GNU Affero Public License.
|
|
* See the COPYING file in the main directory for details.
|
|
*
|
|
* This use of this software may be subject to additional restrictions.
|
|
* See the LEGAL file in the main directory for details.
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU Affero General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU Affero General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
|
|
|
#define USB_VID_CYPRESS 0x04b4
|
|
#define USB_PID_CYPRESS_FX2 0x8613
|
|
|
|
|
|
#define USB_VID_FSF 0xfffe // Free Software Folks
|
|
#define USB_PID_FSF_EXP_0 0x0000 // Experimental 0
|
|
#define USB_PID_FSF_EXP_1 0x0001 // Experimental 1
|
|
#define USB_PID_FSF_RAD1 0x0002 // Universal Software Radio Peripheral
|
|
#define USB_PID_FSF_RAD1_reserved 0x0003 // Universal Software Radio Peripheral
|
|
#define USB_PID_FSF_SSRP 0x0004 // Simple Software Radio Peripheral
|
|
#define USB_PID_FSF_SSRP_reserved 0x0005 // Simple Software Radio Peripheral
|
|
#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_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_HPSDR_HERMES 0x0014 // HPSDR Hermes
|
|
#define USB_PID_FSF_THINKRF 0x0015 // Catalin Patulea <catalin.patulea@thinkrf.com>
|
|
#define USB_PID_FSF_MSA 0x0016 // Hans de Bok <hdbok@dionaea.demon.nl> Scotty's Modular Spectrum Analyzer
|
|
|
|
#define USB_PID_FSF_LBNL_UXO 0x0018 // http://recycle.lbl.gov/~ldoolitt/uxo/
|
|
|
|
|
|
#define USB_DID_RAD1_0 0x0000 // unconfigured rev 0 RAD1
|
|
#define USB_DID_RAD1_1 0x0001 // unconfigured rev 1 RAD1
|
|
#define USB_DID_RAD1_2 0x0002 // unconfigured rev 2 RAD1
|
|
|