blob: 0e34080c663361bb01c33f908967a4813dba10dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
Version 0.8:
- added libraw1394/ieee1394.h with useful defines (especially ack and rcodes)
- function to query isochronous resource manager ID
- functions for isochronous sending
- new raw1394_reset_bus() function to reset the bus
Version 0.7:
- added support for environments where the kernel runs in 64 bit mode whereas
user space runs in 32 bit mode
- fixed lock transaction to actually return the required response; these
functions are actually useful now, prototypes for raw1394_start_lock and
raw1394_lock changed
- a void pointer can now be stored as user data with a handle
Version 0.6:
- FCP monitoring added
- not really libraw1394 news: the subsystem doesn't swap data anymore,
everything is to be kept big endian now on all architectures
Version 0.5:
- there are now separate iso handlers for each channel
Version 0.4:
- isochronous receive support
Version 0.3:
- first release of new libraw1394 for new raw1394 driver
- supports 1394 async reads/writes
- maintainer: Andreas Bombe <andreas.bombe@munich.netsurf.de>
|