struct rio_device_id {
u16 did;
u16 vid;
u16 asm_did;
u16 asm_vid;
};
did
vid
asm_did
asm_vid
Identifies a RIO device based on both the device/vendor IDs and the assembly device/vendor IDs.
Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>