On Mon, Jul 22, 2002 at 11:06:20PM -0700, Petko Manolov wrote:
> Hi Greg,
>
> This patch adds one more device to the list and removes redundant check in
> probe(); It is bulky because i've run the thing through indent long
> time ago. Oh, and the usual limitation to GPL v2 only...
Applie
Hi Greg,
This patch adds one more device to the list and removes redundant check in
probe(); It is bulky because i've run the thing through indent long
time ago. Oh, and the usual limitation to GPL v2 only...
Petko
On Tue, 23 Jul 2002, Pete Zaitcev wrote:
> This got
> From: Petko Manolov <[EMAIL PROTECTED]>
> Date: Mon, 22 Jul 2002 21:51:39 -0700 (PDT)
> Do you by any chance know the vendor and device id of that Melco device?
The patch was attached to the bug report. This part was sane:
@@ -72,11 +72,15 @@
/* Define these values to match your device */
> 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