#include "../comedidev.h"
#include <linux/delay.h>
#include <linux/ctype.h>
#include <linux/firmware.h>
#include <linux/jiffies.h>
#include <linux/slab.h>
#include <linux/timer.h>
#include <linux/kernel.h>
#include "jr3_pci.h"
Go to the source code of this file.
#define PCI_DEVICE_ID_JR3_1_CHANNEL 0x3111 |
#define PCI_DEVICE_ID_JR3_1_CHANNEL_NEW 0x1111 |
#define PCI_DEVICE_ID_JR3_2_CHANNEL 0x3112 |
#define PCI_DEVICE_ID_JR3_3_CHANNEL 0x3113 |
#define PCI_DEVICE_ID_JR3_4_CHANNEL 0x3114 |
#define PCI_VENDOR_ID_JR3 0x1762 |
MODULE_AUTHOR |
( |
"Comedi http://www.comedi.org" |
| ) |
|
module_comedi_pci_driver |
( |
jr3_pci_driver |
, |
|
|
jr3_pci_pci_driver |
|
|
) |
| |
MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
jr3_pci_pci_table |
|
|
) |
| |
MODULE_FIRMWARE |
( |
"comedi/jr3pci.idm" |
| ) |
|