Hi Fabio, On 12/21/10 01:54, Fabio Estevam wrote: > On a system with a USB3317 ULPI transceiver the following message > is shown on kernel boot: > > ULPI transceiver vendor/product ID 0x0424/0x0006 > Found SMSC USB3319 ULPI transceiver. > ULPI integrity check: passed. > > The reason is that USB3317 has the same vendor/product ID as USB3319. There are also USB3310/USB3311/USB3315/USB3316/USB3318 transceivers in the USB331x family, but I don't know if all of them use the same vendor/product ID. Other then that, Acked-by: Igor Grinberg <grinberg@xxxxxxxxxxxxxx> > Make the ULPI ID generic for the USB331x transceivers. > > Signed-off-by: Fabio Estevam <fabio.estevam@xxxxxxxxxxxxx> > --- > Changes since v1: > -Fixed typo in the Subject > > drivers/usb/otg/ulpi.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/usb/otg/ulpi.c b/drivers/usb/otg/ulpi.c > index 059d9ac..770d799 100644 > --- a/drivers/usb/otg/ulpi.c > +++ b/drivers/usb/otg/ulpi.c > @@ -45,7 +45,7 @@ struct ulpi_info { > /* ULPI hardcoded IDs, used for probing */ > static struct ulpi_info ulpi_ids[] = { > ULPI_INFO(ULPI_ID(0x04cc, 0x1504), "NXP ISP1504"), > - ULPI_INFO(ULPI_ID(0x0424, 0x0006), "SMSC USB3319"), > + ULPI_INFO(ULPI_ID(0x0424, 0x0006), "SMSC USB331x"), > }; > > static int ulpi_set_otg_flags(struct otg_transceiver *otg) -- Regards, Igor. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html