Skip to content

Commit

Permalink
Fix device name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoherranz committed Feb 18, 2015
1 parent 452fdc5 commit 309d48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ The mcp2210 driver offers two separate mechanisms to provide that information an

Configuring from Userland (Manual)
----------------------------------
When ioctl control is enabled (`CONFIG_MCP2210_IOCTL`), the mcp2210 driver will create a `/dev` node upon a successful probe with the name `spi2usb_bridge<x>` (where x is a number) which can be used to interact with the driver. Userspace configuration is fairly straight-forward:
When ioctl control is enabled (`CONFIG_MCP2210_IOCTL`), the mcp2210 driver will create a `/dev` node upon a successful probe with the name `usb2spi_bridge<x>` (where x is a number) which can be used to interact with the driver. Userspace configuration is fairly straight-forward:

```
user/mcp2210-util set config <mask>
Expand Down

0 comments on commit 309d48e

Please sign in to comment.