summaryrefslogtreecommitdiffstats
path: root/src/fcp.c
diff options
context:
space:
mode:
authorGravatar Stefan Richter 2012-06-30 16:46:55 +0200
committerGravatar Stefan Richter 2012-06-30 16:46:55 +0200
commit03faa974455d4480908cbef7faaa8acf28b9b96e (patch)
tree28e972adb0614eb9d73eaa10a335ae54514a159c /src/fcp.c
parentFix documentation of raw1394_iso_multichannel_recv_init() (diff)
Add 1394b speed codes to <libraw1394/{ieee,raw}1394.h>
This catapults the libraw1394 API into the year 2002. Actually, passing speed codes of 3...5 into the relevant libraw1394 functions should be working already since the kernel gained 1394b support a long time ago and libraw1394 does not check values. The added definitions are only for clarity and to fully match the argument type in the function declarations. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'src/fcp.c')
0 files changed, 0 insertions, 0 deletions
after "#" an errorGravatar Peter McGoron 1-4/+4 2024-09-27read: character constantsGravatar Peter McGoron 1-5/+52 2024-09-27read: bytevectorsGravatar Peter McGoron 1-1/+11 2024-09-27read: hash constants and directivesGravatar Peter McGoron 2-13/+38 2024-09-27read: properly restore state when reading datum commentsGravatar Peter McGoron 1-8/+20 2024-09-27read: document datum labelGravatar Peter McGoron 1-0/+8 2024-09-27read: change datum label to object, that returns an encapsulated datum labelGravatar Peter McGoron 1-33/+47 2024-09-27read: add object encapsulating identifierGravatar Peter McGoron 3-24/+49 2024-09-27Revert "add object helper functions"Gravatar Peter McGoron 3-159/+129 2024-09-27Revert "object: change to a stateful table"Gravatar Peter McGoron 4-95/+42 2024-09-27Revert "object: rename"Gravatar Peter McGoron 3-12/+8 2024-09-26object: renameGravatar Peter McGoron 3-8/+12 2024-09-26object: change to a stateful tableGravatar Peter McGoron 4-42/+95 2024-09-24add object helper functionsGravatar Peter McGoron 3-129/+159 2024-09-22miniscm: string->symbol and symbol->stringGravatar Peter McGoron 1-1/+17