Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH] p54usb: add USB ID for T-Com Sinus 154 data II
@ 2012-12-22 16:18 Tomasz Guszkowski
  2012-12-22 17:30 ` [PATCH v2] " Christian Lamparter
  0 siblings, 1 reply; 2+ messages in thread
From: Tomasz Guszkowski @ 2012-12-22 16:18 UTC (permalink / raw)
  To: linux-wireless; +Cc: Christian Lamparter

From: Tomasz Guszkowski <tsg@o2.pl>

Added USB ID for T-Com Sinus 154 data II. 

Signed-off-by: Tomasz Guszkowski <tsg@o2.pl>
---
I have tested the device in managed mode with no security, WEP 128 bit and WPA-PSK (TKIP) with firmware 2.13.1.0.lm87.arm (md5sum: 7d676323ac60d6e1a3b6d61e8c528248). No problems have been encountered.

diff --git a/drivers/net/wireless/p54/p54usb.c b/drivers/net/wireless/p54/p54usb.c
index e71c702..03a8bd3 100644
--- a/drivers/net/wireless/p54/p54usb.c
+++ b/drivers/net/wireless/p54/p54usb.c
@@ -52,6 +52,7 @@ static struct usb_device_id p54u_table[] = {
 	{USB_DEVICE(0x07aa, 0x001c)},	/* Corega CG-WLUSB2GT */
 	{USB_DEVICE(0x083a, 0x4501)},	/* Accton 802.11g WN4501 USB */
 	{USB_DEVICE(0x083a, 0x4502)},	/* Siemens Gigaset USB Adapter */
+	{USB_DEVICE(0x083a, 0x4503)},	/* T-Com Sinus 154 data II */
 	{USB_DEVICE(0x083a, 0x5501)},	/* Phillips CPWUA054 */
 	{USB_DEVICE(0x0846, 0x4200)},	/* Netgear WG121 */
 	{USB_DEVICE(0x0846, 0x4210)},	/* Netgear WG121 the second ? */

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

* [PATCH v2] p54usb: add USB ID for T-Com Sinus 154 data II
  2012-12-22 16:18 [PATCH] p54usb: add USB ID for T-Com Sinus 154 data II Tomasz Guszkowski
@ 2012-12-22 17:30 ` Christian Lamparter
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Lamparter @ 2012-12-22 17:30 UTC (permalink / raw)
  To: linux-wireless; +Cc: linville, tsg

From: Tomasz Guszkowski <tsg@o2.pl>

Added USB ID for T-Com Sinus 154 data II.

Cc: <stable@vger.kernel.org>
Signed-off-by: Tomasz Guszkowski <tsg@o2.pl>
Acked-by: Christian Lamparter <chunkeey@googlemail.com>
---
Thank you for reporting this one. A few minutes ago, I added
the device to our Supported USB wireless devices' list at:
<http://http://wireless.kernel.org/en/users/Drivers/p54/devices>

Changes from v1:
	- put device id into the ISL3887 section
	  [which it probably is, since it needs the LM87 FW]
	- Added Cc -stable
	  [-stable allows usbid patches anytime]
	- cc'd John

Regards

Chrisitan
---
 drivers/net/wireless/p54/p54usb.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/p54/p54usb.c b/drivers/net/wireless/p54/p54usb.c
index e71c702..64b944b 100644
--- a/drivers/net/wireless/p54/p54usb.c
+++ b/drivers/net/wireless/p54/p54usb.c
@@ -82,6 +82,7 @@ static struct usb_device_id p54u_table[] = {
 	{USB_DEVICE(0x06a9, 0x000e)},	/* Westell 802.11g USB (A90-211WG-01) */
 	{USB_DEVICE(0x06b9, 0x0121)},	/* Thomson SpeedTouch 121g */
 	{USB_DEVICE(0x0707, 0xee13)},   /* SMC 2862W-G version 2 */
+	{USB_DEVICE(0x083a, 0x4503)},	/* T-Com Sinus 154 data II */
 	{USB_DEVICE(0x083a, 0x4521)},   /* Siemens Gigaset USB Adapter 54 version 2 */
 	{USB_DEVICE(0x083a, 0xc501)},	/* Zoom Wireless-G 4410 */
 	{USB_DEVICE(0x083a, 0xf503)},	/* Accton FD7050E ver 1010ec  */
-- 
1.7.10.4


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

end of thread, other threads:[~2012-12-22 17:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-22 16:18 [PATCH] p54usb: add USB ID for T-Com Sinus 154 data II Tomasz Guszkowski
2012-12-22 17:30 ` [PATCH v2] " Christian Lamparter

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