mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 09:23:00 +01:00
Add logical device ID for the Diamond SupraExpress 56K PnP modem:
Vendor ID SUP2480 (0x8024b04e), Serial Number 0x00001334 PnP Version 1.0, Vendor Version 0 Device Description: SupraExpress 56i Sp V.90 Reviewed by: dfr
This commit is contained in:
parent
d0847d9cf1
commit
c0d3a0d572
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51912
@ -568,6 +568,7 @@ static struct isa_pnp_id sio_ids[] = {
|
||||
{0x1005d041, "Generic IRDA-compatible device"}, /* PNP0510 */
|
||||
{0x1105d041, "Generic IRDA-compatible device"}, /* PNP0511 */
|
||||
{0x31307256, "USR3031"}, /* USR3031 */
|
||||
{0x8024b04e, "SupraExpress 56i Sp V.90"},
|
||||
{0}
|
||||
};
|
||||
|
||||
|
@ -568,6 +568,7 @@ static struct isa_pnp_id sio_ids[] = {
|
||||
{0x1005d041, "Generic IRDA-compatible device"}, /* PNP0510 */
|
||||
{0x1105d041, "Generic IRDA-compatible device"}, /* PNP0511 */
|
||||
{0x31307256, "USR3031"}, /* USR3031 */
|
||||
{0x8024b04e, "SupraExpress 56i Sp V.90"},
|
||||
{0}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user