The source for all of the CML/PDL drivers are included, so you already have if it you want to do that.
You may still manage to get the receiver into a state that makes it report stuff that the driver doesn't understand, and cause it to freak out at some point. So ultimately it may need a driver for this model specifically.
Thanks, I'll take a look at it to see if I am confident I can make the change(s) I need. If successful, I'll get the modified source back to you to use as you see fit.
I'll also email you the protocol spreadsheet from Marantz ahead of time for your records.
Mike
MikeA Wrote:Thanks, I'll take a look at it to see if I am confident I can make the change(s) I need. If successful, I'll get the modified source back to you to use as you see fit.
I'll also email you the protocol spreadsheet from Marantz ahead of time for your records.
Mike
OK, I have modified the existing Marantz 8801 V2 driver to enable selection of the Game (HDMI 4) input. I needed selection of this input, which was the only one missing in the shipped driver, to allow my AV7702MkII to see all my hardware.
I added one line to the driver, inserting the Game entry in the Enum list for SrcVals as shown below. It works fine.
FVP : "FVP";
Game : "GAME"; <- This is the line I added
HDRadio : "HDRADIO├ó┬Ç┬Ø;
Not sure how, or if, this will get included in the drivers shipped with CQC, so feel free to do it yourself if you find it necessary. That's what I did.
Mike
Once we get into the end game of 5.0 I can look at some small stuff like this. In the meantime, if anyone else can validate that would be good as well.
Dean Roddey Wrote:Once we get into the end game of 5.0 I can look at some small stuff like this. In the meantime, if anyone else can validate that would be good as well.
For the time being, here is the driver. I also added a note in the comments at the beginning of the driver, making it version 2.0, and describing the change. I think I generated the driver pack properly.
Mike