X-Git-Url: http://git.smho.de/gw/?p=owTools.git;a=blobdiff_plain;f=src%2FowInterface.cpp;fp=src%2FowInterface.cpp;h=e412f85db34e256fb95a767cd5fcca937ee7a4b2;hp=3da8460e7e97bc6d2638cafe6aca3df29ae8ded0;hb=fcb2710478594b367ec99f1f79651aa107b5af4f;hpb=f7b7cd722492679725b953a41717a3109c81813d diff --git a/src/owInterface.cpp b/src/owInterface.cpp index 3da8460..e412f85 100644 --- a/src/owInterface.cpp +++ b/src/owInterface.cpp @@ -568,6 +568,7 @@ int owInterface::Find() { case 0x26:d=new owDeviceDS2438(this,snum);break; case 0x20:d=new owDeviceDS2450(this,snum);break; case 0x1D:d=new owDeviceDS2423(this,snum);break; + case 0x29:d=new owDeviceDS2408(this,snum);break; default:d=new owDevice(this,snum); } devices.push_back(d);