Kernel configuration / touchpad

What all is required to have the touchpad working? I have a custom kernel from FreeBSD so that I can do traffic shaping using ALTQ. As a result, my kernel configuration pulled out many things and I’m not sure what to put back in.

I figured it out, this is what was required to make it work for me.

device hid

device hmt
device hidmap
device hconf

device ichsmb
device ig4
device iicbus

device iichid
device smbus

1 Like