usb net1080.c vendor/device id

From: jury gerold (geroldj@grips.com)
Date: Mon May 28 2001 - 03:29:06 EST


in kernel 2.4.3 2.4.4 2.4.5

In drivers/usb/net1080.c somewhere near line 61 i see the following

        { USB_DEVICE(0x1080, 0x525),

the vendor and device id are reversed.
I have changed this to

        { USB_DEVICE(0x525, 0x1080),
and it worked since then.
I have checked it against the id database on http://www.linux-usb.org/usb.ids
Dear usb maintainer's, please change it.

best regards

Gerold
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu May 31 2001 - 21:00:35 EST