RE: [PATCH net-next 05/10] lan78xx: Disable USB3 link power state transitions
From: John Efstathiades <hidden>
Date: 2021-08-24 15:53:15
Also in:
netdev
From: John Efstathiades <hidden>
Date: 2021-08-24 15:53:15
Also in:
netdev
quoted
I like the sound of the device match list but I don't know what youmean.quoted
Is there a driver or other reference you could point me at that provides additional info?Depends on what the discriminator is. If problems happen with a particular ASIC revisions driver needs to read the revision out and make a match. If it's product by product you can use struct usb_device_id :: driver_info to attach metadata per device ID. If it's related to the platform things like DMI matching are sometimes used. I have very limited experience with Android / embedded ARM so not sure what would work there.
Thanks. Based on that I will remove this change from the patch set and discuss again with the driver maintainer.