From: Frank Mori Hess Date: Sat, 20 Aug 2005 15:47:10 +0000 (+0000) Subject: made ni_daq_dio24 driver accept the driver name as the board name, X-Git-Tag: branch-0_7-end~15 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=41e1520fa68f6611c7b9617299583a28f094c332;p=comedi.git made ni_daq_dio24 driver accept the driver name as the board name, as suggested by Calin A. Culianu. --- diff --git a/comedi/drivers/ni_daq_dio24.c b/comedi/drivers/ni_daq_dio24.c index 8f1ca35d..0180d42a 100644 --- a/comedi/drivers/ni_daq_dio24.c +++ b/comedi/drivers/ni_daq_dio24.c @@ -91,6 +91,12 @@ static dio24_board dio24_boards[] = bustype: pcmcia_bustype, have_dio: 1, }, + { + name: "ni_daq_dio24", + device_id: 0x475c, // 0x10b is manufacturer id, 0x475c is device id + bustype: pcmcia_bustype, + have_dio: 1, + }, }; /*