The SMSL lines of products uses these NEC32 extended format ir codes.
| Remote | Address |
|---|---|
| A | 2222h |
| Command | Hex |
| /* build with gcc -g -Os -m32 testfp.c */ | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <ucontext.h> | |
| #include <signal.h> | |
| #include <assert.h> | |
| ucontext_t context_step0; | |
| ucontext_t context_step1; |
| . |
| blueprint: | |
| name: IKEA Symfonisk Rotary Dimmer | |
| description: Use symfonisk as knx relative dimmer | |
| domain: automation | |
| input: | |
| rotary_device: | |
| name: Source device | |
| selector: | |
| device: | |
| integration: zha |
| import asyncio | |
| from asyncio.events import AbstractEventLoop | |
| import logging | |
| import socket | |
| import struct | |
| from typing import Optional, Tuple | |
| USER_AGENT = "HassTest" | |
| def create_listen_socket(addrinfo_iface, addrinfo_mcast): |
| # /usr/local/share/usb_modeswitch/12d1:1f01 | |
| # Huawei E353 (3.se) and others | |
| TargetVendor=0x12d1 | |
| TargetProductList="14db,14dc" | |
| HuaweiNewMode=1 |
| diff --git a/xbmc/rendering/gl/RenderSystemGL.cpp b/xbmc/rendering/gl/RenderSystemGL.cpp | |
| index ae10d3e..b334d45 100644 | |
| --- a/xbmc/rendering/gl/RenderSystemGL.cpp | |
| +++ b/xbmc/rendering/gl/RenderSystemGL.cpp | |
| @@ -34,6 +34,7 @@ | |
| #include "utils/SystemInfo.h" | |
| #include "utils/MathUtils.h" | |
| #include "utils/StringUtils.h" | |
| +#include <queue> | |
| diff --git a/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodec.h b/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodec.h | |
| index 0cabbc5..87f951f 100644 | |
| --- a/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodec.h | |
| +++ b/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodec.h | |
| @@ -207,6 +207,20 @@ public: | |
| */ | |
| virtual void SetDropState(bool bDrop) = 0; | |
| + | |
| + enum EFilterFlags { |