diff options
author | gavin <gavin@FreeBSD.org> | 2011-01-09 17:40:04 +0000 |
---|---|---|
committer | gavin <gavin@FreeBSD.org> | 2011-01-09 17:40:04 +0000 |
commit | 05b262e505603b60c7dff7945a72a97a5abc21c3 (patch) | |
tree | 4985c1d94f8d3afbac49cfbe18a63d0cf177911d /sys/dev/usb/serial | |
parent | cd61d7146ea29620c36cf5d1e47f338b9891586b (diff) | |
download | FreeBSD-src-05b262e505603b60c7dff7945a72a97a5abc21c3.zip FreeBSD-src-05b262e505603b60c7dff7945a72a97a5abc21c3.tar.gz |
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
Diffstat (limited to 'sys/dev/usb/serial')
-rw-r--r-- | sys/dev/usb/serial/uplcom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/serial/uplcom.c b/sys/dev/usb/serial/uplcom.c index d606549..38a657e 100644 --- a/sys/dev/usb/serial/uplcom.c +++ b/sys/dev/usb/serial/uplcom.c @@ -258,6 +258,7 @@ static const struct usb_device_id uplcom_devs[] = { 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 */ |