fixes for isapnp device id table
authorFrank Mori Hess <fmhess@speakeasy.net>
Mon, 25 Jul 2005 02:28:53 +0000 (02:28 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Mon, 25 Jul 2005 02:28:53 +0000 (02:28 +0000)
comedi/drivers/ni_atmio.c

index 5d545b07f81a679acf8fff647778ad702b9c90f5..a943bc2f601c7fde3d4d11d556a825b98c9d1fbd 100644 (file)
@@ -311,8 +311,9 @@ static inline unsigned short __win_in(comedi_device *dev, int addr)
 
 #ifdef __ISAPNP__
 static struct isapnp_device_id device_ids[] = {
-       { ISAPNP_DEVICE_SINGLE('N','I','C',0x1900,'N','I','C',0x0000), },
+       { ISAPNP_DEVICE_SINGLE('N','I','C',0x1900,'N','I','C',0x1900), },
        { ISAPNP_DEVICE_SINGLE('N','I','C',0x2400,'N','I','C',0x2400), },
+       { ISAPNP_DEVICE_SINGLE('N','I','C',0x2600,'N','I','C',0x2600), },
        { ISAPNP_DEVICE_SINGLE('N','I','C',0x2700,'N','I','C',0x2700), },
        { ISAPNP_DEVICE_SINGLE_END, },
 };