Commit d5dd29e4 authored by Josef Filzmaier's avatar Josef Filzmaier Committed by Stefan Schmidt

ieee802154: atusb: Driver for Busware HUL dongle

Busware manufactured an USB dongle that is quite similar to
the atben and rzusb USB dongles. that are already supported.
This patch aims to support the Busware HUL dongle (called
hulusb) alongside atusb and rzusb. hulusb is using the
at86rf212 transceiver which is specifically designed to
support the 700/800/900 MHz wave band.

The source code is heavily inspired by the existing atusb
and at86rf2xx drivers.
Signed-off-by: default avatarJosef Filzmaier <j.filzmaier@gmx.at>
Signed-off-by: default avatarStefan Schmidt <stefan@osg.samsung.com>
parent 3e496266
This diff is collapsed.
......@@ -50,6 +50,14 @@ enum atusb_requests {
ATUSB_EUI64_READ,
};
enum {
ATUSB_HW_TYPE_100813, /* 2010-08-13 */
ATUSB_HW_TYPE_101216, /* 2010-12-16 */
ATUSB_HW_TYPE_110131, /* 2011-01-31, ATmega32U2-based */
ATUSB_HW_TYPE_RZUSB, /* Atmel Raven USB dongle with at86rf230 */
ATUSB_HW_TYPE_HULUSB, /* Busware HUL USB dongle with at86rf212 */
};
/*
* Direction bRequest wValue wIndex wLength
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment