public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] option.c added DELL wireless HSDPA 5540 Modem
@ 2010-02-08 18:04 ccube
  2010-02-08 18:51 ` Frans Pop
  0 siblings, 1 reply; 2+ messages in thread
From: ccube @ 2010-02-08 18:04 UTC (permalink / raw)
  To: linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi folks,
i really dont know if everything is correct.
This is my first submit into this mailing list.
I added support for my HSDPA UMTS-card.
Perhaps you can check! ;)

regards,
Lukas


- ---

- --- drivers/usb/serial/option.c.old	2010-02-08 18:53:12.583195124 +0100
+++ drivers/usb/serial/option.c	2010-02-08 18:55:39.039023408 +0100
@@ -246,6 +246,8 @@
 #define DELL_PRODUCT_5520_MINICARD_GENERIC_L	0x8137
 #define DELL_PRODUCT_5520_MINICARD_GENERIC_I	0x8138

+#define DELL_PRODUCT_5540_MINICARD		0x8184
+
 #define DELL_PRODUCT_5730_MINICARD_SPRINT	0x8180
 #define DELL_PRODUCT_5730_MINICARD_TELUS	0x8181
 #define DELL_PRODUCT_5730_MINICARD_VZW		0x8182
@@ -494,6 +496,7 @@
 	{ USB_DEVICE(DELL_VENDOR_ID, DELL_PRODUCT_5730_MINICARD_SPRINT) },	/*
Dell Wireless 5730 Mobile Broadband EVDO/HSPA Mini-Card */
 	{ USB_DEVICE(DELL_VENDOR_ID, DELL_PRODUCT_5730_MINICARD_TELUS) },	/*
Dell Wireless 5730 Mobile Broadband EVDO/HSPA Mini-Card */
 	{ USB_DEVICE(DELL_VENDOR_ID, DELL_PRODUCT_5730_MINICARD_VZW) }, 	/*
Dell Wireless 5730 Mobile Broadband EVDO/HSPA Mini-Card */
+	{ USB_DEVICE(DELL_VENDOR_ID, DELL_PRODUCT_5540_MINICARD) }, 		/* Dell
Wireless 5540 Mobile Broadband HSPA Mini-Card */
 	{ USB_DEVICE(ANYDATA_VENDOR_ID, ANYDATA_PRODUCT_ADU_E100A) },	/*
ADU-E100, ADU-310 */
 	{ USB_DEVICE(ANYDATA_VENDOR_ID, ANYDATA_PRODUCT_ADU_500A) },
 	{ USB_DEVICE(ANYDATA_VENDOR_ID, ANYDATA_PRODUCT_ADU_620UW) },
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJLcFJEAAoJEM98oVUsldl38A8H/1Wb1z8esHxL47IJ9Yidc4Su
UgJyE2BLBZSbMclqHKv4csYii0Y4Fa0hFWifK79GwqwDdmFtiywT/ig9QGcYLEiO
+TemWMr1bvqvAicdadj1zdzpEZUsXvdSxoYnu3c5CLzKmk40/JlNQ50zxAb6RM71
KK4CDPen160nVVnP8sQl3LxyXfNAK5nEB+ocrVRQiz8kKb+9oZs78yOC3nkqjC4K
uZNnD/4ruFlYhNOqvnbfnSwefTpZtgo0OM8tSeTt4w8/7GRNkaXpa3ru/7GszSSu
qx+ULIQZvcQhqRZPamMmbo9yhWflmcmE4mA6ffcP7cCTtLEucHvdALkLYT8PX6o=
=zgdC
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] option.c added DELL wireless HSDPA 5540 Modem
  2010-02-08 18:04 [PATCH] option.c added DELL wireless HSDPA 5540 Modem ccube
@ 2010-02-08 18:51 ` Frans Pop
  0 siblings, 0 replies; 2+ messages in thread
From: Frans Pop @ 2010-02-08 18:51 UTC (permalink / raw)
  To: ccube; +Cc: linux-kernel

Hi,

ccube wrote:
> i really dont know if everything is correct.
> This is my first submit into this mailing list.
> I added support for my HSDPA UMTS-card.
> Perhaps you can check! ;)

There are two main problems with your patch.

1) The lines in the patch have been line-wrapped by your mail client.
   This means the patch will not apply.
2) The patch is not signed off, which prevents inclusion.

Please see Documentation/SubmittingPatches and the other documents 
referenced there.

You should also try to Cc the most relevant maintainers of the code you're 
changing. In this case the linux-usb list (also on vger.kernel.org).

Cheers,
FJP

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-08 18:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-08 18:04 [PATCH] option.c added DELL wireless HSDPA 5540 Modem ccube
2010-02-08 18:51 ` Frans Pop

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox