Skip to content

Commit

Permalink
Add Apple vendor ID
Browse files Browse the repository at this point in the history
  • Loading branch information
inikolaev committed Dec 15, 2019
1 parent ba9b538 commit a75d146
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/cectypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,7 @@ typedef enum cec_vendor_id
CEC_VENDOR_ONKYO = 0x0009B0,
CEC_VENDOR_MEDION = 0x000CB8,
CEC_VENDOR_TOSHIBA2 = 0x000CE7,
CEC_VENDOR_APPLE = 0x0010FA,
CEC_VENDOR_PULSE_EIGHT = 0x001582,
CEC_VENDOR_HARMAN_KARDON2 = 0x001950,
CEC_VENDOR_GOOGLE = 0x001A11,
Expand Down
1 change: 1 addition & 0 deletions src/LibCecSharp/CecSharpTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,7 @@ namespace CecSharp
Onkyo = 0x0009B0,
Medion = 0x000CB8,
Toshiba2 = 0x000CE7,
Apple = 0x0010FA,
PulseEight = 0x001582,
HarmanKardon2 = 0x001950,
Google = 0x001A11,
Expand Down
2 changes: 2 additions & 0 deletions src/libcec/CECTypeUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,8 @@ namespace CEC
case CEC_VENDOR_TOSHIBA:
case CEC_VENDOR_TOSHIBA2:
return "Toshiba";
case CEC_VENDOR_APPLE:
return "Apple";
case CEC_VENDOR_AKAI:
return "Akai";
case CEC_VENDOR_AOC:
Expand Down

0 comments on commit a75d146

Please sign in to comment.