[PATCH] UBUNTU: #323473 SAUCE: Added quirk for Linksys WUSB600N USB wifi-n networking adapter

Manoj Iyer manoj.iyer at canonical.com
Wed Mar 4 18:44:01 UTC 2009


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(-)

>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




More information about the kernel-team mailing list