]> git.baikalelectronics.ru Git - kernel.git/commit
firewire: core: add CSR STATE_CLEAR/STATE_SET support
authorClemens Ladisch <clemens@ladisch.de>
Thu, 10 Jun 2010 06:24:03 +0000 (08:24 +0200)
committerClemens Ladisch <clemens@ladisch.de>
Thu, 10 Jun 2010 06:24:03 +0000 (08:24 +0200)
commitf97cb3779d7619c111a4688eb15ce4ed459f1a28
treeef164bc604c9b22d21983ae90dbe24636264db9d
parentbf853ba79cb52f1f98e4ebc5c94db0a14a2ea586
firewire: core: add CSR STATE_CLEAR/STATE_SET support

The state registers are zero and read-only in this implementation, so
they are not of much use.  However, the specification requires that they
are present for transaction capable nodes, and the Base 1394 Test Suite
tests for them, so we better implement them.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
drivers/firewire/core-transaction.c