version 4.2.0
[fx2fw-sdcc] / fx2 / usb_descriptors.h
index f4a2faf..cbf9610 100644 (file)
@@ -1,76 +1,38 @@
 /* -*- c++ -*- */\r
-\r
 /*-----------------------------------------------------------------------------\r
-\r
  * USB descriptor references\r
-\r
  *-----------------------------------------------------------------------------\r
-\r
  * Code taken from USRP2 firmware (GNU Radio Project), version 3.0.2,\r
-\r
  * Copyright 2003 Free Software Foundation, Inc.\r
-\r
  *-----------------------------------------------------------------------------\r
-\r
  * This code is part of usbjtag. usbjtag is free software; you can redistribute\r
-\r
  * it and/or modify it under the terms of the GNU General Public License as\r
-\r
  * published by the Free Software Foundation; either version 2 of the License,\r
-\r
  * or (at your option) any later version. usbjtag is distributed in the hope\r
-\r
  * that it will be useful, but WITHOUT ANY WARRANTY; without even the implied\r
-\r
  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
-\r
  * GNU General Public License for more details.  You should have received a\r
-\r
  * copy of the GNU General Public License along with this program in the file\r
-\r
  * COPYING; if not, write to the Free Software Foundation, Inc., 51 Franklin\r
-\r
  * St, Fifth Floor, Boston, MA  02110-1301  USA\r
-\r
  *-----------------------------------------------------------------------------\r
-\r
  */\r
 \r
-\r
-\r
 extern xdata const char high_speed_device_descr[];\r
-\r
 extern xdata const char high_speed_devqual_descr[];\r
-\r
 extern xdata const char high_speed_config_descr[];\r
 \r
-\r
-\r
 extern xdata const char full_speed_device_descr[];\r
-\r
 extern xdata const char full_speed_devqual_descr[];\r
-\r
 extern xdata const char full_speed_config_descr[];\r
 \r
-\r
-\r
 extern xdata unsigned char nstring_descriptors;\r
-\r
 extern xdata char * xdata string_descriptors[];\r
 \r
-\r
-\r
 /*\r
-\r
  * We patch these locations with info read from the usrp config eeprom\r
-\r
  */\r
-\r
 extern xdata char usb_desc_hw_rev_binary_patch_location_0[];\r
-\r
 extern xdata char usb_desc_hw_rev_binary_patch_location_1[];\r
-\r
 extern xdata char usb_desc_hw_rev_ascii_patch_location_0[];\r
-\r
 extern xdata char usb_desc_serial_number_ascii[];\r
-\r