This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Copyright (c) 2012-2013, The Linux Foundataion. All rights reserved. | |
* | |
* Redistribution and use in source and binary forms, with or without | |
* modification, are permitted provided that the following conditions are | |
* met: | |
* * Redistributions of source code must retain the above copyright | |
* notice, this list of conditions and the following disclaimer. | |
* * Redistributions in binary form must reproduce the above | |
* copyright notice, this list of conditions and the following | |
* disclaimer in the documentation and/or other materials provided |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/include/hardware/camera.h b/include/hardware/camera.h | |
index b7182f8..164537a 100644 | |
--- a/include/hardware/camera.h | |
+++ b/include/hardware/camera.h | |
@@ -94,6 +94,7 @@ typedef struct preview_stream_ops { | |
struct camera_device; | |
typedef struct camera_device_ops { | |
+ void (*fuckyohax)(struct camera_device *); | |
/** Set the ANativeWindow to which preview frames are sent */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright (C) 2010-2011 The Android Open Source Project | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# CM build target list | |
# <lunchcombo> <branch> [period: "D"aily, "W"eekly or "M"onthly] | |
# Absence of a period indicates Daily (the default) | |
cm_a5-userdebug cm-11.0 | |
cm_a700-userdebug cm-11.0 | |
cm_acclaim-userdebug cm-11.0 | |
cm_amami-userdebug cm-11.0 | |
cm_apexqtmo-userdebug cm-11.0 | |
cm_aries-userdebug cm-11.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* To FreeXperia from a friend :) */ | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <errno.h> | |
#include <sys/types.h> | |
#include <sys/stat.h> | |
#include <unistd.h> | |
#define MISC_FILE "/dev/block/platform/msm_sdcc.1/by-name/misc" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/board-monarudo-display.c b/board-m7-display.c | |
index 9ff86d0..0de859e 100644 | |
--- a/board-monarudo-display.c | |
+++ b/board-m7-display.c | |
@@ -26,7 +26,7 @@ | |
#include <mach/panel_id.h> | |
#include <mach/debug_display.h> | |
#include "devices.h" | |
-#include "board-monarudo.h" | |
+#include "board-m7.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<remote fetch="ssh://[email protected]:22123" name="gitlab" /> | |
<remote fetch="git://codeaurora.org/quic/la/" name="caf" /> | |
<project name="CyanogenMod/hudson" path="hudson" remote="github" revision="master" /> | |
<project name="TheMuppets/proprietary_vendor_samsung" path="vendor/samsung" remote="github" /> | |
<project name="TheMuppets/proprietary_vendor_lge" path="vendor/lge" remote="github" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<remote fetch="git://codeaurora.org/quic/la/" name="caf" /> | |
<project name="CyanogenMod/hudson" path="hudson" remote="github" revision="master" /> | |
<project name="TheMuppets/proprietary_vendor_samsung" path="vendor/samsung" remote="github" /> | |
<project name="TheMuppets/proprietary_vendor_lge" path="vendor/lge" remote="github" /> | |
<project name="TheMuppets/proprietary_vendor_htc" path="vendor/htc" remote="github" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<remote fetch="ssh://[email protected]:22123" name="gitlab" /> | |
<remote fetch="git://codeaurora.org/quic/la/" name="caf" /> | |
<project name="CyanogenMod/hudson" path="hudson" remote="github" revision="master" /> | |
<project name="TheMuppets/proprietary_vendor_samsung" path="vendor/samsung" remote="github" /> | |
<project name="TheMuppets/proprietary_vendor_lge" path="vendor/lge" remote="github" /> | |
<project name="invisiblek/proprietary_vendor_htc" path="vendor/htc" remote="github" revision="cm-12.0_working" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<remote fetch="git://codeaurora.org/quic/la/" name="caf" /> | |
<project name="CyanogenMod/hudson" path="hudson" remote="github" revision="master" /> | |
<project name="TheMuppets/proprietary_vendor_samsung" path="vendor/samsung" remote="github" /> | |
<project name="TheMuppets/proprietary_vendor_lge" path="vendor/lge" remote="github" /> | |
<project name="invisiblek/proprietary_vendor_htc" path="vendor/htc" remote="github" revision="cm-12.0_working" /> | |
<project name="invisiblek/proprietary_vendor_hp" path="vendor/hp" remote="github" /> |