Skip to content

Commit

Permalink
Enable HID support by default in GhostBSD
Browse files Browse the repository at this point in the history
Added uhid, hid, and hidraw modules to be loaded by default via sysrc.

This ensures better compatibility with USB HID devices for GhostBSD users.
  • Loading branch information
Vic Thacker authored Dec 26, 2024
1 parent 27ef7ed commit 8c309ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,9 @@ rc()
chroot ${release} sysrc avahi_dnsconfd_enable="YES"
chroot ${release} sysrc ntpd_enable="YES"
chroot ${release} sysrc ntpd_sync_on_start="YES"
chroot ${release} sysrc uhid_load="YES"
chroot ${release} sysrc hid_load="YES"
chroot ${release} sysrc hidraw_load="YES"
}

ghostbsd_config()
Expand Down

0 comments on commit 8c309ce

Please sign in to comment.