Changes between Version 40 and Version 41 of GoogleSummerOfCodeIdeas
- Timestamp:
- Jan 24, 2011, 11:00:19 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoogleSummerOfCodeIdeas
v40 v41 6 6 * ReiserFS: write support 7 7 * BTRFS, UFS2, ZFS: Read (& Write) support 8 * exfat read/write support. A FUSE driver exists at http://code.google.com/p/exfat/wiki/QuckStartGuide. The UserlandFS FUSE compatibility needs to be extended (signals API) for it to compile out of the box. For auto-mounting support, a native file system with libexfat as backend needs to be written, or the UserlandFS server needs to be extended, so that it implements FS hooks related to automounting, by forwarding these calls to each known UserlandFS add-on and figuring out which one would handle the given partition. 8 9 9 10 Haiku has great support for its own filesystem, but most others are only available read-only, or not at all. It is way better for interoperability with other systems to be able to read and write to these disks. … … 19 20 20 21 Requirements: owning an UVC webcam. 22 A skeleton driver already exists at https://dev.haiku-os.org/browser/haiku/trunk/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc 21 23 22 24 ==== AV/1394 support ====