# gw-nb-ec **Repository Path**: atzlinux_admin/gw-nb-ec ## Basic Information - **Project Name**: gw-nb-ec - **Description**: 飞腾笔记本电池电源驱动 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-10-21 - **Last Updated**: 2023-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gwnb_power Keyboard and mouse driver for phytium platform notebooks ## How to build ```bash make sudo make install ``` ## dkms build ```bash sudo cp gwnb_power /usr/src/gwnb_power-0.1/ sudo dkms add -m gwnb_power sudo dkms build -m gwnb_power -v 0.1 sudo dkms install -m gwnb_power -v 0.1 ```