Re: [PATCH] usb: misc: onboard_usb_dev: Add match function

From: Greg Kroah-Hartman
Date: Thu Jun 20 2024 - 13:47:46 EST


On Wed, Jun 12, 2024 at 06:04:48PM +0000, Matthias Kaehlcke wrote:
> Add a match function for the onboard_usb_dev driver. Primary
> matching is still done through the VID:PID pair, as usual for
> USB devices. The new match function checks in addition whether
> the device has a device tree node, which is a needed for using
> the onboard_usb_dev driver.

So this fixes a problem with the existing code? Or is for future
changes?

confused,

greg k-h