openSUSE Forums > Hardware » How to apply patch for Dell Wireless 5530 Mobile Broadband

Go Back   openSUSE Forums > Hardware
Forums FAQ Members List Search Today's Posts Mark Forums Read

Hardware Questions about drivers, peripheral cabling, configuration

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-Jul-2009, 01:25
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
  #2 (permalink)  
Old 06-Jul-2009, 01:32
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
  #3 (permalink)  
Old 06-Jul-2009, 01:42
deltaflyer44's Avatar
Global Moderator
 
Join Date: Jan 2008
Location: U.K East Anglia
Posts: 2,621
deltaflyer44 hasn't been rated much yet
Default Re: How to apply patch for Dell Wireless 5530 Mobile Broadba

Please do not double-post - posts now merged

Andy
__________________
To be is to do = Immanuel Kant
To do is to be = Descartes.
Do be do be do = Frank Sinatra

SuSE user since 7.0,Linux user since 1994
Reply With Quote
  #4 (permalink)  
Old 06-Jul-2009, 02:04
Puzzled Penguin
 
Join Date: Dec 2008
Posts: 4
raid3868 hasn't been rated much yet
Default Re: How to apply patch for Dell Wireless 5530 Mobile Broadba

sorry

How can i delete one? tks
Reply With Quote
Reply

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2