Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206807
b: refs/heads/master
c: 446eba0
h: refs/heads/master
i:
  206805: 63f0ec3
  206803: a27fc4f
  206799: ab6751d
v: v3
  • Loading branch information
Clemens Ladisch committed Jun 10, 2010
1 parent 434de99 commit a64bbad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 506f1a31932747f56a5029d5b3c14b1b68f41ccc
refs/heads/master: 446eba0d6896787b2f02f7a665838d32aa7b9d3f
5 changes: 5 additions & 0 deletions trunk/drivers/firewire/core-transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -1034,6 +1034,11 @@ static void handle_registers(struct fw_card *card, struct fw_request *request,
rcode = RCODE_TYPE_ERROR;
break;

case CSR_RESET_START:
if (tcode != TCODE_WRITE_QUADLET_REQUEST)
rcode = RCODE_TYPE_ERROR;
break;

case CSR_CYCLE_TIME:
if (TCODE_IS_READ_REQUEST(tcode) && length == 4)
*data = cpu_to_be32(card->driver->
Expand Down

0 comments on commit a64bbad

Please sign in to comment.