Change pnp ID for the SupraExpress 56i Sp V.90 modem (logical ID

0x8024b04e) so that the cards description is used instead of overriding
it.  While I'm here, add an ID for the SUP2080 and the SUP2030.

PR:		kern/13983
Submitted by:	Kurt D. Zeilenga <Kurt@OpenLDAP.Org> (SUP2030)
		dfr  (rest of change)
Reviewed by:	dfr
This commit is contained in:
deischen 1999-10-03 22:25:19 +00:00
parent 16b0d393b5
commit 9021ae61e8
2 changed files with 8 additions and 4 deletions

View File

@ -567,8 +567,10 @@ static struct isa_pnp_id sio_ids[] = {
{0x0205d041, "Multiport serial device (non-intelligent 16550)"}, /* PNP0502 */
{0x1005d041, "Generic IRDA-compatible device"}, /* PNP0510 */
{0x1105d041, "Generic IRDA-compatible device"}, /* PNP0511 */
{0x31307256, "USR3031"}, /* USR3031 */
{0x8024b04e, "SupraExpress 56i Sp V.90"},
{0x30207256, NULL}, /* USR2030 */
{0x31307256, NULL}, /* USR3031 */
{0x8020b04e, NULL}, /* SUP2080 */
{0x8024b04e, NULL}, /* SUP2480 */
{0}
};

View File

@ -567,8 +567,10 @@ static struct isa_pnp_id sio_ids[] = {
{0x0205d041, "Multiport serial device (non-intelligent 16550)"}, /* PNP0502 */
{0x1005d041, "Generic IRDA-compatible device"}, /* PNP0510 */
{0x1105d041, "Generic IRDA-compatible device"}, /* PNP0511 */
{0x31307256, "USR3031"}, /* USR3031 */
{0x8024b04e, "SupraExpress 56i Sp V.90"},
{0x30207256, NULL}, /* USR2030 */
{0x31307256, NULL}, /* USR3031 */
{0x8020b04e, NULL}, /* SUP2080 */
{0x8024b04e, NULL}, /* SUP2480 */
{0}
};