diff options
author | Kristian Høgsberg <krh@redhat.com> | 2007-03-07 12:12:36 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-03-09 16:03:05 -0500 |
commit | 937f687969f77bfeee5efd71cadfa6f1a813665e (patch) | |
tree | b9b691299676369ffb1882ba668fa89e9675312b /drivers/firewire/fw-transaction.h | |
parent | 65efffa8f0cd86a199bf19ede5c91552d35c5a38 (diff) |
firewire: Let an fw_descriptor specify a leading immediate key/value pair.
This lets us break out "Juju" as the model name in the config rom.
Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/firewire/fw-transaction.h')
-rw-r--r-- | drivers/firewire/fw-transaction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firewire/fw-transaction.h b/drivers/firewire/fw-transaction.h index cbea845dc40a..552e9af081e9 100644 --- a/drivers/firewire/fw-transaction.h +++ b/drivers/firewire/fw-transaction.h | |||
@@ -164,6 +164,7 @@ struct fw_request; | |||
164 | struct fw_descriptor { | 164 | struct fw_descriptor { |
165 | struct list_head link; | 165 | struct list_head link; |
166 | size_t length; | 166 | size_t length; |
167 | u32 immediate; | ||
167 | u32 key; | 168 | u32 key; |
168 | const u32 *data; | 169 | const u32 *data; |
169 | }; | 170 | }; |