Version 2.2.0 release

In this release, the minor part of version is incremented so that some
symbols are newly available as public API for new features. The new
features are just for HinawaFwResp.

HinawaFwResp::requested2 is added to deprecate HinawaFwResp::requested

Current implementation of HinawaFwResp::requested signal doesn't deliver
all information in data of `struct fw_cdev_event_request2` type. This is
inconvenient for some applications bound to device which sends transactions
to different addresses within a certain space. In the case, the
applications can not get offset of arrival address from current
implementation. The new HinawaFwResp::requested2 signal allows the
applications with enough information about the arrived transaction.

HinawaFwRespError enumeration is added to report error

At release v2.1.0, nothing was added for error reporting of HinawaFwResp
since it was not necessary. However, it's convenient to retrieve error
reporting at failure of allocation in 1394 OHCI controller. In the reason,
HinawaFwRespError enumeration is added and hinawa_fw_resp_error_quark()
represents the domain of GError with the code in enumeration.
bump release version up to 2.1.0

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
3 files changed