View Single Post
  #1 (permalink)  
Old 06-Jul-2009, 01:25
raid3868 raid3868 is offline
Puzzled Penguin
 
Join Date: Dec 2008
Posts: 4
raid3868 hasn't been rated much yet
Default How to apply patch for Dell Wireless 5530 Mobile Broadband

Hi,

I need help on applying patch for my DELL mini9 Dell Wireless 5530 Mobile Broadband (3G HSPA) Mini-Card. By default it didnot work after searching from google n found that they was a patch for Ubuntu 8.10 n wonder some expert can help me up how can i make this patch work for opensuse 11.1 as i am new in opensuse pls provide step by step guide tks.

Help is the patch file name: option_F3507g.ptach

diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c
index 73f8277..934109e 100644
--- a/drivers/usb/serial/option.c
+++ b/drivers/usb/serial/option.c
@@ -220,6 +220,10 @@ static int option_send_setup(struct tty_struct *tty, struct usb_serial_port *po
#define ZTE_PRODUCT_MF628 0x0015
#define ZTE_PRODUCT_CDMA_TECH 0xfffe

+/* Ericsson products */
+#define ERICSSON_VENDOR_ID 0x0bdb
+#define ERICSSON_PRODUCT_F3507G 0x1900
+
static struct usb_device_id option_ids[] = {
{ USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_COLT) },
{ USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_RICOLA) },
@@ -318,6 +322,7 @@ static struct usb_device_id option_ids[] = {
{ USB_DEVICE(DELL_VENDOR_ID, 0x8136) }, /* Dell Wireless HSDPA 5520 == Novatel Expedite EU860D */
{ USB_DEVICE(DELL_VENDOR_ID, 0x8137) }, /* Dell Wireless HSDPA 5520 */
{ USB_DEVICE(DELL_VENDOR_ID, 0x8138) }, /* Dell Wireless 5520 Voda I Mobile Broadband (3G HSDPA) Minicard */
+ { USB_DEVICE(DELL_VENDOR_ID, 0x8147) }, /* */
{ USB_DEVICE(ANYDATA_VENDOR_ID, ANYDATA_PRODUCT_ADU_E100A) },
{ USB_DEVICE(ANYDATA_VENDOR_ID, ANYDATA_PRODUCT_ADU_500A) },
{ USB_DEVICE(ANYDATA_VENDOR_ID, ANYDATA_PRODUCT_ADU_620UW) },
@@ -349,6 +354,7 @@ static struct usb_device_id option_ids[] = {
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_UC864E) },
{ USB_DEVICE(ZTE_VENDOR_ID, ZTE_PRODUCT_MF628) },
{ USB_DEVICE(ZTE_VENDOR_ID, ZTE_PRODUCT_CDMA_TECH) },
+ { USB_DEVICE(ERICSSON_VENDOR_ID, ERICSSON_PRODUCT_F3507G) },
{ } /* Terminating entry */
};
MODULE_DEVICE_TABLE(usb, option_ids);

--ended

This patch i found at Dell E6500 Wireless 5530 HSDPA Minicard - Intrepid - Ubuntu Forums


Pls expert help Tks.
Reply With Quote