libaltos: Add windows override for EasyTimer USB ID
authorKeith Packard <keithp@keithp.com>
Fri, 23 Oct 2020 03:48:26 +0000 (20:48 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 23 Oct 2020 03:52:47 +0000 (20:52 -0700)
Windows doesn't use the product name from the device, instead it uses
whatever was in the .ini file, which was "TeleTerra" for the EasyTimer ID.

Signed-off-by: Keith Packard <keithp@keithp.com>
libaltos/altos.dll
libaltos/altos64.dll
libaltos/libaltos_windows.c

index ed0e4772f9a59dc10bb8d7e5cbf2199dbde4e864..3a3aca0e3092399dd5b29c645554eb8689712882 100755 (executable)
Binary files a/libaltos/altos.dll and b/libaltos/altos.dll differ
index e0edc1df3d21ec04d101454baa94874f038e3170..c83c59e9293cf09f4365a583cdb320f8b65fa1a6 100755 (executable)
Binary files a/libaltos/altos64.dll and b/libaltos/altos64.dll differ
index b92df70857fb03b1bbf61220cd91608eb307051d..43e347c40cb70ce96bb0bbf9dd19875a6e551881 100644 (file)
@@ -135,6 +135,7 @@ static struct {
        unsigned int    vid, pid;
        char    *name;
 } name_map[] = {
+       { .vid = 0xfffe, .pid = 0x000d, .name = "EasyTimer" },
        { .vid = 0xfffe, .pid = 0x0028, .name = "EasyMega" },
        { .vid = 0xfffe, .pid = 0x002c, .name = "EasyMotor" },
        { .name = NULL },