DNP: RX1 2.00 supports mediaoffset *and* mqty_default.

This commit is contained in:
Solomon Peachy 2016-08-30 15:03:57 -04:00
parent 87b76be8c5
commit 9fe2e31b8b
1 changed files with 1 additions and 2 deletions

View File

@ -614,9 +614,8 @@ static void dnpds40_attach(void *vctx, struct libusb_device_handle *dev,
if (FW_VER_CHECK(1,20))
ctx->supports_3x5x2 = 1;
if (FW_VER_CHECK(2,00)) { /* AKA RX1HS */
ctx->supports_mediaoffset = 1;
ctx->supports_iserial = 1;
ctx->supports_mqty_default = 0; /* Yes, removed! */
// XXX luster?
}
break;
case P_DNP_DS620: