From: Lars Op den Kamp Date: Tue, 26 Jun 2012 08:21:22 +0000 (+0200) Subject: cec: corrected Vizio's vendor id X-Git-Tag: upstream/2.2.0~1^2~22^2^2~7 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=8dd7087c74f0e8be31d063124090a5067e6a7679 cec: corrected Vizio's vendor id --- diff --git a/include/cectypes.h b/include/cectypes.h index 8541c1f..4f74d8d 100644 --- a/include/cectypes.h +++ b/include/cectypes.h @@ -683,7 +683,7 @@ typedef enum cec_vendor_id CEC_VENDOR_GRUNDIG = 0x00D0D5, CEC_VENDOR_MEDION = 0x000CB8, CEC_VENDOR_SHARP = 0x08001F, - CEC_VENDOR_VIZIO = 0x006B9E, + CEC_VENDOR_VIZIO = 0x6B746D, CEC_VENDOR_UNKNOWN = 0 } cec_vendor_id; diff --git a/src/LibCecSharp/CecSharpTypes.h b/src/LibCecSharp/CecSharpTypes.h index f4f8aab..33f3200 100644 --- a/src/LibCecSharp/CecSharpTypes.h +++ b/src/LibCecSharp/CecSharpTypes.h @@ -269,7 +269,7 @@ namespace CecSharp Grundig = 0x00D0D5, Medion = 0x000CB8, Sharp = 0x08001F, - Vizio = 0x006B9E, + Vizio = 0x6B746D, Unknown = 0 };