daniel-santos / mcp2210-linux

MCP2210 driver for linux
http://danielthesantos.blogspot.com/search/label/mcp2210
51 stars 33 forks source link

Replace ioctl interface with netlink #2

Open daniel-santos opened 10 years ago

daniel-santos commented 10 years ago

ioctl is deprecated and considered bad for numerous reasons, but was used due to time constraints. This will likely be a blocker issue for mainline integration.