Add support for the USRobotics Courier V.Everything (USR0101) modem.

Submitted by:	Robert Blayzor <robert@superior.net>
This commit is contained in:
Steve Price 1999-10-11 15:06:14 +00:00
parent 3b8f07bbc3
commit 004348c300
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52125
2 changed files with 2 additions and 0 deletions

View File

@ -567,6 +567,7 @@ 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 */
{0x01017256, NULL}, /* USR0101 */
{0x30207256, NULL}, /* USR2030 */
{0x31307256, NULL}, /* USR3031 */
{0x8020b04e, NULL}, /* SUP2080 */

View File

@ -567,6 +567,7 @@ 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 */
{0x01017256, NULL}, /* USR0101 */
{0x30207256, NULL}, /* USR2030 */
{0x31307256, NULL}, /* USR3031 */
{0x8020b04e, NULL}, /* SUP2080 */