diff options
| author | Ben Hilburn <ben@ettus.com> | 2011-10-14 15:55:43 -0700 | 
|---|---|---|
| committer | Ben Hilburn <ben@ettus.com> | 2011-10-14 15:55:43 -0700 | 
| commit | 76bcd09b375e5954dd654039af42a74ef217c1ae (patch) | |
| tree | d63f3eeadeaee45f02fe46a0e49bfb611e5d40b1 | |
| parent | 1eefd6f232241efcf678657dd638874c0f444c6f (diff) | |
| download | uhd-76bcd09b375e5954dd654039af42a74ef217c1ae.tar.gz uhd-76bcd09b375e5954dd654039af42a74ef217c1ae.tar.bz2 uhd-76bcd09b375e5954dd654039af42a74ef217c1ae.zip | |
Fixing VID comment in firmware to reflect ERLLC rather than FSF.
| -rw-r--r-- | firmware/fx2/b100/usb_descriptors.a51 | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/firmware/fx2/b100/usb_descriptors.a51 b/firmware/fx2/b100/usb_descriptors.a51 index 5365de840..6efeb8367 100644 --- a/firmware/fx2/b100/usb_descriptors.a51 +++ b/firmware/fx2/b100/usb_descriptors.a51 @@ -34,7 +34,7 @@  	.module usb_descriptors -	VID_FREE	 = 0x2500	; Free Software Folks +	VID_FREE	 = 0x2500	; Ettus Research, LLC.  	PID_USRP	 = 0x0002	; B100  	;; We distinguish configured from unconfigured USRPs using the Device ID. | 
