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 | |
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')
-rw-r--r-- | sys/dev/usb/serial/uplcom.c | 1 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 1 |
2 files changed, 2 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 */ diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index aa71aea..e4fb582 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1532,6 +1532,7 @@ product EPSON 2480 0x0121 Perfection 2480 scanner 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 |