Leann and Hendy,

Today I have send and email about this bug and the patch to the linux
kernel upstream maintainers. Here is the reply that I got:

Subject: patch usb-option-support-hi-speed-for-modem-haier-ce100.patch added to 
gregkh-2.6 tree
To: donnykur...@gmail.com,gre...@suse.de,sm...@smurf.noris.de,sta...@kernel.org
From: <gre...@suse.de>
Date: Wed, 23 Dec 2009 09:54:01 -0800


This is a note to let you know that I've just added the patch titled

    Subject: USB: option: support hi speed for modem Haier CE100

to my gregkh-2.6 tree.  Its filename is

    usb-option-support-hi-speed-for-modem-haier-ce100.patch

This tree can be found at 
    http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/


>From donnykur...@gmail.com  Wed Dec 23 09:47:01 2009
From: Donny Kurnia <donnykur...@gmail.com>
Date: Wed, 23 Dec 2009 19:03:12 +0700
Subject: USB: option: support hi speed for modem Haier CE100
To: Matthias Urlichs <sm...@smurf.noris.de>
Message-ID: <4b320700.8060...@gmail.com>

I made this patch for usbserial driver to add the support for EVDO modem
Haier CE100. The bugs report for this is here:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/490068

This patch based on these post:
http://blankblondtank.wordpress.com/2009/09/04/mengoptimalkan-koneksi-modem-haier-ce-100-cdma-di-linux/
http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10

I hope this patch can help other that have the Haier C100 modem, mostly
in my country, Indonesia.

Signed-off-by: Donny Kurnia <donnykur...@gmail.com>
Cc: stable <sta...@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gre...@suse.de>

---
 drivers/usb/serial/option.c |    5 +++++
 1 file changed, 5 insertions(+)

--- a/drivers/usb/serial/option.c
+++ b/drivers/usb/serial/option.c
@@ -340,6 +340,10 @@ static int  option_resume(struct usb_ser
 #define FOUR_G_SYSTEMS_VENDOR_ID               0x1c9e
 #define FOUR_G_SYSTEMS_PRODUCT_W14             0x9603
 
+/* Haier products */
+#define HAIER_VENDOR_ID                                0x201e
+#define HAIER_PRODUCT_CE100                    0x2009
+
 static struct usb_device_id option_ids[] = {
        { USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_COLT) },
        { USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_RICOLA) },
@@ -641,6 +645,7 @@ static struct usb_device_id option_ids[]
        { USB_DEVICE(AIRPLUS_VENDOR_ID, AIRPLUS_PRODUCT_MCD650) },
        { USB_DEVICE(TLAYTECH_VENDOR_ID, TLAYTECH_PRODUCT_TEU800) },
        { USB_DEVICE(FOUR_G_SYSTEMS_VENDOR_ID, FOUR_G_SYSTEMS_PRODUCT_W14) },
+       { USB_DEVICE(HAIER_VENDOR_ID, HAIER_PRODUCT_CE100) },
        { } /* Terminating entry */
 };
 MODULE_DEVICE_TABLE(usb, option_ids);


I hope the patch will integrated soon, and coming with next release of the 
kernel.

Thanks.

-- 
Haier CE100 CDMA EVDO modem should be recognized by module option.ko (as it is 
supported)
https://bugs.launchpad.net/bugs/490068
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to