please have a look at http://bugs.debian.org/596626
thanks. -- maks ----- Forwarded message from Geoff Simmons <[email protected]> ----- Date: Wed, 11 May 2011 20:51:49 +1000 From: Geoff Simmons <[email protected]> To: maximilian attems <[email protected]>, [email protected] Subject: Bug#596626: Please support Linksys WUSB600N v2 WiFi USB stick X-Original-To: [email protected] X-Original-To: [email protected] On Wed, May 11, 2011 at 10:12:55AM +0000, maximilian attems wrote: > On Tue, May 10, 2011 at 11:24:34PM +1000, Geoff Simmons wrote: > > Recognition of this device (USB ID 1737:0079) by the rt2800usb driver > > currently requires RT2800USB_UNKNOWN to be enabled. > > strange it is listed in the dev table > { USB_DEVICE(0x1737, 0x0079), USB_DEVICE_DATA(&rt2800usb_ops) }, > and even since long it seems: > git name-rev 5e312589 > 5e312589 tags/v2.6.33-rc3~44^2^2~15 It is listed, but only incorporated in rt2800usb_device_table[] if RT2800USB_UNKNOWN is set: #ifdef CONFIG_RT2800USB_UNKNOWN /* * Unclear what kind of devices these are (they aren't supported by the * vendor linux driver). */ [...] /* Linksys */ [...] { USB_DEVICE(0x1737, 0x0079), USB_DEVICE_DATA(&rt2800usb_ops) }, As mentioned by Jan, the device contains a RT3572 chipset. Its entry could moved into the section for known RT35XX devices (i.e. "#ifdef CONFIG_RT2800USB_RT35XX") as an alternative. Geoff -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected] ----- End forwarded message ----- -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

