diff options
| author | Ian Lepore <ian@FreeBSD.org> | 2017-03-08 20:58:56 +0000 |
|---|---|---|
| committer | Ian Lepore <ian@FreeBSD.org> | 2017-03-08 20:58:56 +0000 |
| commit | 43597fd5754b4bb43f78ad7c9cbf178a7d9f09c3 (patch) | |
| tree | 0b47e8d1cc4e598c232c205ea778bd124c64f34e /sys/dev/uart | |
| parent | a90beeeb444334013ac12e004cdc07984a5f8351 (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart')
| -rw-r--r-- | sys/dev/uart/uart_bus_isa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/uart/uart_bus_isa.c b/sys/dev/uart/uart_bus_isa.c index eeaef14cd955..f38a83878532 100644 --- a/sys/dev/uart/uart_bus_isa.c +++ b/sys/dev/uart/uart_bus_isa.c @@ -142,8 +142,8 @@ static struct isa_pnp_id isa_ns8250_ids[] = { {0x90307256, NULL}, /* USR3090 - USR ? */ {0x70917256, NULL}, /* USR9170 - U.S. Robotics 56K FAX INT */ {0x90917256, NULL}, /* USR9190 - USR 56k Voice INT */ - {0x04f0235c, NULL}, /* WACF004 - Wacom Tablet PC Screen*/ - {0x0ef0235c, NULL}, /* WACF004 - Wacom Tablet PC Screen*/ + {0x04f0235c, NULL}, /* WACF004 - Wacom Tablet PC Screen */ + {0x0ef0235c, NULL}, /* WACF00e - Wacom Tablet PC Screen 00e */ {0x0300695c, NULL}, /* WCI0003 - Fax/Voice/Modem/Speakphone/Asvd */ {0x01a0896a, NULL}, /* ZTIA001 - Zoom Internal V90 Faxmodem */ {0x61f7896a, NULL}, /* ZTIF761 - Zoom ComStar 33.6 */ |
