Projects tagged ‘driver’, ‘kernel’, and ‘linux’


Jump to tag:

Projects tagged ‘driver’, ‘kernel’, and ‘linux’

Filtered by Project Tags driver kernel linux

Refine results Project Tags loopback (2) module (2) virtualization (2) ntfs (1) sound (1) thinkpad (1) v4l2 (1) device (1) midi (1) alsa (1) concerto (1) multimedia (1)

[8 total ]

109 Users
   

The goals of this project are: create a new Linux kernel driver for the NTFS file system (v1.2 and later 3.0), user space utilities (e.g. format, ntfs check, etc.) and a library to avoid code ... [More] duplication and provide access to NTFS to other GPLed programs [Less]
Created over 3 years ago.

86 Users
   

The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to the Linux operating system. ALSA has the following significant features: * Efficient support for all types of ... [More] audio interfaces, from consumer sound cards to professional multichannel audio interfaces. * Fully modularized sound drivers. * SMP and thread-safe design. * User space library (alsa-lib) to simplify application programming and provide higher level functionality. * Support for the older Open Sound System (OSS) API, providing binary compatibility for most OSS programs. [Less]
Created about 1 year ago.

1 Users

this is v4l2 loopback device which output is it's own input. this is useful for feeding different v4l2 applications with video from non v4l2 sources, for example one can feed Skype with video ... [More] enhanced by gstreamer effects; or use input device which does not have v4l2 compliant driver. code is based on avld driver, but in fact it is a complete rewrite and final version unlikely will share common code. [Less]
Created 10 months ago.

0 Users

A front end/back end virtualized driver for a camera using user mode linux.
Created 12 months ago.

0 Users

This is a Linux driver for ThinkPad laptops, written by Borislav Deianov and Henrique de Moraes Holschuh. It aims to support various features of these laptops which are accessible through a ThinkPad-specific ACPI framework.
Created 12 months ago.

0 Users

What is it?A port of the Compaq Concerto pen input driver to modern Linux kernels. How does it work?Check out the Status page to see the progress. Please download the source and try it for yourself! ... [More] CreditsBased on the work of Joe Pfeiffer (http://www.cs.nmsu.edu/~pfeiffer/index_old.html#linux). [Less]
Created 12 months ago.

0 Users

Virtual Disk project plan to create a file based virtual disk tools. It will provides simple file management and many features, such as security, snapshot etc.
Created 12 months ago.

0 Users

VM live-migration has been proved to be a useful technology, which can be used to provide a alway-online service, or VM-based workload balancing. In order to migrate a VM from one host to anthoer ... [More] , two hard disks with same content must exist on both sides. Usually this is achieved by mounting the same network storage system on both sides. But if the two hosts involved in live-migration locate in different networks, using network storage would be very slow. migloop is usful in the situation that migration hosts does not share a network disk. migloop is a special loopback device driver which has two modes, namely write-limit mode, and read-limit mode. When VM live-migration begins, the VM virtual hard disk on source host should work in write-limit mode which allows no-limit read operation, and limited write opertion recording which disk offsets are overwritten. While the VM still running on the source host, the virtual hard disk can be transfered to migration destination host in background, with migloop recording all the concurrent changes made to the disk. After virtual hard disk is transfered to destination host, VM can be migrated immediately while migloop working in read-limit mode on the destination host. In read-limit mode, migloop is configured with a list of disk offsets that does not allow read/write operation yet. In this way, VM can run on dest-host without worrying about disk inconsistency, while differentiation is transferring in background. [Less]
Created 12 months ago.