Discussion:
[PATCH] UBUNTU: #323473 SAUCE: Added quirk for Linksys WUSB600N USB wifi-n networking adapter
Manoj Iyer
2009-03-04 18:44:01 UTC
Permalink
The kernel was tested by the originator of the bug, and reported to
work correctly.

The following changes since commit
537f85127f05d91f3a464cc3c1808fd8ea75c606:
Steve Beattie (1):
UBUNTU: fix apparmor memory leak on unlinked file ops

are available in the git repository at:

git://kernel.ubuntu.com/manjo/ubuntu-jaunty.git lp323473

Manoj Iyer (1):
UBUNTU: SAUCE: Added quirk for Linksys WUSB600N USB wifi-n
networking adapter

drivers/staging/rt2870/rt2870.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Tim Gardner
2009-03-04 19:34:21 UTC
Permalink
Post by Manoj Iyer
The kernel was tested by the originator of the bug, and reported to
work correctly.
The following changes since commit
UBUNTU: fix apparmor memory leak on unlinked file ops
git://kernel.ubuntu.com/manjo/ubuntu-jaunty.git lp323473
UBUNTU: SAUCE: Added quirk for Linksys WUSB600N USB wifi-n
networking adapter
drivers/staging/rt2870/rt2870.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
From c7e3eab7295d4c070fe8f8d580f773ced118e18b Mon Sep 17 00:00:00 2001
From: Manoj Iyer <manoj.iyer at canonical.com>
Date: Wed, 4 Mar 2009 11:33:32 -0600
Subject: [PATCH] UBUNTU: SAUCE: Added quirk for Linksys WUSB600N USB
wifi-n networking adapter
Bug: #323473
---
drivers/staging/rt2870/rt2870.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/staging/rt2870/rt2870.h
b/drivers/staging/rt2870/rt2870.h
index 30af4b5..b7db122 100644
--- a/drivers/staging/rt2870/rt2870.h
+++ b/drivers/staging/rt2870/rt2870.h
@@ -143,6 +143,7 @@
{USB_DEVICE(0x0789,0x0162)}, /* Logitec */ \
{USB_DEVICE(0x0789,0x0163)}, /* Logitec */ \
{USB_DEVICE(0x0789,0x0164)}, /* Logitec */ \
+ {USB_DEVICE(0x1737,0x0071)}, /* Linksys */ \
{ }/* Terminating entry */ \
}
--
Manjo
Pulled - In the future please remember to commit with the correct
Signed-off-by attribute in order to preserve patch provenance. When
committing use the '-s' option. If you have test results, it is also
acceptable to add a Tested-by tagline if the tester agrees.

rtg
--
Tim Gardner tim.gardner at canonical.com
Loading...