diff --git a/Untitled Diagram.drawio b/Untitled Diagram.drawio new file mode 100644 index 0000000..3bd8efc --- /dev/null +++ b/Untitled Diagram.drawio @@ -0,0 +1,247 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/acdcontrol.cpp b/acdcontrol.cpp index 494d74e..936f215 100644 --- a/acdcontrol.cpp +++ b/acdcontrol.cpp @@ -56,7 +56,7 @@ const int STUDIO_DISPLAY_17 = 0x9217; const int CINEMA_DISPLAY_23_OLD = 0x9218; const int CINEMA_DISPLAY_23_NEW = 0x9218; const int CINEMA_DISPLAY_20_OLD = 0x9219; -const int CINEMA_DISPLAY_20_NEW = 0x9219; +const int CINEMA_DISPLAY_20_NEW = 0x921b; const int CINEMA_DISPLAY_24 = 0x921e; const int CINEMA_DISPLAY_30 = 0x9232; const int CINEMA_DISPLAY_27 = 0x9226; @@ -539,8 +539,8 @@ void init_device_database() { "Apple Studio Display 15\"" )); supportedDevices.insert( DeviceId( APPLE, STUDIO_DISPLAY_17, "Apple Studio Display 17\"" )); -// supportedDevices.insert( DeviceId( APPLE, CINEMA_DISPLAY_20_NEW, -// "Apple Cinema Display 20\" (new)" )); + supportedDevices.insert( DeviceId( APPLE, CINEMA_DISPLAY_20_NEW, + "Apple Cinema Display 20\" (new)" )); supportedDevices.insert( DeviceId( APPLE, CINEMA_DISPLAY_20_OLD, "Apple Cinema Display 20\" (old)" )); // supportedDevices.insert( DeviceId( APPLE, CINEMA_DISPLAY_23_NEW,