OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.61/] [tools/] [fx2/] [src/] [lib/] [usb_descriptors.h] - Blame information for rev 26

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 17 wfjm
/* -*- c++ -*- */
2
/* $Id: usb_descriptors.h 395 2011-07-17 22:02:55Z mueller $ */
3
/*-----------------------------------------------------------------------------
4
 * USB descriptor references
5
 *-----------------------------------------------------------------------------
6
 * Code taken from USRP2 firmware (GNU Radio Project), version 3.0.2,
7
 * Copyright 2003 Free Software Foundation, Inc.
8
 *-----------------------------------------------------------------------------
9
 * This code is part of usbjtag. usbjtag is free software; you can redistribute
10
 * it and/or modify it under the terms of the GNU General Public License as
11
 * published by the Free Software Foundation; either version 2 of the License,
12
 * or (at your option) any later version. usbjtag is distributed in the hope
13
 * that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
14
 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
 * GNU General Public License for more details.  You should have received a
16
 * copy of the GNU General Public License along with this program in the file
17
 * COPYING; if not, write to the Free Software Foundation, Inc., 51 Franklin
18
 * St, Fifth Floor, Boston, MA  02110-1301  USA
19
 *-----------------------------------------------------------------------------
20
 */
21
 
22
extern xdata const char high_speed_device_descr[];
23
extern xdata const char high_speed_devqual_descr[];
24
extern xdata const char high_speed_config_descr[];
25
 
26
extern xdata const char full_speed_device_descr[];
27
extern xdata const char full_speed_devqual_descr[];
28
extern xdata const char full_speed_config_descr[];
29
 
30
extern xdata unsigned char nstring_descriptors;
31
extern xdata char * xdata string_descriptors[];
32
 
33
/*
34
 * We patch these locations with info read from the usrp config eeprom
35
 */
36
extern xdata char usb_desc_hw_rev_binary_patch_location_0[];
37
extern xdata char usb_desc_hw_rev_binary_patch_location_1[];
38
extern xdata char usb_desc_hw_rev_ascii_patch_location_0[];
39
extern xdata char usb_desc_serial_number_ascii[];

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.