> The following check seems redundant:
>
> static void * rtl8150_probe(struct usb_device *udev, unsigned int ifnum,
> const struct usb_device_id *id)
> {
> ......
> if ((udev->descriptor.idVendor != VENDOR_ID_REALTEK) ||
> (udev->descriptor.idProduct != PRODUCT_ID_RTL8150)) {
> err("Not the one we are interested about");
> return NULL;
> }
You're right. I didn't know there is any other devices which are using
rtl8150 apart from the one Realtek are making. Do you by any chance know
the vendor and device id of that Melco device? The driver will not work
until we put ids in place.
I'll send a patch to Greg once i have those, now it makes no sense.
Petko
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel