* PATCH: add new usb id to p54usb
@ 2010-03-21 8:47 Hans de Goede
0 siblings, 0 replies; only message in thread
From: Hans de Goede @ 2010-03-21 8:47 UTC (permalink / raw)
To: linux-wireless
[-- Attachment #1: Type: text/plain, Size: 271 bytes --]
Hi,
The attached patch adds support for the Thomson Speedtouch 120g to the
p54usb driver (only thing needed is adding the USB ID). A friend of
mine happened to have one of these and gave it to me, so I can
confirm that it works once the USB ID is added.
Regards,
Hans
[-- Attachment #2: 0002-Add-USB-ID-for-Thomson-SpeedTouch-120g-to-p54usb-id-.patch --]
[-- Type: text/plain, Size: 1123 bytes --]
>From f69c319b3321524e384408e7fec7dd691519419f Mon Sep 17 00:00:00 2001
From: Hans de Goede <hdegoede@redhat.com>
Date: Wed, 17 Mar 2010 14:37:16 +0100
Subject: [PATCH 2/2] Add USB ID for Thomson SpeedTouch 120g to p54usb id table
Thanks to Chris Chabot for giving his old wireless usb dongle to me
to test it under Linux.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
drivers/net/wireless/p54/p54usb.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/net/wireless/p54/p54usb.c b/drivers/net/wireless/p54/p54usb.c
index b3c4fbd..e3cfc00 100644
--- a/drivers/net/wireless/p54/p54usb.c
+++ b/drivers/net/wireless/p54/p54usb.c
@@ -35,6 +35,7 @@ MODULE_FIRMWARE("isl3887usb");
static struct usb_device_id p54u_table[] __devinitdata = {
/* Version 1 devices (pci chip + net2280) */
{USB_DEVICE(0x0506, 0x0a11)}, /* 3COM 3CRWE254G72 */
+ {USB_DEVICE(0x06b9, 0x0120)}, /* Thomson SpeedTouch 120g */
{USB_DEVICE(0x0707, 0xee06)}, /* SMC 2862W-G */
{USB_DEVICE(0x07aa, 0x001c)}, /* Corega CG-WLUSB2GT */
{USB_DEVICE(0x083a, 0x4501)}, /* Accton 802.11g WN4501 USB */
--
1.7.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-21 8:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-21 8:47 PATCH: add new usb id to p54usb Hans de Goede
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).