diff options
author | Dan Williams <dcbw@redhat.com> | 2013-03-12 12:58:37 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2013-03-12 13:01:31 -0500 |
commit | 5efb1ceb5eacaabad1d640de713d3576a19c5831 (patch) | |
tree | 2f2ced6bac90e9df9ca0d937803ef139ff3f11d8 /libqcdm/src/commands.h | |
parent | 30fb4e9da7f808659d8e7bfe9e9c2de2b8eafea2 (diff) |
qcdm: fix up NV Mode Pref item handling
While the QCDM and DIAG_NV are the same, in reality they shouldn't
be and there should be a mapping between them. That wasn't happening,
so fix that up and add a few missing modes to the NV item defines.
Diffstat (limited to 'libqcdm/src/commands.h')
-rw-r--r-- | libqcdm/src/commands.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libqcdm/src/commands.h b/libqcdm/src/commands.h index 8b8e0bce..437261b2 100644 --- a/libqcdm/src/commands.h +++ b/libqcdm/src/commands.h @@ -292,6 +292,8 @@ QcdmResult *qcdm_cmd_nv_set_roam_pref_result (const char *buf, enum { QCDM_CMD_NV_MODE_PREF_ITEM_MODE_PREF_DIGITAL = 0x00, QCDM_CMD_NV_MODE_PREF_ITEM_MODE_PREF_DIGITAL_ONLY = 0x01, + QCDM_CMD_NV_MODE_PREF_ITEM_MODE_PREF_ANALOG = 0x02, + QCDM_CMD_NV_MODE_PREF_ITEM_MODE_PREF_ANALOG_ONLY = 0x03, QCDM_CMD_NV_MODE_PREF_ITEM_MODE_PREF_AUTO = 0x04, QCDM_CMD_NV_MODE_PREF_ITEM_MODE_PREF_1X_ONLY = 0x09, QCDM_CMD_NV_MODE_PREF_ITEM_MODE_PREF_HDR_ONLY = 0x0A, |