Commit Graph

3 Commits

Author SHA1 Message Date
Ahmed ElArabawy
2867702c34 WiFi: Switch wifi driver in wahoo into DLKM
Current implementation for Taimen is to build the WiFi driver as a static
module (part of the kernel image)
This commit uses a dynamic linkable Kernel Module which is loaded at
init, and never unloads

Bug: 73177354
Test: Manual test

Change-Id: I7c10296c2bc54e7a93e85464989030a1aa6fd7d7
Signed-off-by: Ahmed ElArabawy <arabawy@google.com>
2018-03-29 09:18:45 -07:00
eunsoo.na
c91d4b4b08 taimen: Add lge battery linux kernel module
Test: lge_battery is loaded (logs present)
Bug: 62023915
Bug: 36789160
Change-Id: I21bbb1f4beb46e603ccf844003e983b7ad55667d
Signed-off-by: eunsoo.na <eunsoo.na@lge.com>
2017-05-23 13:58:58 -07:00
Kyunam.jo
ebc2f9428a Taimen: fixed to loading touch driver loadable modules
Directly using 'insmod' operation to init process is not permitted.
Therefore modified to use init.insmod.sh

Bug: 37914698
Test: booted device, touch works

Change-Id: I57ba8a86a6c508a66a805bacaf014640c6b49254
2017-05-03 09:27:33 -07:00