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
| <tr> | |
| <td align="left"><font size="2"><b>Lock Status <br> | |
| (QAM Lock/FEC Sync/MPEG Lock)</b></font></td> | |
| <td align="left"><font size=2>Y/Y/Y</font></td><td align="left"><font size=2>Y/Y/Y</font></td><td align="left"><font size=2>Y/Y/Y</font></td><td align="left"><font size=2>Y/Y/Y</font></td> | |
| </tr> |
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
| root> show version | |
| Model: j2300 | |
| JUNOS Software Release [12.1X44-D10.4] | |
| root> show chassis hardware | |
| Hardware inventory: | |
| Item Version Part number Serial number Description | |
| Chassis JN000352AA J2300 | |
| Routing Engine REV 07 750-009992 AA04470833 RE-J.1 | |
| FPC 0 REV 05 750-010738 AB04471134 FPC |
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
| homestar:editline bbennett$ python3 test.py | |
| bbennett@homestar.local> | |
| % You typed '' | |
| bbennett@homestar.local> | |
| % You typed '' | |
| bbennett@homestar.local> Hi mom | |
| % You typed 'Hi mom' | |
| bbennett@homestar.local> | |
| You hit the question marks! | |
| quit Quit this shit yo |
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/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile | |
| index 6d72578..f4e5243 100644 | |
| --- a/arch/arm/mach-omap2/Makefile | |
| +++ b/arch/arm/mach-omap2/Makefile | |
| @@ -30,7 +30,7 @@ obj-$(CONFIG_HOTPLUG_CPU) += omap-hotplug.o | |
| obj-$(CONFIG_ARCH_OMAP4) += omap44xx-smc.o omap4-common.o \ | |
| omap-wakeupgen.o | |
| -plus_sec := $(call as-instr,.arch_extension sec,+sec) | |
| +plus_sec := +sec |
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/BoardConfig.mk b/BoardConfig.mk | |
| index 1e9e798..7fa7b34 100644 | |
| --- a/BoardConfig.mk | |
| +++ b/BoardConfig.mk | |
| @@ -58,25 +58,17 @@ BOARD_USES_UBOOT := true | |
| # Fallback prebuilt kernel | |
| TARGET_PREBUILT_KERNEL := device/bn/encore/prebuilt/boot/kernel | |
| -BOARD_HAS_LARGE_FILESYSTEM := true | |
| -BOARD_RECOVERY_IGNORE_BOOTABLES := true |
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
| set interface ge-0/0/0.0 family ethernet-switching port-mode access vlan members VLAN100 | |
| set interface ge-0/0/1.0 family ethernet-switching port-mode access vlan members VLAN100 | |
| set vlan VLAN100 vlan-id 100 |
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
| $ git diff | |
| diff --git a/etc/init.rc b/etc/init.rc | |
| index 0c76fb7..552e578 100644 | |
| --- a/etc/init.rc | |
| +++ b/etc/init.rc | |
| @@ -26,6 +26,7 @@ on boot | |
| domainname localdomain | |
| class_start default | |
| + setprop service.adb.root 1 |
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/arch/arm/mach-omap2/board-acclaim-peripherals.c b/arch/arm/mach-omap2/board-acclaim-peripherals.c | |
| index 15523ad..9914cf4 100644 | |
| --- a/arch/arm/mach-omap2/board-acclaim-peripherals.c | |
| +++ b/arch/arm/mach-omap2/board-acclaim-peripherals.c | |
| @@ -205,13 +205,13 @@ static void ft5x06_platform_resume(void) | |
| } | |
| static struct ft5x06_platform_data ft5x06_platform_data = { | |
| - .maxx = 600, | |
| - .maxy = 1024, |
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
| Package complete: /Volumes/Android/cm7/out/target/product/encore/update-cm-7.1.0-encore-KANG-signed.zip | |
| MD5 (update-cm-7.1.0-encore-KANG-signed.zip) = ad1a5cdbf3e2311a3006d91b96e0c7d2 | |
| real 25m3.136s | |
| user 119m20.286s | |
| sys 11m6.354s |
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/common/lcd.c b/common/lcd.c | |
| index 1787e37..41bdde1 100644 | |
| --- a/common/lcd.c | |
| +++ b/common/lcd.c | |
| @@ -102,6 +102,11 @@ extern void lcd_setcolreg (ushort regno, | |
| extern void lcd_initcolregs (void); | |
| #endif | |
| +#if LCD_BPP == LCD_COLOR16 | |
| +static uchar pixel_size = 0; |