Add an entry for "PCCOM dual port RS232/422/485".

Submitted by:	Daniel O'Connor <doconnor@gsoft.com.au>
MFC after:	1 week
This commit is contained in:
jhay 2002-04-01 13:33:43 +00:00
parent 44891868e6
commit 01f20a0156

View File

@ -763,5 +763,14 @@ const struct puc_device_description puc_devices[] = {
},
},
{ "PCCOM dual port RS232/422/485",
{ 0x6666, 0x0004, 0, 0 },
{ 0xffff, 0xffff, 0, 0 },
{
{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ },
{ PUC_PORT_TYPE_COM, 0x1c, 0x08, COM_FREQ },
},
},
{ 0 }
};