Messages in this thread |  | | Date | Mon, 29 Oct 2001 15:35:26 -0800 | From | Greg KH <> | Subject | Re: 2.4.13 errors and warnings |
| |
On Mon, Oct 29, 2001 at 12:17:02PM +0100, Kai Germaschewski wrote: > > The best option, of course, is to move drivers to the new-style pci or > whatever interface, such that the table actually gets used. But the > middle of a stable series is not necessarily the best time to do so.
That's not the problem for the usb-serial drivers. The MODULE_DEVICE_TABLE referenced structure is only needed if the drivers are compiled as modules. The code uses a different usb_device_id structure to register itself with the usb-serial core (see the code for the reason why.)
Keith's proposed change looks like it will solve this problem nicely.
thanks,
greg k-h - 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/
|  |