Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

missing files: bsp-warhol-w-oss (touch drivers and 5 more)

オープン
#9 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
45/100
issue の種類
バグ
明瞭さ
明確に書かれている
活発さ
活発
技術スタック
android, c, linux

調査の方向性

The issue is about missing kernel modules for the Xiaomi 17T Pro (warhol). The files are listed, and their locations in the retail firmware are given. Start by examining the repository structure, specifically the bsp-warhol-w-oss branch and the directories drivers/input/touchscreen/. Look for Kbuild files and Makefiles to understand the build system. The goal is to identify where the missing modules should be added and ensure they compile correctly.

索引モデルが issue の本文から書いたものです。

説明

The following modules are missing in OSS release:

goodix_core_warhol.ko
xiaomi_touch_warhol.ko
hardwareinfo.ko
hwid.ko
mibbr.ko
minet.ko
miwill.ko

Device: Xiaomi 17T Pro (warhol), model 2602EPTC0G, MediaTek MT6993
Firmware: OS3.0.304.0.WPSJPXM (Android 16)
Kernel: 6.12.38-android16-5-g1d46253471dd-ab15048002-4k

All 7 ship in the retail firmware (6 in vendor_dlkm, hwid.ko in the
vendor_boot PLATFORM ramdisk) and each declares MODULE_LICENSE("GPL") in its
own .modinfo, except mibbr.ko which declares Dual BSD/GPL.

The touch pair is the one that blocks the device the most.
drivers/input/touchscreen/ in bsp-warhol-w-oss ships GT9886, GT9895, GT9966,
NT36532, ILITEK and others, but there is nothing that builds
goodix_core_warhol.ko or xiaomi_touch_warhol.ko, which are the two modules
this panel actually loads. The string xiaomi_touch does not appear anywhere in
the branch (0 hits across all paths), so the xiaomi_touch framework these
drivers register against is not published either.

How this was checked: every .ko in vendor_dlkm and in the vendor_boot
PLATFORM ramdisk (545 modules) was matched by name against the file names,
directory names and the obj-* / *-objs entries of every Kbuild, Makefile and
.mk in MiCode/MTK_kernel_device_modules@bsp-warhol-w-oss and
MiCode/MTK_kernel_modules@bsp-warhol-w-oss. These 7 have no match in either.

#7 covers 28 other warhol modules; these 7 are not in that list.

Please add

主要言語
言語のデータがありません
スター
10
フォーク
9
PR マージ指標
30日以内にマージされた PR はありません

環境構築

このプロジェクトの環境構築ファイルはまだ確認していません。まず README を読み、一般的な手順ははじめてのコントリビューションガイドを参照してください。

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

MiCode/MTK_kernel_device_modules のほかの issue

MiCode/MTK_kernel_device_modules の issue をすべて見る

似ている issue

Mobile Dev の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。