Re: [linux-usb-devel] Re: rtl8150.c in 2.4.19-rc3

2002-07-24 Thread Greg KH
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

Re: [linux-usb-devel] Re: rtl8150.c in 2.4.19-rc3

2002-07-22 Thread Petko Manolov
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

Re: [linux-usb-devel] Re: rtl8150.c in 2.4.19-rc3

2002-07-22 Thread Pete Zaitcev
> 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 */

[linux-usb-devel] Re: rtl8150.c in 2.4.19-rc3

2002-07-22 Thread Petko Manolov
> 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