diff options
author | Nick Foster <nick@ettus.com> | 2011-10-10 10:25:09 -0700 |
---|---|---|
committer | Nick Foster <nick@ettus.com> | 2011-10-11 10:22:59 -0700 |
commit | 5fcad09af2048d8babdcbddc310b069684160697 (patch) | |
tree | c2dae0530a80fc603939ac0e7a0a0e1d522e2570 /firmware/fx2/b100 | |
parent | 406ddc022ce6cd6fd0b6c7baeed5f8b36651c365 (diff) | |
download | uhd-5fcad09af2048d8babdcbddc310b069684160697.tar.gz uhd-5fcad09af2048d8babdcbddc310b069684160697.tar.bz2 uhd-5fcad09af2048d8babdcbddc310b069684160697.zip |
B100: change B100 PID in usb_descriptors.a51 as well
Diffstat (limited to 'firmware/fx2/b100')
-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 cc71833fe..169aea4fd 100644 --- a/firmware/fx2/b100/usb_descriptors.a51 +++ b/firmware/fx2/b100/usb_descriptors.a51 @@ -35,7 +35,7 @@ .module usb_descriptors VID_FREE = 0x2500 ; Free Software Folks - PID_USRP = 0x0001 ; B100 + PID_USRP = 0x0002 ; B100 ;; We distinguish configured from unconfigured USRPs using the Device ID. ;; If the MSB of the DID is 0, the device is unconfigured. |