[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.0902041304560.16577@localhost.localdomain>
Date: Wed, 4 Feb 2009 13:38:44 +0000 (GMT)
From: Jamie Lentin <jm@...tin.co.uk>
To: gregkh@...e.de
cc: linux-kernel@...r.kernel.org
Subject: [PATCH 2.6.28.2] at76_usb: Add support for OQO Model 01+
Add USB device ID for OQO 01+'s internal wireless LAN
Signed-off-by: Jamie Lentin <jm@...tin.co.uk>
---
An OQO employee mentions the chip's true identity here:-
ftp://ftp.oqo.com/unsupported/linux/OQOLinux.html
Works fine with the current staging driver. I see there's a mac80211 port
in the works which I haven't tried, but more than happy to help test if
required.
--- a/drivers/staging/at76_usb/at76_usb.c 2009-02-04
12:29:57.000000000 +0000
+++ b/drivers/staging/at76_usb/at76_usb.c 2009-01-28
20:44:23.000000000 +0000
@@ -231,6 +231,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
*/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists