Date: Fri, 11 Dec 2009 14:01:44 +0200 From: Michael Pounov <misho@aitbg.com> To: current@freebsd.org, n_hibma@freebsd.org, thompsa@freebsd.org Subject: [patch] for Mtel-vodafone 3g usb stick ZTE Message-ID: <20091211140144.47631a3a.misho@aitbg.com>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --Multipart=_Fri__11_Dec_2009_14_01_44_+0200_0KQPD=Cuvh9U3ECi Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi, I am sending a patch that adds support for Mtel-vodafone 3G USB stick ZTE-K3565-Z Comments welcome! -- M.Punov --------------------- AITNET - Sofia/Bulgaria - Software & Network Solutions (+359) 888 73 73 58;(+359) 2 402 4000 --Multipart=_Fri__11_Dec_2009_14_01_44_+0200_0KQPD=Cuvh9U3ECi Content-Type: text/x-diff; name="usb_3g_zte_vodafone.patch" Content-Disposition: attachment; filename="usb_3g_zte_vodafone.patch" Content-Transfer-Encoding: 7bit Index: usbdevs =================================================================== RCS file: /home/ncvs/src/sys/dev/usb/usbdevs,v retrieving revision 1.428 diff -u -r1.428 usbdevs --- usbdevs 11 Dec 2009 02:44:15 -0000 1.428 +++ usbdevs 11 Dec 2009 08:46:59 -0000 @@ -2085,6 +2085,7 @@ product QUALCOMM CDMA_MSM 0x6000 CDMA Technologies MSM phone product QUALCOMM2 RWT_FCT 0x3100 RWT FCT-CDMA 2000 1xRTT modem product QUALCOMM2 CDMA_MSM 0x3196 CDMA Technologies MSM modem +product QUALCOMMINC CDMA_ZTE 0x0052 CDMA Technologies MSM modem product QUALCOMMINC CDMA_MSM 0x0001 CDMA Technologies MSM modem product QUALCOMMINC ZTE_STOR 0x2000 USB ZTE Storage product QUALCOMMINC AC8700 0xfffe CDMA 1xEVDO USB modem Index: serial/u3g.c =================================================================== RCS file: /home/ncvs/src/sys/dev/usb/serial/u3g.c,v retrieving revision 1.24 diff -u -r1.24 u3g.c --- serial/u3g.c 11 Dec 2009 00:57:30 -0000 1.24 +++ serial/u3g.c 11 Dec 2009 08:47:00 -0000 @@ -190,6 +190,7 @@ /* OEM: Qualcomm, Inc. */ U3G_DEV(QUALCOMMINC, ZTE_STOR, U3GFL_SCSI_EJECT), U3G_DEV(QUALCOMMINC, CDMA_MSM, U3GFL_SCSI_EJECT), + U3G_DEV(QUALCOMMINC, CDMA_ZTE, U3GFL_SCSI_EJECT), /* OEM: Merlin */ U3G_DEV(MERLIN, V620, 0), /* OEM: Novatel */ --Multipart=_Fri__11_Dec_2009_14_01_44_+0200_0KQPD=Cuvh9U3ECi--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091211140144.47631a3a.misho>