Added isapnp id for at-mio-16de-10 from isapnp.conf attachment
authorFrank Mori Hess <fmhess@speakeasy.net>
Thu, 25 Aug 2005 23:53:06 +0000 (23:53 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Thu, 25 Aug 2005 23:53:06 +0000 (23:53 +0000)
in bugzilla bug 165.

comedi/drivers/ni_atmio.c

index acb58bcb4c589288987c013127bc5f3accc45d47..c7aaabb923f852268b4a1f78c61c8ac4c905ae56 100644 (file)
@@ -165,7 +165,7 @@ static ni_board ni_boards[]={
                has_8255:       0,
        },
        {       device_id:      37,
-               isapnp_id:      0x0000, /* XXX unknown */
+               isapnp_id:      0x2500,
                name:           "at-mio-16de-10",
                n_adchan:       16,
                adbits:         12,
@@ -314,6 +314,7 @@ static inline unsigned short __win_in(comedi_device *dev, int addr)
 static struct isapnp_device_id device_ids[] = {
        { 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',0x2500,'N','I','C',0x2500), },
        { 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, },