svn commit: r217202 - in head/sys/dev/usb: . serial

Gavin Atkinson gavin at FreeBSD.org
Sun Jan 9 17:40:04 UTC 2011


Author: gavin
Date: Sun Jan  9 17:40:04 2011
New Revision: 217202
URL: http://svn.freebsd.org/changeset/base/217202

Log:
  Add support for the Zeagle N2iTion3 Dive Computer to uplcom(4).  This brings
  the list of supported devices in sync with kernel.org git revision
  f36ecd5de93e4c85a9e3d25100c6e233155b12e5, and OpenBSD uplcom.c r1.54

Modified:
  head/sys/dev/usb/serial/uplcom.c
  head/sys/dev/usb/usbdevs

Modified: head/sys/dev/usb/serial/uplcom.c
==============================================================================
--- head/sys/dev/usb/serial/uplcom.c	Sun Jan  9 17:19:04 2011	(r217201)
+++ head/sys/dev/usb/serial/uplcom.c	Sun Jan  9 17:40:04 2011	(r217202)
@@ -258,6 +258,7 @@ static const struct usb_device_id uplcom
 	UPLCOM_DEV(BELKIN, F5U257),		/* Belkin F5U257 */
 	UPLCOM_DEV(COREGA, CGUSBRS232R),	/* Corega CG-USBRS232R */
 	UPLCOM_DEV(EPSON, CRESSI_EDY),		/* Cressi Edy diving computer */
+	UPLCOM_DEV(EPSON, N2ITION3),		/* Zeagle N2iTion3 diving computer */
 	UPLCOM_DEV(ELECOM, UCSGT),		/* ELECOM UC-SGT */
 	UPLCOM_DEV(ELECOM, UCSGT0),		/* ELECOM UC-SGT */
 	UPLCOM_DEV(HAL, IMR001),		/* HAL Corporation Crossam2+USB */

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Sun Jan  9 17:19:04 2011	(r217201)
+++ head/sys/dev/usb/usbdevs	Sun Jan  9 17:40:04 2011	(r217202)
@@ -1532,6 +1532,7 @@ product EPSON 2480		0x0121	Perfection 24
 product EPSON 3590		0x0122	Perfection 3590 scanner
 product EPSON 4990		0x012a	Perfection 4990 Photo scanner
 product EPSON CRESSI_EDY	0x0521	Cressi Edy diving computer
+product EPSON N2ITION3		0x0522	Zeagle N2iTion3 diving computer
 product EPSON STYLUS_875DC	0x0601	Stylus Photo 875DC Card Reader
 product EPSON STYLUS_895	0x0602	Stylus Photo 895 Card Reader
 product EPSON CX5400		0x0808	CX5400 scanner


More information about the svn-src-all mailing list