Hi Stefan, On Wed, May 27, 2015 at 10:42:55AM +0200, Stefan Schmidt wrote: > Hello. > > On 24/05/15 14:43, Alexander Aring wrote: > >This patch adds support for the at86rf230 version check which is used > >by the rzusb stick. > > > >Signed-off-by: Alexander Aring <alex.aring@xxxxxxxxx> > >Cc: Stefan Schmidt <stefan@xxxxxxxxxxxxxxx> > >--- > > drivers/net/ieee802154/atusb.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > >diff --git a/drivers/net/ieee802154/atusb.c b/drivers/net/ieee802154/atusb.c > >index 1e18774..5b6bb9a 100644 > >--- a/drivers/net/ieee802154/atusb.c > >+++ b/drivers/net/ieee802154/atusb.c > >@@ -515,7 +515,7 @@ static int atusb_get_and_show_chip(struct atusb *atusb) > > man_id_1, man_id_0); > > goto fail; > > } > >- if (part_num != 3) { > >+ if (part_num != 3 && part_num != 2) { > > dev_err(&usb_dev->dev, > > "unexpected transceiver, part 0x%02x version 0x%02x\n", > > part_num, version_num); > > Reviewed-by: Stefan Schmidt <stefan@xxxxxxxxxxxxxxx> > is this patch okay, even when it's the same product id? Possible "stronger" test would be to check if atusb then part_num != 3, if rzusb then != 2. Or can we add support for this later? - Alex -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html