V4L/DVB (11194): pvrusb2: Implement mechanism to force a full sub-device update
[deliverable/linux.git] / drivers / media / video / pvrusb2 / pvrusb2-hdw-internal.h
index 299bf58ad77ac859bb64e14888bf29bc13fff4c3..2afbd9bcedd3940c26d05c3250f50225e92d2e11 100644 (file)
@@ -288,6 +288,7 @@ struct pvr2_hdw {
        wait_queue_head_t state_wait_data;
 
 
+       int force_dirty;        /* consider all controls dirty if true */
        int flag_ok;            /* device in known good state */
        int flag_disconnected;  /* flag_ok == 0 due to disconnect */
        int flag_init_ok;       /* true if structure is fully initialized */
This page took 0.043489 seconds and 5 git commands to generate.