Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

device-asus-laptop: Commit

device/asus/laptop


Commit MetaInfo

Revision37b7183539ba8468196e59520e61f6ea3bb320ac (tree)
Time2011-08-08 23:38:02
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

update for kernel 2.6.39 and new mesa library

Change Summary

Incremental Difference

--- a/AndroidBoard.mk
+++ b/AndroidBoard.mk
@@ -1,5 +1,5 @@
11 LOCAL_PATH := $(call my-dir)
2-LOCAL_FIRMWARES := iwlwifi-1000-3.ucode iwlwifi-5000-2.ucode $(subst device/common/firmware/,,$(wildcard device/common/firmware/radeon/*))
2+LOCAL_FIRMWARES := iwlwifi-1000-5.ucode iwlwifi-5000-5.ucode $(subst device/common/firmware/,,$(wildcard device/common/firmware/radeon/*))
33 TARGET_INITRD_SCRIPTS := $(LOCAL_PATH)/laptop_info
44 TARGET_KERNEL_CONFIG := $(LOCAL_PATH)/laptop_defconfig
55
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -1,7 +1,5 @@
11 TARGET_ARCH_VARIANT := x86-atom
22 TARGET_HAS_THIRD_PARTY_APPS := true
3-BOARD_USES_I915C := true
4-BOARD_USES_I965C := true
5-BOARD_USES_R600G := true
3+BOARD_GPU_DRIVERS := i915 i965 r300g r600g nouveau
64
75 include $(GENERIC_X86_CONFIG_MK)
--- a/laptop.mk
+++ b/laptop.mk
@@ -1,7 +1,7 @@
11 PRODUCT_PACKAGES := $(THIRD_PARTY_APPS)
22
33 PRODUCT_COPY_FILES := \
4- frameworks/base/data/etc/android.hardware.touchscreen.multitouch.distinct.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.distinct.xml
4+ frameworks/base/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml
55
66 $(call inherit-product,$(SRC_TARGET_DIR)/product/generic_x86.mk)
77
--- a/laptop_defconfig
+++ b/laptop_defconfig
@@ -1,7 +1,7 @@
11 #
22 # Automatically generated make config: don't edit
3-# Linux/x86 2.6.38 Kernel Configuration
4-# Fri May 6 10:57:16 2011
3+# Linux/x86 2.6.39 Kernel Configuration
4+# Mon Aug 8 22:30:49 2011
55 #
66 # CONFIG_64BIT is not set
77 CONFIG_X86_32=y
@@ -47,7 +47,6 @@ CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
4747 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
4848 CONFIG_X86_32_SMP=y
4949 CONFIG_X86_HT=y
50-CONFIG_X86_TRAMPOLINE=y
5150 CONFIG_X86_32_LAZY_GS=y
5251 CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-ecx -fcall-saved-edx"
5352 CONFIG_KTIME_SCALAR=y
@@ -61,7 +60,6 @@ CONFIG_IRQ_WORK=y
6160 # General setup
6261 #
6362 CONFIG_EXPERIMENTAL=y
64-CONFIG_LOCK_KERNEL=y
6563 CONFIG_INIT_ENV_ARG_LIMIT=32
6664 CONFIG_CROSS_COMPILE=""
6765 CONFIG_LOCALVERSION="-android-x86-asus-laptop"
@@ -81,6 +79,7 @@ CONFIG_SYSVIPC=y
8179 CONFIG_SYSVIPC_SYSCTL=y
8280 # CONFIG_POSIX_MQUEUE is not set
8381 # CONFIG_BSD_PROCESS_ACCT is not set
82+# CONFIG_FHANDLE is not set
8483 # CONFIG_TASKSTATS is not set
8584 # CONFIG_AUDIT is not set
8685 CONFIG_HAVE_GENERIC_HARDIRQS=y
@@ -89,13 +88,11 @@ CONFIG_HAVE_GENERIC_HARDIRQS=y
8988 # IRQ subsystem
9089 #
9190 CONFIG_GENERIC_HARDIRQS=y
92-# CONFIG_GENERIC_HARDIRQS_NO_DEPRECATED is not set
9391 CONFIG_HAVE_SPARSE_IRQ=y
9492 CONFIG_GENERIC_IRQ_PROBE=y
93+CONFIG_GENERIC_IRQ_SHOW=y
9594 CONFIG_GENERIC_PENDING_IRQ=y
96-# CONFIG_AUTO_IRQ_AFFINITY is not set
97-# CONFIG_IRQ_PER_CPU is not set
98-# CONFIG_HARDIRQS_SW_RESEND is not set
95+CONFIG_IRQ_FORCED_THREADING=y
9996 # CONFIG_SPARSE_IRQ is not set
10097
10198 #
@@ -127,7 +124,6 @@ CONFIG_SYSCTL=y
127124 CONFIG_ANON_INODES=y
128125 CONFIG_PANIC_TIMEOUT=0
129126 CONFIG_EXPERT=y
130-CONFIG_EMBEDDED=y
131127 CONFIG_UID16=y
132128 CONFIG_SYSCTL_SYSCALL=y
133129 CONFIG_KALLSYMS=y
@@ -146,6 +142,7 @@ CONFIG_EVENTFD=y
146142 CONFIG_SHMEM=y
147143 CONFIG_ASHMEM=y
148144 CONFIG_AIO=y
145+CONFIG_EMBEDDED=y
149146 CONFIG_HAVE_PERF_EVENTS=y
150147
151148 #
@@ -282,7 +279,6 @@ CONFIG_NO_BOOTMEM=y
282279 CONFIG_MCORE2=y
283280 # CONFIG_MATOM is not set
284281 # CONFIG_X86_GENERIC is not set
285-CONFIG_X86_CPU=y
286282 CONFIG_X86_INTERNODE_CACHE_SHIFT=6
287283 CONFIG_X86_CMPXCHG=y
288284 CONFIG_CMPXCHG_LOCAL=y
@@ -399,10 +395,6 @@ CONFIG_HOTPLUG_CPU=y
399395 #
400396 # Power management and ACPI options
401397 #
402-CONFIG_PM=y
403-# CONFIG_PM_DEBUG is not set
404-CONFIG_PM_SLEEP_SMP=y
405-CONFIG_PM_SLEEP=y
406398 CONFIG_SUSPEND=y
407399 CONFIG_SUSPEND_FREEZER=y
408400 CONFIG_HAS_WAKELOCK=y
@@ -414,8 +406,11 @@ CONFIG_EARLYSUSPEND=y
414406 # CONFIG_NO_USER_SPACE_SCREEN_ACCESS_CONTROL is not set
415407 # CONFIG_CONSOLE_EARLYSUSPEND is not set
416408 CONFIG_FB_EARLYSUSPEND=y
409+CONFIG_PM_SLEEP=y
410+CONFIG_PM_SLEEP_SMP=y
417411 # CONFIG_PM_RUNTIME is not set
418-CONFIG_PM_OPS=y
412+CONFIG_PM=y
413+# CONFIG_PM_DEBUG is not set
419414 CONFIG_ACPI=y
420415 CONFIG_ACPI_SLEEP=y
421416 # CONFIG_ACPI_PROCFS is not set
@@ -520,12 +515,12 @@ CONFIG_PCI_MSI=y
520515 CONFIG_HT_IRQ=y
521516 # CONFIG_PCI_IOV is not set
522517 CONFIG_PCI_IOAPIC=y
518+CONFIG_PCI_LABEL=y
523519 CONFIG_ISA_DMA_API=y
524520 # CONFIG_ISA is not set
525521 # CONFIG_MCA is not set
526522 # CONFIG_SCx200 is not set
527523 # CONFIG_OLPC is not set
528-# CONFIG_OLPC_OPENFIRMWARE is not set
529524 # CONFIG_PCCARD is not set
530525 CONFIG_HOTPLUG_PCI=y
531526 # CONFIG_HOTPLUG_PCI_FAKE is not set
@@ -534,6 +529,7 @@ CONFIG_HOTPLUG_PCI=y
534529 # CONFIG_HOTPLUG_PCI_ACPI is not set
535530 # CONFIG_HOTPLUG_PCI_CPCI is not set
536531 # CONFIG_HOTPLUG_PCI_SHPC is not set
532+# CONFIG_RAPIDIO is not set
537533
538534 #
539535 # Executable file formats / Emulations
@@ -561,7 +557,6 @@ CONFIG_XFRM=y
561557 CONFIG_INET=y
562558 # CONFIG_IP_MULTICAST is not set
563559 # CONFIG_IP_ADVANCED_ROUTER is not set
564-CONFIG_IP_FIB_HASH=y
565560 CONFIG_IP_PNP=y
566561 CONFIG_IP_PNP_DHCP=y
567562 # CONFIG_IP_PNP_BOOTP is not set
@@ -632,6 +627,7 @@ CONFIG_NET_ACTIVITY_STATS=y
632627 # CONFIG_DCB is not set
633628 # CONFIG_BATMAN_ADV is not set
634629 CONFIG_RPS=y
630+CONFIG_RFS_ACCEL=y
635631 CONFIG_XPS=y
636632
637633 #
@@ -642,8 +638,8 @@ CONFIG_XPS=y
642638 # CONFIG_CAN is not set
643639 # CONFIG_IRDA is not set
644640 CONFIG_BT=m
645-CONFIG_BT_L2CAP=m
646-CONFIG_BT_SCO=m
641+CONFIG_BT_L2CAP=y
642+CONFIG_BT_SCO=y
647643 CONFIG_BT_RFCOMM=m
648644 CONFIG_BT_RFCOMM_TTY=y
649645 CONFIG_BT_BNEP=m
@@ -655,11 +651,11 @@ CONFIG_BT_HIDP=m
655651 # Bluetooth device drivers
656652 #
657653 CONFIG_BT_HCIBTUSB=m
658-# CONFIG_BT_HCIBTSDIO is not set
654+CONFIG_BT_HCIBTSDIO=m
659655 CONFIG_BT_HCIUART=m
660656 CONFIG_BT_HCIUART_H4=y
661657 CONFIG_BT_HCIUART_BCSP=y
662-# CONFIG_BT_HCIUART_ATH3K is not set
658+CONFIG_BT_HCIUART_ATH3K=y
663659 CONFIG_BT_HCIUART_LL=y
664660 CONFIG_BT_HCIBCM203X=m
665661 CONFIG_BT_HCIBPA10X=m
@@ -669,8 +665,11 @@ CONFIG_BT_HCIVHCI=m
669665 # CONFIG_BT_ATH3K is not set
670666 # CONFIG_AF_RXRPC is not set
671667 CONFIG_WIRELESS=y
668+CONFIG_WIRELESS_EXT=y
672669 CONFIG_WEXT_CORE=y
673670 CONFIG_WEXT_PROC=y
671+CONFIG_WEXT_SPY=y
672+CONFIG_WEXT_PRIV=y
674673 CONFIG_CFG80211=m
675674 # CONFIG_NL80211_TESTMODE is not set
676675 # CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
@@ -681,6 +680,9 @@ CONFIG_CFG80211_DEFAULT_PS=y
681680 CONFIG_CFG80211_WEXT=y
682681 CONFIG_WIRELESS_EXT_SYSFS=y
683682 CONFIG_LIB80211=m
683+CONFIG_LIB80211_CRYPT_WEP=m
684+CONFIG_LIB80211_CRYPT_CCMP=m
685+CONFIG_LIB80211_CRYPT_TKIP=m
684686 # CONFIG_LIB80211_DEBUG is not set
685687 CONFIG_MAC80211=m
686688 CONFIG_MAC80211_HAS_RC=y
@@ -717,6 +719,7 @@ CONFIG_FW_LOADER=y
717719 # CONFIG_FIRMWARE_IN_KERNEL is not set
718720 CONFIG_EXTRA_FIRMWARE=""
719721 # CONFIG_SYS_HYPERVISOR is not set
722+CONFIG_ARCH_NO_SYSDEV_OPS=y
720723 CONFIG_CONNECTOR=m
721724 # CONFIG_MTD is not set
722725 # CONFIG_PARPORT is not set
@@ -748,7 +751,9 @@ CONFIG_BLK_DEV_RAM_SIZE=4096
748751 # CONFIG_ATA_OVER_ETH is not set
749752 # CONFIG_BLK_DEV_HD is not set
750753 # CONFIG_BLK_DEV_RBD is not set
754+# CONFIG_SENSORS_LIS3LV02D is not set
751755 # CONFIG_MISC_DEVICES is not set
756+CONFIG_EEPROM_93CX6=m
752757 CONFIG_HAVE_IDE=y
753758 # CONFIG_IDE is not set
754759
@@ -834,6 +839,7 @@ CONFIG_ATA_PIIX=y
834839 #
835840 # CONFIG_PATA_ALI is not set
836841 # CONFIG_PATA_AMD is not set
842+# CONFIG_PATA_ARASAN_CF is not set
837843 # CONFIG_PATA_ARTOP is not set
838844 # CONFIG_PATA_ATIIXP is not set
839845 # CONFIG_PATA_ATP867X is not set
@@ -899,6 +905,7 @@ CONFIG_DM_CRYPT=y
899905 # CONFIG_DM_MULTIPATH is not set
900906 # CONFIG_DM_DELAY is not set
901907 CONFIG_DM_UEVENT=y
908+# CONFIG_DM_FLAKEY is not set
902909 # CONFIG_TARGET_CORE is not set
903910 # CONFIG_FUSION is not set
904911
@@ -962,6 +969,7 @@ CONFIG_WLAN=y
962969 # CONFIG_ADM8211 is not set
963970 # CONFIG_MAC80211_HWSIM is not set
964971 # CONFIG_MWL8K is not set
972+# CONFIG_WIFI_CONTROL_FUNC is not set
965973 CONFIG_ATH_COMMON=m
966974 # CONFIG_ATH_DEBUG is not set
967975 CONFIG_ATH5K=m
@@ -978,25 +986,63 @@ CONFIG_ATH9K_RATE_CONTROL=y
978986 # CONFIG_B43 is not set
979987 # CONFIG_B43LEGACY is not set
980988 # CONFIG_BCM4329 is not set
989+# CONFIG_BCMDHD is not set
981990 # CONFIG_HOSTAP is not set
982-# CONFIG_IPW2100 is not set
983-# CONFIG_IPW2200 is not set
984-CONFIG_IWLWIFI=m
991+CONFIG_IPW2100=m
992+CONFIG_IPW2100_MONITOR=y
993+# CONFIG_IPW2100_DEBUG is not set
994+CONFIG_IPW2200=m
995+CONFIG_IPW2200_MONITOR=y
996+CONFIG_IPW2200_RADIOTAP=y
997+CONFIG_IPW2200_PROMISCUOUS=y
998+# CONFIG_IPW2200_QOS is not set
999+# CONFIG_IPW2200_DEBUG is not set
1000+CONFIG_LIBIPW=m
1001+# CONFIG_LIBIPW_DEBUG is not set
1002+CONFIG_IWLAGN=m
9851003
9861004 #
9871005 # Debugging Options
9881006 #
9891007 # CONFIG_IWLWIFI_DEBUG is not set
990-CONFIG_IWLAGN=m
991-# CONFIG_IWL4965 is not set
992-CONFIG_IWL5000=y
993-# CONFIG_IWL3945 is not set
1008+# CONFIG_IWL_P2P is not set
1009+CONFIG_IWLWIFI_LEGACY=m
1010+
1011+#
1012+# Debugging Options
1013+#
1014+# CONFIG_IWLWIFI_LEGACY_DEBUG is not set
1015+CONFIG_IWL4965=m
1016+CONFIG_IWL3945=m
9941017 # CONFIG_IWM is not set
9951018 # CONFIG_LIBERTAS is not set
9961019 # CONFIG_HERMES is not set
9971020 # CONFIG_P54_COMMON is not set
998-# CONFIG_RT2X00 is not set
1021+CONFIG_RT2X00=m
1022+# CONFIG_RT2400PCI is not set
1023+# CONFIG_RT2500PCI is not set
1024+# CONFIG_RT61PCI is not set
1025+CONFIG_RT2800PCI=m
1026+CONFIG_RT2800PCI_RT33XX=y
1027+CONFIG_RT2800PCI_RT35XX=y
1028+CONFIG_RT2800PCI_RT53XX=y
1029+# CONFIG_RT2500USB is not set
1030+# CONFIG_RT73USB is not set
1031+CONFIG_RT2800USB=m
1032+CONFIG_RT2800USB_RT33XX=y
1033+CONFIG_RT2800USB_RT35XX=y
1034+CONFIG_RT2800USB_UNKNOWN=y
1035+CONFIG_RT2800_LIB=m
1036+CONFIG_RT2X00_LIB_PCI=m
1037+CONFIG_RT2X00_LIB_USB=m
1038+CONFIG_RT2X00_LIB=m
1039+CONFIG_RT2X00_LIB_HT=y
1040+CONFIG_RT2X00_LIB_FIRMWARE=y
1041+CONFIG_RT2X00_LIB_CRYPTO=y
1042+CONFIG_RT2X00_LIB_LEDS=y
1043+# CONFIG_RT2X00_DEBUG is not set
9991044 # CONFIG_RTL8192CE is not set
1045+# CONFIG_RTL8192CU is not set
10001046 # CONFIG_WL is not set
10011047 # CONFIG_WL1251 is not set
10021048 # CONFIG_WL12XX_MENU is not set
@@ -1039,6 +1085,7 @@ CONFIG_USB_HSO=m
10391085 # CONFIG_USB_NET_INT51X1 is not set
10401086 # CONFIG_USB_IPHETH is not set
10411087 # CONFIG_USB_SIERRA_NET is not set
1088+# CONFIG_USB_VL600 is not set
10421089 # CONFIG_WAN is not set
10431090
10441091 #
@@ -1095,6 +1142,7 @@ CONFIG_INPUT_EVBUG=m
10951142 CONFIG_INPUT_KEYBOARD=y
10961143 # CONFIG_KEYBOARD_ADP5588 is not set
10971144 CONFIG_KEYBOARD_ATKBD=m
1145+# CONFIG_KEYBOARD_QT1070 is not set
10981146 # CONFIG_KEYBOARD_QT2160 is not set
10991147 # CONFIG_KEYBOARD_LKKBD is not set
11001148 # CONFIG_KEYBOARD_TCA6416 is not set
@@ -1125,6 +1173,7 @@ CONFIG_MOUSE_PS2=m
11251173 # CONFIG_INPUT_TABLET is not set
11261174 CONFIG_INPUT_TOUCHSCREEN=y
11271175 # CONFIG_TOUCHSCREEN_AD7879 is not set
1176+# CONFIG_TOUCHSCREEN_ATMEL_MXT is not set
11281177 # CONFIG_TOUCHSCREEN_BU21013 is not set
11291178 # CONFIG_TOUCHSCREEN_DYNAPRO is not set
11301179 # CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
@@ -1138,7 +1187,6 @@ CONFIG_INPUT_TOUCHSCREEN=y
11381187 # CONFIG_TOUCHSCREEN_INEXIO is not set
11391188 # CONFIG_TOUCHSCREEN_MK712 is not set
11401189 # CONFIG_TOUCHSCREEN_PENMOUNT is not set
1141-# CONFIG_TOUCHSCREEN_QT602240 is not set
11421190 # CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI is not set
11431191 # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
11441192 # CONFIG_TOUCHSCREEN_TOUCHWIN is not set
@@ -1188,11 +1236,15 @@ CONFIG_CONSOLE_TRANSLATIONS=y
11881236 CONFIG_VT_CONSOLE=y
11891237 CONFIG_HW_CONSOLE=y
11901238 CONFIG_VT_HW_CONSOLE_BINDING=y
1191-CONFIG_DEVMEM=y
1192-CONFIG_DEVKMEM=y
1239+CONFIG_UNIX98_PTYS=y
1240+# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
1241+CONFIG_LEGACY_PTYS=y
1242+CONFIG_LEGACY_PTY_COUNT=256
11931243 # CONFIG_SERIAL_NONSTANDARD is not set
1194-# CONFIG_N_GSM is not set
11951244 # CONFIG_NOZOMI is not set
1245+# CONFIG_N_GSM is not set
1246+CONFIG_DEVMEM=y
1247+CONFIG_DEVKMEM=y
11961248
11971249 #
11981250 # Serial drivers
@@ -1217,10 +1269,6 @@ CONFIG_SERIAL_CORE_CONSOLE=y
12171269 # CONFIG_SERIAL_ALTERA_JTAGUART is not set
12181270 # CONFIG_SERIAL_ALTERA_UART is not set
12191271 # CONFIG_SERIAL_PCH_UART is not set
1220-CONFIG_UNIX98_PTYS=y
1221-# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
1222-CONFIG_LEGACY_PTYS=y
1223-CONFIG_LEGACY_PTY_COUNT=256
12241272 # CONFIG_TTY_PRINTK is not set
12251273 # CONFIG_IPMI_HANDLER is not set
12261274 CONFIG_HW_RANDOM=y
@@ -1288,6 +1336,7 @@ CONFIG_I2C_VIAPRO=m
12881336 # CONFIG_I2C_INTEL_MID is not set
12891337 # CONFIG_I2C_OCORES is not set
12901338 # CONFIG_I2C_PCA_PLATFORM is not set
1339+# CONFIG_I2C_PXA_PCI is not set
12911340 # CONFIG_I2C_SIMTEC is not set
12921341 # CONFIG_I2C_XILINX is not set
12931342 # CONFIG_I2C_EG20T is not set
@@ -1295,6 +1344,7 @@ CONFIG_I2C_VIAPRO=m
12951344 #
12961345 # External I2C/SMBus adapter drivers
12971346 #
1347+# CONFIG_I2C_DIOLAN_U2C is not set
12981348 # CONFIG_I2C_PARPORT_LIGHT is not set
12991349 # CONFIG_I2C_TAOS_EVM is not set
13001350 # CONFIG_I2C_TINY_USB is not set
@@ -1369,6 +1419,7 @@ CONFIG_HWMON_VID=y
13691419 # CONFIG_SENSORS_PKGTEMP is not set
13701420 # CONFIG_SENSORS_IT87 is not set
13711421 # CONFIG_SENSORS_JC42 is not set
1422+# CONFIG_SENSORS_LINEAGE is not set
13721423 # CONFIG_SENSORS_LM63 is not set
13731424 # CONFIG_SENSORS_LM73 is not set
13741425 # CONFIG_SENSORS_LM75 is not set
@@ -1381,15 +1432,18 @@ CONFIG_SENSORS_LM85=y
13811432 # CONFIG_SENSORS_LM90 is not set
13821433 # CONFIG_SENSORS_LM92 is not set
13831434 # CONFIG_SENSORS_LM93 is not set
1435+# CONFIG_SENSORS_LTC4151 is not set
13841436 # CONFIG_SENSORS_LTC4215 is not set
13851437 # CONFIG_SENSORS_LTC4245 is not set
13861438 # CONFIG_SENSORS_LTC4261 is not set
13871439 # CONFIG_SENSORS_LM95241 is not set
13881440 # CONFIG_SENSORS_MAX1619 is not set
1441+# CONFIG_SENSORS_MAX6639 is not set
13891442 # CONFIG_SENSORS_MAX6650 is not set
13901443 # CONFIG_SENSORS_PC87360 is not set
13911444 # CONFIG_SENSORS_PC87427 is not set
13921445 # CONFIG_SENSORS_PCF8591 is not set
1446+# CONFIG_PMBUS is not set
13931447 # CONFIG_SENSORS_SHT21 is not set
13941448 # CONFIG_SENSORS_SIS5595 is not set
13951449 # CONFIG_SENSORS_SMM665 is not set
@@ -1399,6 +1453,8 @@ CONFIG_SENSORS_LM85=y
13991453 # CONFIG_SENSORS_SMSC47M1 is not set
14001454 # CONFIG_SENSORS_SMSC47M192 is not set
14011455 # CONFIG_SENSORS_SMSC47B397 is not set
1456+# CONFIG_SENSORS_SCH5627 is not set
1457+# CONFIG_SENSORS_ADS1015 is not set
14021458 # CONFIG_SENSORS_ADS7828 is not set
14031459 # CONFIG_SENSORS_AMC6821 is not set
14041460 # CONFIG_SENSORS_THMC50 is not set
@@ -1418,14 +1474,12 @@ CONFIG_SENSORS_LM85=y
14181474 # CONFIG_SENSORS_W83L786NG is not set
14191475 # CONFIG_SENSORS_W83627HF is not set
14201476 # CONFIG_SENSORS_W83627EHF is not set
1421-# CONFIG_SENSORS_LIS3_I2C is not set
14221477 # CONFIG_SENSORS_APPLESMC is not set
14231478
14241479 #
14251480 # ACPI drivers
14261481 #
14271482 # CONFIG_SENSORS_ATK0110 is not set
1428-# CONFIG_SENSORS_LIS3LV02D is not set
14291483 CONFIG_THERMAL=y
14301484 # CONFIG_THERMAL_HWMON is not set
14311485 # CONFIG_WATCHDOG is not set
@@ -1450,6 +1504,7 @@ CONFIG_MFD_CORE=m
14501504 # CONFIG_MFD_88PM860X is not set
14511505 # CONFIG_MFD_SM501 is not set
14521506 # CONFIG_HTC_PASIC3 is not set
1507+# CONFIG_TPS6105X is not set
14531508 # CONFIG_TPS6507X is not set
14541509 # CONFIG_TWL4030_CORE is not set
14551510 # CONFIG_MFD_STMPE is not set
@@ -1458,6 +1513,7 @@ CONFIG_MFD_CORE=m
14581513 # CONFIG_PMIC_DA903X is not set
14591514 # CONFIG_PMIC_ADP5520 is not set
14601515 # CONFIG_MFD_MAX8925 is not set
1516+# CONFIG_MFD_MAX8997 is not set
14611517 # CONFIG_MFD_MAX8998 is not set
14621518 # CONFIG_MFD_WM8400 is not set
14631519 # CONFIG_MFD_WM831X_I2C is not set
@@ -1477,6 +1533,7 @@ CONFIG_MEDIA_SUPPORT=m
14771533 #
14781534 # Multimedia core support
14791535 #
1536+# CONFIG_MEDIA_CONTROLLER is not set
14801537 CONFIG_VIDEO_DEV=m
14811538 CONFIG_VIDEO_V4L2_COMMON=m
14821539 # CONFIG_DVB_CORE is not set
@@ -1498,6 +1555,7 @@ CONFIG_IR_LIRC_CODEC=m
14981555 # CONFIG_IR_ENE is not set
14991556 # CONFIG_IR_IMON is not set
15001557 # CONFIG_IR_MCEUSB is not set
1558+# CONFIG_IR_ITE_CIR is not set
15011559 # CONFIG_IR_NUVOTON is not set
15021560 # CONFIG_IR_STREAMZAP is not set
15031561 # CONFIG_IR_WINBOND_CIR is not set
@@ -1517,8 +1575,9 @@ CONFIG_MEDIA_TUNER_XC2028=m
15171575 CONFIG_MEDIA_TUNER_XC5000=m
15181576 CONFIG_MEDIA_TUNER_MC44S803=m
15191577 CONFIG_VIDEO_V4L2=m
1520-CONFIG_VIDEOBUF_GEN=m
1521-CONFIG_VIDEOBUF_VMALLOC=m
1578+CONFIG_VIDEOBUF2_CORE=m
1579+CONFIG_VIDEOBUF2_MEMOPS=m
1580+CONFIG_VIDEOBUF2_VMALLOC=m
15221581 CONFIG_VIDEO_CAPTURE_DRIVERS=y
15231582 # CONFIG_VIDEO_ADV_DEBUG is not set
15241583 # CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
@@ -1565,6 +1624,7 @@ CONFIG_VIDEO_VIVI=m
15651624 # CONFIG_VIDEO_IVTV is not set
15661625 # CONFIG_VIDEO_CAFE_CCIC is not set
15671626 # CONFIG_VIDEO_SR030PC30 is not set
1627+# CONFIG_VIDEO_NOON010PC30 is not set
15681628 # CONFIG_SOC_CAMERA is not set
15691629 CONFIG_V4L_USB_DRIVERS=y
15701630 CONFIG_USB_VIDEO_CLASS=m
@@ -1601,14 +1661,13 @@ CONFIG_VGA_ARB=y
16011661 CONFIG_VGA_ARB_MAX_GPUS=16
16021662 CONFIG_VGA_SWITCHEROO=y
16031663 CONFIG_DRM=m
1664+CONFIG_NO_GPU_AUTHENTICATION=y
16041665 CONFIG_DRM_KMS_HELPER=m
16051666 CONFIG_DRM_TTM=m
16061667 # CONFIG_DRM_TDFX is not set
16071668 # CONFIG_DRM_R128 is not set
16081669 CONFIG_DRM_RADEON=m
16091670 CONFIG_DRM_RADEON_KMS=y
1610-# CONFIG_DRM_I810 is not set
1611-# CONFIG_DRM_I830 is not set
16121671 CONFIG_DRM_I915=m
16131672 CONFIG_DRM_I915_KMS=y
16141673 # CONFIG_DRM_MGA is not set
@@ -1688,7 +1747,7 @@ CONFIG_LCD_CLASS_DEVICE=y
16881747 CONFIG_BACKLIGHT_CLASS_DEVICE=y
16891748 CONFIG_BACKLIGHT_GENERIC=y
16901749 # CONFIG_BACKLIGHT_PROGEAR is not set
1691-# CONFIG_BACKLIGHT_MBP_NVIDIA is not set
1750+# CONFIG_BACKLIGHT_APPLE is not set
16921751 # CONFIG_BACKLIGHT_SAHARA is not set
16931752 # CONFIG_BACKLIGHT_ADP8860 is not set
16941753
@@ -1705,7 +1764,7 @@ CONFIG_VGACON_SOFT_SCROLLBACK=y
17051764 CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
17061765 CONFIG_DUMMY_CONSOLE=y
17071766 CONFIG_FRAMEBUFFER_CONSOLE=y
1708-# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
1767+CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
17091768 # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
17101769 CONFIG_FONTS=y
17111770 # CONFIG_FONT_8x8 is not set
@@ -1846,6 +1905,7 @@ CONFIG_SND_USB_USX2Y=m
18461905 CONFIG_SND_USB_CAIAQ=m
18471906 # CONFIG_SND_USB_CAIAQ_INPUT is not set
18481907 CONFIG_SND_USB_US122L=m
1908+# CONFIG_SND_USB_6FIRE is not set
18491909 # CONFIG_SND_SOC is not set
18501910 # CONFIG_SOUND_PRIME is not set
18511911 CONFIG_HID_SUPPORT=y
@@ -1863,7 +1923,7 @@ CONFIG_USB_HID=y
18631923 # Special HID drivers
18641924 #
18651925 # CONFIG_HID_A4TECH is not set
1866-# CONFIG_HID_ACRUX_FF is not set
1926+# CONFIG_HID_ACRUX is not set
18671927 # CONFIG_HID_APPLE is not set
18681928 # CONFIG_HID_BELKIN is not set
18691929 # CONFIG_HID_CHERRY is not set
@@ -1874,12 +1934,14 @@ CONFIG_USB_HID=y
18741934 # CONFIG_HID_EMS_FF is not set
18751935 # CONFIG_HID_ELECOM is not set
18761936 # CONFIG_HID_EZKEY is not set
1937+# CONFIG_HID_KEYTOUCH is not set
18771938 # CONFIG_HID_KYE is not set
18781939 # CONFIG_HID_UCLOGIC is not set
18791940 # CONFIG_HID_WALTOP is not set
18801941 # CONFIG_HID_GYRATION is not set
18811942 # CONFIG_HID_TWINHAN is not set
18821943 # CONFIG_HID_KENSINGTON is not set
1944+# CONFIG_HID_LCPOWER is not set
18831945 # CONFIG_HID_LOGITECH is not set
18841946 # CONFIG_HID_MAGICMOUSE is not set
18851947 # CONFIG_HID_MICROSOFT is not set
@@ -1892,8 +1954,10 @@ CONFIG_HID_MULTITOUCH=m
18921954 # CONFIG_HID_PICOLCD is not set
18931955 # CONFIG_HID_QUANTA is not set
18941956 # CONFIG_HID_ROCCAT is not set
1957+# CONFIG_HID_ROCCAT_ARVO is not set
18951958 # CONFIG_HID_ROCCAT_KONE is not set
18961959 # CONFIG_HID_ROCCAT_KONEPLUS is not set
1960+# CONFIG_HID_ROCCAT_KOVAPLUS is not set
18971961 # CONFIG_HID_ROCCAT_PYRA is not set
18981962 # CONFIG_HID_SAMSUNG is not set
18991963 # CONFIG_HID_SONY is not set
@@ -1965,6 +2029,7 @@ CONFIG_USB_ACM=m
19652029 #
19662030 CONFIG_USB_STORAGE=y
19672031 # CONFIG_USB_STORAGE_DEBUG is not set
2032+# CONFIG_USB_STORAGE_REALTEK is not set
19682033 # CONFIG_USB_STORAGE_DATAFAB is not set
19692034 # CONFIG_USB_STORAGE_FREECOM is not set
19702035 # CONFIG_USB_STORAGE_ISD200 is not set
@@ -1976,6 +2041,7 @@ CONFIG_USB_STORAGE=y
19762041 # CONFIG_USB_STORAGE_ONETOUCH is not set
19772042 # CONFIG_USB_STORAGE_KARMA is not set
19782043 # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
2044+# CONFIG_USB_STORAGE_ENE_UB6250 is not set
19792045 # CONFIG_USB_UAS is not set
19802046 CONFIG_USB_LIBUSUAL=y
19812047
@@ -2108,6 +2174,7 @@ CONFIG_LEDS_CLASS=y
21082174 #
21092175 # LED drivers
21102176 #
2177+# CONFIG_LEDS_LM3530 is not set
21112178 # CONFIG_LEDS_ALIX2 is not set
21122179 # CONFIG_LEDS_PCA9532 is not set
21132180 # CONFIG_LEDS_LP3944 is not set
@@ -2226,9 +2293,6 @@ CONFIG_STAGING=y
22262293 # CONFIG_SLICOSS is not set
22272294 # CONFIG_VIDEO_GO7007 is not set
22282295 # CONFIG_VIDEO_TM6000 is not set
2229-# CONFIG_USB_DABUSB is not set
2230-# CONFIG_USB_SE401 is not set
2231-# CONFIG_USB_VICAM is not set
22322296 # CONFIG_USB_IP_COMMON is not set
22332297 # CONFIG_W35UND is not set
22342298 # CONFIG_PRISM2_USB is not set
@@ -2242,6 +2306,7 @@ CONFIG_STAGING=y
22422306 # CONFIG_RTL8192U is not set
22432307 # CONFIG_RTL8192E is not set
22442308 # CONFIG_R8712U is not set
2309+# CONFIG_RTS_PSTOR is not set
22452310 # CONFIG_TRANZPORT is not set
22462311
22472312 #
@@ -2257,7 +2322,6 @@ CONFIG_ANDROID_RAM_CONSOLE_ENABLE_VERBOSE=y
22572322 CONFIG_ANDROID_TIMED_OUTPUT=y
22582323 CONFIG_ANDROID_LOW_MEMORY_KILLER=y
22592324 # CONFIG_POHMELFS is not set
2260-# CONFIG_AUTOFS_FS is not set
22612325 # CONFIG_IDE_PHISON is not set
22622326 # CONFIG_LINE6_USB is not set
22632327 # CONFIG_DRM_VMWGFX is not set
@@ -2279,19 +2343,13 @@ CONFIG_DRM_I2C_SIL164=m
22792343 # CONFIG_DX_SEP is not set
22802344 # CONFIG_IIO is not set
22812345 # CONFIG_CS5535_GPIO is not set
2346+# CONFIG_XVMALLOC is not set
22822347 # CONFIG_ZRAM is not set
2283-# CONFIG_SAMSUNG_LAPTOP is not set
22842348 # CONFIG_FB_SM7XX is not set
22852349 # CONFIG_VIDEO_DT3155 is not set
22862350 # CONFIG_CRYSTALHD is not set
2287-
2288-#
2289-# Texas Instruments shared transport line discipline
2290-#
2291-# CONFIG_ST_BT is not set
22922351 # CONFIG_FB_XGI is not set
22932352 # CONFIG_LIRC_STAGING is not set
2294-# CONFIG_SMB_FS is not set
22952353 # CONFIG_EASYCAP is not set
22962354 # CONFIG_SOLO6X10 is not set
22972355 # CONFIG_ACPI_QUICKSTART is not set
@@ -2306,12 +2364,20 @@ CONFIG_MACH_NO_WESTBRIDGE=y
23062364 #
23072365 # CONFIG_SPEAKUP is not set
23082366 # CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4 is not set
2367+# CONFIG_DRM_PSB is not set
2368+
2369+#
2370+# Altera FPGA firmware download module
2371+#
2372+# CONFIG_ALTERA_STAPL is not set
23092373 CONFIG_X86_PLATFORM_DEVICES=y
23102374 # CONFIG_ACER_WMI is not set
23112375 CONFIG_ASUS_LAPTOP=m
23122376 # CONFIG_DELL_WMI is not set
2377+# CONFIG_DELL_WMI_AIO is not set
23132378 # CONFIG_FUJITSU_LAPTOP is not set
23142379 # CONFIG_TC1100_WMI is not set
2380+# CONFIG_HP_ACCEL is not set
23152381 # CONFIG_HP_WMI is not set
23162382 # CONFIG_MSI_LAPTOP is not set
23172383 # CONFIG_PANASONIC_LAPTOP is not set
@@ -2322,7 +2388,7 @@ CONFIG_ASUS_LAPTOP=m
23222388 # CONFIG_SENSORS_HDAPS is not set
23232389 # CONFIG_INTEL_MENLOW is not set
23242390 CONFIG_EEEPC_LAPTOP=m
2325-CONFIG_EEEPC_WMI=m
2391+# CONFIG_ASUS_WMI is not set
23262392 CONFIG_ACPI_WMI=y
23272393 # CONFIG_MSI_WMI is not set
23282394 # CONFIG_S103T_WMI is not set
@@ -2333,6 +2399,8 @@ CONFIG_ACPI_ASUS=m
23332399 # CONFIG_ACPI_CMPC is not set
23342400 # CONFIG_INTEL_IPS is not set
23352401 # CONFIG_IBM_RTL is not set
2402+# CONFIG_XO15_EBOOK is not set
2403+# CONFIG_SAMSUNG_LAPTOP is not set
23362404
23372405 #
23382406 # Firmware Drivers
@@ -2342,7 +2410,9 @@ CONFIG_ACPI_ASUS=m
23422410 # CONFIG_DELL_RBU is not set
23432411 # CONFIG_DCDBAS is not set
23442412 CONFIG_DMIID=y
2413+# CONFIG_DMI_SYSFS is not set
23452414 # CONFIG_ISCSI_IBFT_FIND is not set
2415+# CONFIG_SIGMA is not set
23462416
23472417 #
23482418 # File systems
@@ -2449,6 +2519,7 @@ CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
24492519 # CONFIG_HPFS_FS is not set
24502520 # CONFIG_QNX4FS_FS is not set
24512521 # CONFIG_ROMFS_FS is not set
2522+# CONFIG_PSTORE is not set
24522523 # CONFIG_SYSV_FS is not set
24532524 # CONFIG_UFS_FS is not set
24542525 CONFIG_NETWORK_FILESYSTEMS=y
@@ -2461,7 +2532,6 @@ CONFIG_LOCKD=m
24612532 CONFIG_LOCKD_V4=y
24622533 CONFIG_NFS_COMMON=y
24632534 CONFIG_SUNRPC=m
2464-# CONFIG_RPCSEC_GSS_KRB5 is not set
24652535 # CONFIG_CEPH_FS is not set
24662536 CONFIG_CIFS=m
24672537 # CONFIG_CIFS_STATS is not set
@@ -2525,6 +2595,7 @@ CONFIG_NLS_UTF8=m
25252595 #
25262596 CONFIG_TRACE_IRQFLAGS_SUPPORT=y
25272597 CONFIG_PRINTK_TIME=y
2598+CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
25282599 # CONFIG_ENABLE_WARN_DEPRECATED is not set
25292600 # CONFIG_ENABLE_MUST_CHECK is not set
25302601 CONFIG_FRAME_WARN=1024
@@ -2533,9 +2604,9 @@ CONFIG_MAGIC_SYSRQ=y
25332604 # CONFIG_UNUSED_SYMBOLS is not set
25342605 CONFIG_DEBUG_FS=y
25352606 # CONFIG_HEADERS_CHECK is not set
2607+# CONFIG_DEBUG_SECTION_MISMATCH is not set
25362608 # CONFIG_DEBUG_KERNEL is not set
25372609 # CONFIG_HARDLOCKUP_DETECTOR is not set
2538-CONFIG_BKL=y
25392610 # CONFIG_SPARSE_RCU_POINTER is not set
25402611 CONFIG_STACKTRACE=y
25412612 CONFIG_DEBUG_BUGVERBOSE=y
@@ -2563,6 +2634,7 @@ CONFIG_TRACING_SUPPORT=y
25632634 # CONFIG_SAMPLES is not set
25642635 CONFIG_HAVE_ARCH_KGDB=y
25652636 CONFIG_HAVE_ARCH_KMEMCHECK=y
2637+# CONFIG_TEST_KSTRTOX is not set
25662638 # CONFIG_STRICT_DEVMEM is not set
25672639 CONFIG_X86_VERBOSE_BOOTUP=y
25682640 CONFIG_EARLY_PRINTK=y
@@ -2734,5 +2806,6 @@ CONFIG_DECOMPRESS_GZIP=y
27342806 CONFIG_HAS_IOMEM=y
27352807 CONFIG_HAS_IOPORT=y
27362808 CONFIG_HAS_DMA=y
2809+CONFIG_CPU_RMAP=y
27372810 CONFIG_NLATTR=y
27382811 CONFIG_AVERAGE=y
--- a/laptop_info
+++ b/laptop_info
@@ -25,3 +25,15 @@ detect_hardware()
2525 ;;
2626 esac
2727 }
28+
29+post_detect()
30+{
31+ board=`cat $DMIPATH/product_name`
32+ case "$board" in
33+ EP121*)
34+ echo 3 0eef a001 0 > /sys/module/hid_multitouch/drivers/hid:hid-multitouch/new_id
35+ ;;
36+ *)
37+ ;;
38+ esac
39+}
Show on old repository browser