Re: iBlitzz BWU613SB
Joerg Albert <[email protected]>
| Newsgroups | gmane.linux.drivers.at76c503a.user |
|---|---|
| Message-ID | <Pine.LNX.4.56.0401150050410.800@invb> |
Hi,
just an update - it worked for The Anarcat with the latest cvs snapshot:
---------- Forwarded message ----------
Date: Wed, 14 Jan 2004 18:29:28 -0500
From: The Anarcat
To: Joerg Albert
Subject: Re: [at76c503a-user] iBlitzz BWU613SB
...
at76c505-rfmd.c doesn't work. Trying with the other driver
(at76c505-rfmd2958.c) and IT WORKS!!!!!
Hurray!!!!!! You cannot believe how happy I am!!!!
All that is needed is to add:
#define VENDOR_ID_IBLITZZ 0x12fd
#define PRODUCT_ID_BWU613SB 0x1001
static struct usb_device_id dev_table[] = {
{ USB_DEVICE(VENDOR_ID_IBLITZZ, PRODUCT_ID_BWU613SB )
},
to (at76c505-rfmd2958.c). I don't know how to thank you for
this... You just made an horrible day turn really great!!!
...
/Jörg