Date: Thu, 30 Jul 2009 00:15:17 +0000 (UTC) From: Alfred Perlstein <alfred@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r195962 - in head: share/man/man4 sys/dev/usb sys/dev/usb/serial Message-ID: <200907300015.n6U0FHXL086447@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: alfred Date: Thu Jul 30 00:15:17 2009 New Revision: 195962 URL: http://svn.freebsd.org/changeset/base/195962 Log: USB serial: - add new ID for Huawei - P4 ID: 166150 PR: usb/136761 Submitted by: hps Approved by: re Modified: head/share/man/man4/u3g.4 head/sys/dev/usb/serial/u3g.c head/sys/dev/usb/usbdevs Modified: head/share/man/man4/u3g.4 ============================================================================== --- head/share/man/man4/u3g.4 Thu Jul 30 00:14:56 2009 (r195961) +++ head/share/man/man4/u3g.4 Thu Jul 30 00:15:17 2009 (r195962) @@ -64,7 +64,7 @@ Vodafone Mobile Connect Card 3G .It Qualcomm Inc. CDMA MSM .It -Huawei B190, E220 ('<Huawei Mobile>') +Huawei B190, E180v, E220 ('<Huawei Mobile>') .It Novatel U740, MC950D, X950D, etc. .It Modified: head/sys/dev/usb/serial/u3g.c ============================================================================== --- head/sys/dev/usb/serial/u3g.c Thu Jul 30 00:14:56 2009 (r195961) +++ head/sys/dev/usb/serial/u3g.c Thu Jul 30 00:15:17 2009 (r195962) @@ -186,6 +186,7 @@ static const struct usb_device_id u3g_de U3G_DEV(QUALCOMMINC, CDMA_MSM, U3GFL_SCSI_EJECT), /* OEM: Huawei */ U3G_DEV(HUAWEI, MOBILE, U3GFL_HUAWEI_INIT), + U3G_DEV(HUAWEI, E180V, U3GFL_HUAWEI_INIT), U3G_DEV(HUAWEI, E220, U3GFL_HUAWEI_INIT), /* OEM: Novatel */ U3G_DEV(NOVATEL, CDMA_MODEM, 0), Modified: head/sys/dev/usb/usbdevs ============================================================================== --- head/sys/dev/usb/usbdevs Thu Jul 30 00:14:56 2009 (r195961) +++ head/sys/dev/usb/usbdevs Thu Jul 30 00:15:17 2009 (r195962) @@ -1115,6 +1115,8 @@ product CYPRESS THERMO 0x0002 thermomet product CYPRESS WISPY1A 0x0bad MetaGeek Wi-Spy product CYPRESS KBDHUB 0x0101 Keyboard/Hub product CYPRESS FMRADIO 0x1002 FM Radio +product CYPRESS IKARILASER 0x121f Ikari Laser SteelSeries ApS + product CYPRESS USBRS232 0x5500 USB-RS232 Interface product CYPRESS SLIM_HUB 0x6560 Slim Hub product CYPRESS XX6830XX 0x6830 PATA Storage Device @@ -1475,6 +1477,7 @@ product HTC SMARTPHONE 0x0a51 SmartPhon /* HUAWEI products */ product HUAWEI MOBILE 0x1001 Huawei Mobile product HUAWEI E220 0x1003 Huawei HSDPA modem +product HUAWEI E180V 0x140c Huawei Mobile E180V /* HUAWEI 3com products */ product HUAWEI3COM WUB320G 0x0009 Aolynk WUB320g
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907300015.n6U0FHXL086447>