Skip to content

Commit

Permalink
various typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lolo101 committed Aug 6, 2024
1 parent 3f3c4f6 commit d65f84d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
For Chipset `0x0c45`:`0x7603`
The kernel reports the chipset as `Microdia`

Written for the Perixx PX-1800 USB Keyboard, also works for other keyboards with the same chipset (e.g. Periboard 506II)
Written for the Perixx PX-1800 USB Keyboard,
also works for other keyboards with the same chipset (e.g., Periboard 506II)

This software is forked from Colin Svingen's Azio L70 USB Keyboard driver that can be found at https://bitbucket.org/Swoogan/aziokbd

Expand All @@ -19,15 +20,15 @@ Then, download the sources:

git clone https://github.com/lolo101/px1800kbd.git

`cd` into the sources directory:
`cd` into the sources' directory:

cd px1800kbd

At last, build the module. It is recommended to use DKMS to install the module:

sudo ./install.sh dkms

But you may also want to run a manual install:
But you may also want to run a manual installation:

sudo ./install.sh

Expand All @@ -43,7 +44,8 @@ If the command returns something like:

usr/lib/modules/<kernel version>/kernel/usbhid.ko

This means the usbhid driver is loaded early, before the file system is mounted. Therefore the usbhid configuration in `/etc/modprobe.d/usbhid.conf` cannot be read.
This means the usbhid driver is loaded early, before the file system is mounted.
Therefore, the usbhid configuration in `/etc/modprobe.d/usbhid.conf` cannot be read.

The solution is to add that configuration to the initramfs:

Expand Down

0 comments on commit d65f84d

Please sign in to comment.