On Wed, May 16, 2012 at 4:01 PM, <jgq516@xxxxxxxxx> wrote: > From: Xiao Jiang <jgq516@xxxxxxxxx> > > commit c26134 introduced FLAG_POINTTOPOINT flag for USB ethernet devices > which possibly use "usb%d" names, add this flag to make sure pandaboard > can mount nfs with smsc95xx NIC. Without the flag, I also can mount nfs successfully on my Pandaboard... > > Signed-off-by: Xiao Jiang <jgq516@xxxxxxxxx> > --- > drivers/net/usb/smsc95xx.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/drivers/net/usb/smsc95xx.c b/drivers/net/usb/smsc95xx.c > index 94ae669..e158288 100644 > --- a/drivers/net/usb/smsc95xx.c > +++ b/drivers/net/usb/smsc95xx.c > @@ -1192,7 +1192,8 @@ static const struct driver_info smsc95xx_info = { > .rx_fixup = smsc95xx_rx_fixup, > .tx_fixup = smsc95xx_tx_fixup, > .status = smsc95xx_status, > - .flags = FLAG_ETHER | FLAG_SEND_ZLP | FLAG_LINK_INTR, > + .flags = FLAG_ETHER | FLAG_POINTTOPOINT | FLAG_SEND_ZLP | > + FLAG_LINK_INTR, > }; > > static const struct usb_device_id products[] = { > -- > 1.7.3 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ Thanks, -- Ming Lei -- 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