2011-12-19 20:55:10

by Alan

[permalink] [raw]
Subject: [PATCH] rt2800: Add support for the Fujitsu Stylistic Q550

From: Alan Cox <[email protected]>

Just another USB identifier.

Signed-off-by: Alan Cox <[email protected]>
---

drivers/net/wireless/rt2x00/rt2800usb.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c
index f156579..9e5556c 100644
--- a/drivers/net/wireless/rt2x00/rt2800usb.c
+++ b/drivers/net/wireless/rt2x00/rt2800usb.c
@@ -1158,6 +1158,8 @@ static struct usb_device_id rt2800usb_device_table[] = {
{ USB_DEVICE(0x7392, 0x7722) },
/* Encore */
{ USB_DEVICE(0x203d, 0x14a1) },
+ /* Fujitsu Stylistic 550 */
+ { USB_DEVICE(0x1690, 0x0761) },
/* Gemtek */
{ USB_DEVICE(0x15a9, 0x0010) },
/* Gigabyte */



2011-12-27 14:03:20

by Ivo Van Doorn

[permalink] [raw]
Subject: Re: [PATCH] rt2800: Add support for the Fujitsu Stylistic Q550

On Mon, Dec 19, 2011 at 10:35 PM, Gertjan van Wingerde
<[email protected]> wrote:
> On 19 dec. 2011, at 22:07, Alan Cox <[email protected]> wrote:
>
>> From: Alan Cox <[email protected]>
>>
>> Just another USB identifier.
>>
>> Signed-off-by: Alan Cox <[email protected]>
>
> Acked-by: Gertjan van Wingerde <[email protected]>

Acked-by: Ivo van Doorn <[email protected]>

>
>> ---
>>
>> drivers/net/wireless/rt2x00/rt2800usb.c | ? ?2 ++
>> 1 files changed, 2 insertions(+), 0 deletions(-)
>>
>>
>> diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c
>> index f156579..9e5556c 100644
>> --- a/drivers/net/wireless/rt2x00/rt2800usb.c
>> +++ b/drivers/net/wireless/rt2x00/rt2800usb.c
>> @@ -1158,6 +1158,8 @@ static struct usb_device_id rt2800usb_device_table[] = {
>> ? ?{ USB_DEVICE(0x7392, 0x7722) },
>> ? ?/* Encore */
>> ? ?{ USB_DEVICE(0x203d, 0x14a1) },
>> + ? ?/* Fujitsu Stylistic 550 */
>> + ? ?{ USB_DEVICE(0x1690, 0x0761) },
>> ? ?/* Gemtek */
>> ? ?{ USB_DEVICE(0x15a9, 0x0010) },
>> ? ?/* Gigabyte */
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
>> the body of a message to [email protected]
>> More majordomo info at ?http://vger.kernel.org/majordomo-info.html

2011-12-19 21:35:10

by Gertjan van Wingerde

[permalink] [raw]
Subject: Re: [PATCH] rt2800: Add support for the Fujitsu Stylistic Q550

On 19 dec. 2011, at 22:07, Alan Cox <[email protected]> wrote:

> From: Alan Cox <[email protected]>
>
> Just another USB identifier.
>
> Signed-off-by: Alan Cox <[email protected]>

Acked-by: Gertjan van Wingerde <[email protected]>

> ---
>
> drivers/net/wireless/rt2x00/rt2800usb.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
>
> diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c
> index f156579..9e5556c 100644
> --- a/drivers/net/wireless/rt2x00/rt2800usb.c
> +++ b/drivers/net/wireless/rt2x00/rt2800usb.c
> @@ -1158,6 +1158,8 @@ static struct usb_device_id rt2800usb_device_table[] = {
> { USB_DEVICE(0x7392, 0x7722) },
> /* Encore */
> { USB_DEVICE(0x203d, 0x14a1) },
> + /* Fujitsu Stylistic 550 */
> + { USB_DEVICE(0x1690, 0x0761) },
> /* Gemtek */
> { USB_DEVICE(0x15a9, 0x0010) },
> /* Gigabyte */
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html