svn commit: r314919 - head/sys/dev/uart
Ian Lepore
ian at FreeBSD.org
Wed Mar 8 20:58:57 UTC 2017
Author: ian
Date: Wed Mar 8 20:58:56 2017
New Revision: 314919
URL: https://svnweb.freebsd.org/changeset/base/314919
Log:
Update the comment for the Wacom WACF00e to make it clear it's not an
accidental duplicate of WACF004.
PR: 217306
Modified:
head/sys/dev/uart/uart_bus_isa.c
Modified: head/sys/dev/uart/uart_bus_isa.c
==============================================================================
--- head/sys/dev/uart/uart_bus_isa.c Wed Mar 8 20:41:27 2017 (r314918)
+++ head/sys/dev/uart/uart_bus_isa.c Wed Mar 8 20:58:56 2017 (r314919)
@@ -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 */
More information about the svn-src-all
mailing list