From 9a21ee6f7218885e4373bc741717a75447bc2140 Mon Sep 17 00:00:00 2001 From: marschap Date: Sun, 2 Dec 2007 17:24:45 +0000 Subject: [PATCH] IOWarrior24PowerVampire cannot drive a HD44780 display --- server/drivers/IOWarrior.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/drivers/IOWarrior.c b/server/drivers/IOWarrior.c index f367b05..d9f6dbd 100644 --- a/server/drivers/IOWarrior.c +++ b/server/drivers/IOWarrior.c @@ -310,8 +310,6 @@ PrivateData *p; if ((dev->descriptor.idVendor == iowVendor) && ((dev->descriptor.idProduct == iowProd24) || (dev->descriptor.idProduct == iowProd40) || - (dev->descriptor.idProduct == iowProd24PVa) || - (dev->descriptor.idProduct == iowProd24PVb) || (dev->descriptor.idProduct == iowProd56))) { /* IO-Warrior found; try to find it's description and serial number */