Changes between Version 40 and Version 41 of GoogleSummerOfCodeIdeas


Ignore:
Timestamp:
Jan 24, 2011, 11:00:19 AM (13 years ago)
Author:
stippi
Comment:

Added exfat to file system wishlist, with some info, and pointed to existing UVC skeleton code.

Legend:

Unmodified
Added
Removed
Modified
  • GoogleSummerOfCodeIdeas

    v40 v41  
    66        * ReiserFS: write support
    77        * 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.
    89
    910    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.
     
    1920       
    2021        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
    2123
    2224==== AV/1394 support ====