Changeset 4194
- Timestamp:
- 03/12/08 12:35:24 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/src/target/kernel/2.6.24.x/patches/gta02-core.patch
r4131 r4194 648 648 + .width = 43, 649 649 + .height = 58, 650 + .pixclock = 50 * 1000, /* 50ns */650 + .pixclock = 40816, /* 24.5MHz nom, 40.816ns */ 651 651 + .left_margin = 8, 652 + .right_margin = 1 04,652 + .right_margin = 16, 653 653 + .upper_margin = 2, 654 654 + .lower_margin = 16, … … 934 934 --- linux-2.6.24.orig/arch/arm/mach-s3c2440/Kconfig 935 935 +++ linux-2.6.24/arch/arm/mach-s3c2440/Kconfig 936 @@ -74,5 +74,20 @@ config MACH_HXD8936 @@ -74,5 +74,20 @@ 937 937 help 938 938 Say Y here if you are using the FIC Neo1973 GSM Phone … … 959 959 --- linux-2.6.24.orig/arch/arm/mach-s3c2440/Makefile 960 960 +++ linux-2.6.24/arch/arm/mach-s3c2440/Makefile 961 @@ -22,3 +22,4 @@ obj-$(CONFIG_MACH_RX3715) += mach-rx3715961 @@ -22,3 +22,4 @@ 962 962 obj-$(CONFIG_ARCH_S3C2440) += mach-smdk2440.o 963 963 obj-$(CONFIG_MACH_NEXCODER_2440) += mach-nexcoder.o … … 968 968 --- linux-2.6.24.orig/drivers/leds/leds-neo1973-vibrator.c 969 969 +++ linux-2.6.24/drivers/leds/leds-neo1973-vibrator.c 970 @@ -113,7 +113,7 @@ static int __init neo1973_vib_probe(stru970 @@ -113,7 +113,7 @@ 971 971 struct resource *r; 972 972 int rc; … … 981 981 --- linux-2.6.24.orig/sound/soc/s3c24xx/neo1973_wm8753.c 982 982 +++ linux-2.6.24/sound/soc/s3c24xx/neo1973_wm8753.c 983 @@ -672,6 +672,12 @@ static int __init neo1973_init(void)983 @@ -672,6 +672,12 @@ 984 984 { 985 985 int ret; … … 994 994 if (!neo1973_snd_device) 995 995 return -ENOMEM; 996 @@ -700,5 +706,5 @@ module_exit(neo1973_exit);996 @@ -700,5 +706,5 @@ 997 997 998 998 /* Module information */
Note: See TracChangeset
for help on using the changeset viewer.
