diff options
author | hselasky <hselasky@FreeBSD.org> | 2011-02-03 18:25:55 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2011-02-03 18:25:55 +0000 |
commit | 1ff02faff3610173bf0703cd8a1ee050e8e3abf7 (patch) | |
tree | 1497cf3400d6d0f851aa865025c67cf409c402b4 /sys/dev/usb/usbdevs | |
parent | 2a507fec610eff56c65ef13a1c713fea35ea8ded (diff) | |
download | FreeBSD-src-1ff02faff3610173bf0703cd8a1ee050e8e3abf7.zip FreeBSD-src-1ff02faff3610173bf0703cd8a1ee050e8e3abf7.tar.gz |
Fix for detection of MTK 3329 GPS USB devices.
Submitted by: Mykhaylo Yehorov
PR: usb/153929
Approved by: thompsa (mentor)
Diffstat (limited to 'sys/dev/usb/usbdevs')
-rw-r--r-- | sys/dev/usb/usbdevs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 851274b..0402efc 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -536,6 +536,7 @@ vendor SPEEDDRAGON 0x0e55 Speed Dragon Multimedia vendor HAWKING 0x0e66 Hawking vendor FOSSIL 0x0e67 Fossil, Inc vendor GMATE 0x0e7e G.Mate, Inc +vendor MEDIATEK 0x0e8d MediaTek, Inc. vendor OTI 0x0ea0 Ours Technology vendor YISO 0x0eab Yiso Wireless Co. vendor PILOTECH 0x0eaf Pilotech @@ -2120,6 +2121,9 @@ product MCT DU_H3SP_USB232 0x0200 D-Link DU-H3SP USB BAY Hub product MCT USB232 0x0210 USB-232 Interface product MCT SITECOM_USB232 0x0230 Sitecom USB-232 Products +/* MediaTek, Inc. */ +product MEDIATEK MTK3329 0x3329 MTK II GPS Receiver + /* Meizu Electronics */ product MEIZU M6_SL 0x0140 MiniPlayer M6 (SL) |