All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Bourguignon <contact+kernel@toniob.net>
To: linville@tuxdriver.com
Cc: linux-wireless@vger.kernel.org, users@rt2x00.serialmonkey.com
Subject: [PATCH] rt2x00: Add rt2870 device id for Dvico usb key
Date: Fri, 05 Aug 2011 07:46:32 +0200	[thread overview]
Message-ID: <1312523195.1413.8.camel@moss> (raw)

This patch add a device id for the wifi usb keys shiped by DVICO with some of their tvix hardware.
Signed-off-by: Anthony Bourguignon <contact+kernel@toniob.net>

---

--- linux-3.0/drivers/net/wireless/rt2x00/rt2800usb.c.orig	2011-08-05 07:33:06.358681019 +0200
+++ linux-3.0/drivers/net/wireless/rt2x00/rt2800usb.c	2011-08-05 07:35:35.544225182 +0200
@@ -839,6 +839,8 @@ static struct usb_device_id rt2800usb_de
 	{ USB_DEVICE(0x07d1, 0x3c16) },
 	/* Draytek */
 	{ USB_DEVICE(0x07fa, 0x7712) },
+	/* DVICO */
+	{ USB_DEVICE(0x0fe9, 0xb307) },
 	/* Edimax */
 	{ USB_DEVICE(0x7392, 0x7711) },
 	{ USB_DEVICE(0x7392, 0x7717) },


             reply	other threads:[~2011-08-05  5:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-05  5:46 Anthony Bourguignon [this message]
2011-08-05  7:31 ` [PATCH] rt2x00: Add rt2870 device id for Dvico usb key Ivo Van Doorn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1312523195.1413.8.camel@moss \
    --to=contact+kernel@toniob.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=users@rt2x00.serialmonkey.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.