Hello, Dvico ships WiFi usb keys with some of their tvix hardware. The vendor id is related to dvico and not known from the rt2800usb driver. The chipset is found to be a rt2870. You'll find enclosed a patch to handle theses usb keys. I've tested it on a vanilla 3.0 kernel and the key is recognize and working perfectly. Sincerely Anthony Bourguignon
diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c index ba82c97..3704ef7 100644 --- a/drivers/net/wireless/rt2x00/rt2800usb.c +++ b/drivers/net/wireless/rt2x00/rt2800usb.c @@ -839,6 +839,8 @@ static struct usb_device_id rt2800usb_device_table[] = { { USB_DEVICE(0x07d1, 0x3c16) }, /* Draytek */ { USB_DEVICE(0x07fa, 0x7712) }, + /* DVICO */ + { USB_DEVICE(0x0fe9, 0xb307) }, /* Edimax */ { USB_DEVICE(0x7392, 0x7711) }, { USB_DEVICE(0x7392, 0x7717) },