OSDN Git Service

update for gingerbread-x86 gingerbread-x86
authorRobill Tian Supatrio <rsupatrio@android-x86.org>
Mon, 2 Jan 2012 07:47:58 +0000 (15:47 +0800)
committerRobill Tian Supatrio <rsupatrio@android-x86.org>
Mon, 2 Jan 2012 07:47:58 +0000 (15:47 +0800)
BoardConfig.mk
s103t_defconfig
s103t_info
system.prop

index 0f404fe..438f8ba 100644 (file)
@@ -1,8 +1,6 @@
 TARGET_ARCH_VARIANT := x86-atom
 TARGET_HAS_THIRD_PARTY_APPS := true
-BOARD_WPA_SUPPLICANT_DRIVER := AWEXT
-BOARD_USES_TSLIB := true
-BOARD_USES_I915C := true
+BOARD_GPU_DRIVERS := i915
 BOARD_USES_DRM := true
 BUILD_WITH_MPLAYER := true
 BOARD_HAVE_BLUETOOTH := true
index d1096ef..f8ea238 100644 (file)
@@ -2011,6 +2011,7 @@ CONFIG_VGA_ARB=y
 CONFIG_VGA_ARB_MAX_GPUS=2
 # CONFIG_VGA_SWITCHEROO is not set
 CONFIG_DRM=m
+CONFIG_NO_GPU_AUTHENTICATION=y
 CONFIG_DRM_KMS_HELPER=m
 # CONFIG_DRM_TDFX is not set
 # CONFIG_DRM_R128 is not set
@@ -2889,7 +2890,7 @@ CONFIG_EXT3_FS=y
 CONFIG_EXT3_FS_XATTR=y
 # CONFIG_EXT3_FS_POSIX_ACL is not set
 # CONFIG_EXT3_FS_SECURITY is not set
-CONFIG_EXT4_FS=m
+CONFIG_EXT4_FS=y
 CONFIG_EXT4_FS_XATTR=y
 # CONFIG_EXT4_FS_POSIX_ACL is not set
 # CONFIG_EXT4_FS_SECURITY is not set
index 0589a20..161bbf9 100644 (file)
@@ -2,20 +2,19 @@ set -x
 
 s103t_info()
 {
-       PREDEV=snd-hda-codec-conexant
-       SNDDEV=snd-hda-intel model=ideapad
-        CAMDEV=uvcvideo
-       FB0DEV=i915
-       modprobe v4l1_compat
-       #enable cando touch screen driver
-       modprobe hid_multitouch
-       #enable 80211 WiFi
-       modprobe lib80211
-       modprobe wl
-       modprobe wmi
-       modprobe lsrot.ko
-       echo WAKE_LOCK_SUSPEND > /sys/power/wake_lock
-        return 1
+    PREDEV=snd-hda-codec-conexant
+    SNDDEV=snd-hda-intel model=ideapad
+    CAMDEV=uvcvideo
+    modprobe v4l1_compat
+    #enable cando touch screen driver
+    modprobe hid_multitouch
+    #enable 80211 WiFi
+    modprobe lib80211
+    modprobe wl
+    modprobe wmi
+    modprobe lsrot.ko
+    echo WAKE_LOCK_SUSPEND > /sys/power/wake_lock
+    return 1
 }
 
 detect_hardware()
index 9401d15..2e4e681 100644 (file)
@@ -3,5 +3,7 @@ ro.sf.lcd_density=160
 ro.sf.install_non_market_apps=1
 keyguard.no_require_sim=1
 wifi.supplicant_scan_interval=120
+wlan.modname=wl
+wlan.interface=eth0
 ro.hardware=s103t
 # end system.prop for s103t