summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2006-03-31 04:35:40 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2006-03-31 04:35:40 +0000
commitf0cad710c541ecf3829ef6b586b8bbfa60fbf8a1 (patch)
tree7c372dc09b4fb36f7b47442c01252a5efa7c12ae /sys/dev
parent8a4491bdc57071dfc65b7bd8b43461fa28b4c144 (diff)
Add GSM modem SIEMENS ES75 - from patch sent to freebsd-usb@ by Jindra Fucik
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/usb_quirks.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_quirks.c b/sys/dev/usb/usb_quirks.c
index c40770f3d0a..96c725cf847 100644
--- a/sys/dev/usb/usb_quirks.c
+++ b/sys/dev/usb/usb_quirks.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: usb_quirks.c,v 1.20 2006/02/10 23:29:02 djm Exp $ */
+/* $OpenBSD: usb_quirks.c,v 1.21 2006/03/31 04:35:39 drahn Exp $ */
/* $NetBSD: usb_quirks.c,v 1.45 2003/05/10 17:47:14 hamajima Exp $ */
/* $FreeBSD: src/sys/dev/usb/usb_quirks.c,v 1.30 2003/01/02 04:15:55 imp Exp $ */
@@ -101,6 +101,8 @@ Static const struct usbd_quirk_entry {
0x100, { UQ_ASSUME_CM_OVER_DATA }},
{ USB_VENDOR_CMOTECH, USB_PRODUCT_CMOTECH_CM5100P,
ANY, { UQ_ASSUME_CM_OVER_DATA }},
+ { USB_VENDOR_SIEMENS2, USB_PRODUCT_SIEMENS2_ES75,
+ ANY, { UQ_ASSUME_CM_OVER_DATA }},
{ USB_VENDOR_TI, USB_PRODUCT_TI_UTUSB41, 0x110, { UQ_POWER_CLAIM }},
{ USB_VENDOR_TELEX, USB_PRODUCT_TELEX_MIC1, 0x009, { UQ_AU_NO_FRAC }},