|
@@ -905,10 +905,6 @@ static int dst_get_device_id(struct dst_state *state)
|
|
state->dst_type = use_dst_type;
|
|
state->dst_type = use_dst_type;
|
|
dst_type_flags_print(state->type_flags);
|
|
dst_type_flags_print(state->type_flags);
|
|
|
|
|
|
- if (state->type_flags & DST_TYPE_HAS_TS204) {
|
|
|
|
- dst_packsize(state, 204);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -940,6 +936,9 @@ static int dst_probe(struct dst_state *state)
|
|
if (dst_get_tuner_info(state) < 0)
|
|
if (dst_get_tuner_info(state) < 0)
|
|
dprintk(verbose, DST_INFO, 1, "Tuner: Unsupported command");
|
|
dprintk(verbose, DST_INFO, 1, "Tuner: Unsupported command");
|
|
}
|
|
}
|
|
|
|
+ if (state->type_flags & DST_TYPE_HAS_TS204) {
|
|
|
|
+ dst_packsize(state, 204);
|
|
|
|
+ }
|
|
if (state->type_flags & DST_TYPE_HAS_FW_BUILD) {
|
|
if (state->type_flags & DST_TYPE_HAS_FW_BUILD) {
|
|
if (dst_fw_ver(state) < 0) {
|
|
if (dst_fw_ver(state) < 0) {
|
|
dprintk(verbose, DST_INFO, 1, "FW: Unsupported command");
|
|
dprintk(verbose, DST_INFO, 1, "FW: Unsupported command");
|