diff options
author | Felix Kronlage <fkr@cvs.openbsd.org> | 2008-04-02 08:51:09 +0000 |
---|---|---|
committer | Felix Kronlage <fkr@cvs.openbsd.org> | 2008-04-02 08:51:09 +0000 |
commit | 456886be18d329e7ba815f184e957a0da8ed24fc (patch) | |
tree | 5135b60bd6179945101b79710ab1940d8f09a7a0 | |
parent | 69dd414b64b4fd7d22f60a0d41e4a05183c42a4a (diff) |
add another vendor id for Qualcomm as well as one of their modems.
from freebsd. ok jsg@
-rw-r--r-- | sys/dev/usb/usbdevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 7a3b97886b1..4df17daf188 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.345 2008/04/01 13:41:09 jsg Exp $ +$OpenBSD: usbdevs,v 1.346 2008/04/02 08:51:08 fkr Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -516,6 +516,7 @@ vendor AMIT 0x18c5 AMIT vendor QCOM 0x18e8 Qcom vendor LINKSYS3 0x1915 Linksys vendor MEINBERG 0x1938 Meinberg Funkuhren +vendor QUALCOMM3 0x19d2 Qualcomm Inc. vendor DLINK 0x2001 D-Link vendor PLANEX2 0x2019 Planex Communications vendor MOTOROLA2 0x22b8 Motorola @@ -2223,6 +2224,7 @@ product QTRONIX 980N 0x2011 Scorpion-980N product QUALCOMM MSM_MODEM 0x3196 CDMA MSM modem product QUALCOMM2 MSM_PHONE 0x6000 CDMA MSM phone product QUALCOMM MSM_HSDPA 0x6613 HSDPA MSM +product QUALCOMM3 CDMA_MSM 0x0001 CDMA Technologies MSM modem /* Quickshot products */ product QUICKSHOT STRIKEPAD 0x6238 USB StrikePad |