| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2007-07-10 | firewire: Document userspace ioctl interface. | Kristian Høgsberg | 1 | -33/+264 | |
| The isochronous packet format is still not documented, but this is a good first step. Signed-off-by: Kristian Høgsberg <[email protected]> Signed-off-by: Stefan Richter <[email protected]> (format, wording) | |||||
| 2007-05-31 | firewire: Change struct fw_cdev_iso_packet to not use bitfields. | Kristian Høgsberg | 1 | -6/+8 | |
| The struct is part of the userspace interface and can not use bitfields. This patch replaces the bitfields with a __u32 'control' word and provides access macros to set the bits. Signed-off-by: Kristian Høgsberg <[email protected]> Signed-off-by: Stefan Richter <[email protected]> | |||||
| 2007-05-10 | firewire: Break out shared IEEE1394 constant to separate header file. | Kristian Høgsberg | 1 | -45/+6 | |
| Signed-off-by: Kristian Hoegsberg <[email protected]> Signed-off-by: Stefan Richter <[email protected]> | |||||
| 2007-05-10 | firewire: Use linux/*.h instead of asm/*.h header files. | Kristian Høgsberg | 1 | -2/+2 | |
| Signed-off-by: Kristian Hoegsberg <[email protected]> Signed-off-by: Stefan Richter <[email protected]> | |||||
| 2007-04-30 | firewire: Rename fw-device-cdev.c to fw-cdev.c and move header to include/linux. | Kristian Høgsberg | 1 | -0/+268 | |
| Signed-off-by: Kristian Høgsberg <[email protected]> Signed-off-by: Stefan Richter <[email protected]> | |||||