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/