2009-04-07 22:07:36

by Jamie Lentin

[permalink] [raw]
Subject: [PATCH] Add device ID for OQO model 01+

Add USB device ID for OQO 01+'s internal wireless LAN

An OQO employee mentions the chip's true identity here:-
ftp://ftp.oqo.com/unsupported/linux/OQOLinux.html

Signed-off-by: Jamie Lentin <[email protected]>
---
drivers/net/wireless/at76c50x-usb.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/net/wireless/at76c50x-usb.c
b/drivers/net/wireless/at76c50x-usb.c
index 0c02f1c..744f4f4 100644
--- a/drivers/net/wireless/at76c50x-usb.c
+++ b/drivers/net/wireless/at76c50x-usb.c
@@ -250,6 +250,8 @@ static struct usb_device_id dev_table[] = {
{ USB_DEVICE(0x03eb, 0x7617), USB_DEVICE_DATA(BOARD_505A) },
/* Siemens Gigaset USB WLAN Adapter 11 */
{ USB_DEVICE(0x1690, 0x0701), USB_DEVICE_DATA(BOARD_505A) },
+ /* OQO Model 01+ Internal Wi-Fi */
+ { USB_DEVICE(0x1557, 0x0002), USB_DEVICE_DATA(BOARD_505A) },
/*
* at76c505amx-rfmd
*/
--
1.6.2.1



2009-04-08 05:17:05

by Kalle Valo

[permalink] [raw]
Subject: Re: [PATCH] Add device ID for OQO model 01+

On Wed, Apr 8, 2009 at 12:59 AM, Jamie Lentin <[email protected]> wrote:
> Add USB device ID for OQO 01+'s internal wireless LAN
>
> An OQO employee mentions the chip's true identity here:-
> =A0 ftp://ftp.oqo.com/unsupported/linux/OQOLinux.html
>
> Signed-off-by: Jamie Lentin <[email protected]>

Acked-by: Kalle Valo <[email protected]>