提交 b5a61c30 编写于 作者: A Alexander Aring 提交者: Marcel Holtmann

atusb: add support for at86rf230

This patch adds support for the at86rf230 version check which is used
by the rzusb stick.
Signed-off-by: NAlexander Aring <alex.aring@gmail.com>
Reviewed-by: NStefan Schmidt <stefan@osg.samsung.com>
Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
上级 b69644c1
...@@ -515,7 +515,7 @@ static int atusb_get_and_show_chip(struct atusb *atusb) ...@@ -515,7 +515,7 @@ static int atusb_get_and_show_chip(struct atusb *atusb)
man_id_1, man_id_0); man_id_1, man_id_0);
goto fail; goto fail;
} }
if (part_num != 3) { if (part_num != 3 && part_num != 2) {
dev_err(&usb_dev->dev, dev_err(&usb_dev->dev,
"unexpected transceiver, part 0x%02x version 0x%02x\n", "unexpected transceiver, part 0x%02x version 0x%02x\n",
part_num, version_num); part_num, version_num);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册