Ok, thanks. I redid the patches as you requested but I cant send SMTP mails from my home machines so hence git-send-email didnt work. :-(
I have attached a tgz that contains the patch series created by git-format-patch instead. Please apply. ronnie sahlberg On Tue, Apr 29, 2008 at 3:14 PM, FUJITA Tomonori <[EMAIL PROTECTED]> wrote: > On Tue, 29 Apr 2008 07:19:49 +1000 > > > "ronnie sahlberg" <[EMAIL PROTECTED]> wrote: > > > On Tue, Apr 29, 2008 at 3:47 AM, FUJITA Tomonori > > <[EMAIL PROTECTED]> wrote: > > > On Mon, 28 Apr 2008 05:36:34 +1000 > > > "ronnie sahlberg" <[EMAIL PROTECTED]> wrote: > > > > > > > Hi, > > > > > > > > Please find attached a series of patches to enhance the MMC emulation > > > > to allow writing to emulated DVD+R disks. > > > > The emulation checks the backing store file when coming online and > > > > decides which type of emulation profile should be used : > > > > If there is no backingstore file or the device is offline this is > > > > emulated as NO_PROFILE and behaves as if there is no media in the "dvd > > > > drive". > > > > If the backing store file is >0 bytes in size, this is emulated as > > > > DVD_ROM and the emulation behaves as if there is a DVD-ROM disk in the > > > > "dvd drive" that can be read from. > > > > If the backing store file is ==0 bytes in size, this is emulated as if > > > > there is a blank writeable DVD+R disk in the "dvd drive", allowing a > > > > user to burn to the device. > > > > Once finished burning and the application issues a CLOSE_TRACK > > > > command, the device morphs from DVD+R into the DVD_ROM profile. > > > > > > Great, thanks! > > > > > > Can you merge this patchset with > > > > > > Signed-off-by: Ronnie Sahlberg <[EMAIL PROTECTED]> > > > > > > ? > > > > > > > Sure I can. > > How do I do this (I'm not very git-experienced)? > > Ok, let me know if you will not use git. I'll merge patchset this > time. > > > > > What git commands should I use to redo the diffs so they get the sign-off > text? > > http://www.kernel.org/pub/software/scm/git/docs/tutorial.html > > You need to configure your name and email adreess: > > $ git config --global user.name "Your Name Comes Here" > $ git config --global user.email [EMAIL PROTECTED] > > > You can use git-commit as you did (but please commit each patch with > an appropriate subject). Then git-format-patch with '-s' option > produces a proper patchset (proper author and signed-off-by). You > need multiple patches, use git-format-patch with '-n' option, which > gives [PATCH n/m] format subjects. > > [EMAIL PROTECTED]:~/git/tgt$ git-format-patch -s -n -o ~/submit HEAD~2 > > After that, please use git-send-email to send patches. >
mmc.diff.gz
Description: GNU Zip compressed data
_______________________________________________ Stgt-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/stgt-devel
