From 768dd14b54d6d11d9d42c0ed56343fe4a32b44de Mon Sep 17 00:00:00 2001 From: Felix Kronlage Date: Mon, 7 Aug 2006 16:22:45 +0000 Subject: attach the HUAWEI Mobile E618 umts adapter --- sys/dev/usb/ubsa.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/dev/usb') diff --git a/sys/dev/usb/ubsa.c b/sys/dev/usb/ubsa.c index 3f9287f7703..654aab00d3b 100644 --- a/sys/dev/usb/ubsa.c +++ b/sys/dev/usb/ubsa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ubsa.c,v 1.15 2006/06/23 06:27:11 miod Exp $ */ +/* $OpenBSD: ubsa.c,v 1.16 2006/08/07 16:22:44 fkr Exp $ */ /* $NetBSD: ubsa.c,v 1.5 2002/11/25 00:51:33 fvdl Exp $ */ /*- * Copyright (c) 2002, Alexander Kabaev . @@ -227,6 +227,8 @@ Static const struct usb_devno ubsa_devs[] = { { USB_VENDOR_ETEK, USB_PRODUCT_ETEK_1COM }, /* GoHubs GO-COM232 */ { USB_VENDOR_GOHUBS, USB_PRODUCT_GOHUBS_GOCOM232 }, + /* HUAWEI Mobile */ + { USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E618 }, /* Peracom */ { USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_SERIAL1 }, /* Option Vodafone Mobile Connect 3G */ -- cgit v1.2.3