diff options
author | Andrew Thompson <thompsa@FreeBSD.org> | 2009-03-11 01:03:32 +0000 |
---|---|---|
committer | Andrew Thompson <thompsa@FreeBSD.org> | 2009-03-11 01:03:32 +0000 |
commit | a4fcae2ada017a91755c414b3942e9e0b21f36f9 (patch) | |
tree | 77aab3e16c65d152ba482a7a53621c2609308fe3 /sys/dev/usb | |
parent | b50c51cd7f2e9c9f2d7aec35562c6810bea355b7 (diff) | |
download | src-test2-a4fcae2ada017a91755c414b3942e9e0b21f36f9.tar.gz src-test2-a4fcae2ada017a91755c414b3942e9e0b21f36f9.zip |
Notes
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/uplcom.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/usb/uplcom.c b/sys/dev/usb/uplcom.c index af39b683e94f..4471fdd5628e 100644 --- a/sys/dev/usb/uplcom.c +++ b/sys/dev/usb/uplcom.c @@ -272,6 +272,9 @@ static const struct uplcom_product { { USB_VENDOR_SITECOM, USB_PRODUCT_SITECOM_SERIAL, -1, TYPE_PL2303 }, /* Tripp-Lite U209-000-R */ { USB_VENDOR_TRIPPLITE, USB_PRODUCT_TRIPPLITE_U209, -1, TYPE_PL2303X }, + /* Mobile Action MA-620 Infrared Adapter */ + { USB_VENDOR_MOBILEACTION, USB_PRODUCT_MOBILEACTION_MA620, -1, + TYPE_PL2303X }, { 0, 0 } }; diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 03e7f3d2c815..2793f13bcd82 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1716,6 +1716,9 @@ product MITSUMI CDRRW 0x0000 CD-R/RW Drive product MITSUMI BT_DONGLE 0x641f Bluetooth USB dongle product MITSUMI FDD 0x6901 USB FDD +/* Mobile Action products */ +product MOBILEACTION MA620 0x0620 MA-620 Infrared Adapter + /* Mobility products */ product MOBILITY EA 0x0204 Ethernet product MOBILITY EASIDOCK 0x0304 EasiDock Ethernet |