Date: Wed, 8 Mar 2017 20:58:56 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r314919 - head/sys/dev/uart Message-ID: <201703082058.v28KwuV6049809@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703082058.v28KwuV6049809>