signalwareltd / rtl_tcp_andro-

rtl_tcp and libusb-1.0 port for Android modified to support opening devices from Linux file descriptors
GNU General Public License v2.0
347 stars 118 forks source link

device_filter.xml uses hex values #3

Closed bkhall closed 8 years ago

bkhall commented 9 years ago

The product-id and vendor-id values are supposed to be in decimal format, not hex.

I see that you convert them from hex to decimal internally however, so the app is working.

Still, this file should be portable to other projects which are expecting the standard format.

martinmarinov commented 8 years ago

Hey,

The values were in the xml file were in decimal. However, with the latest commit they are back in hex, the same format that the rtlsdr library uses

https://github.com/martinmarinov/rtl_tcp_andro-/commit/850450f3de763e9859fcc81e78216d0c4a005cfd