Skip to content

AlexVRud/moxa-hid-ft260-driver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moxa-hid-ft260-driver

Moxa FT260 HID USB to SMBus master bridge driver

Reference:

Compile & install the driver

Install build-essential packages

apt-get install build-essential linux-headers-`uname -r`

Compile the driver

make

Compile and install the driver

make install
depmod -a

Load the driver

modprobe hid-ft260

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.6%
  • Makefile 2.4%