author | Michael Krelin <hacker@klever.net> | 2008-04-05 11:17:33 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2008-04-05 11:17:33 (UTC) |
commit | 04fb190243442e83349f129b523ab747e58100bf (patch) (unidiff) | |
tree | ddc28357fbe78b07fd3a5e0aa8088130bf305829 /README | |
download | napkin-04fb190243442e83349f129b523ab747e58100bf.zip napkin-04fb190243442e83349f129b523ab747e58100bf.tar.gz napkin-04fb190243442e83349f129b523ab747e58100bf.tar.bz2 |
Initial commit into public repository0.0
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ | |||
1 | |||
2 | Napkin expects you to have sleeptracker port at /dev/sleeptracker | ||
3 | |||
4 | On linux you'd need to have 'ftdi_sio' kernel module loaded (and usb support, | ||
5 | of course) and something along these lines in your udev rules: | ||
6 | |||
7 | BUS=="usb", SYSFS{product}=="FT232R USB UART", SYSFS{serial}=="********", SYSFS{manufacturer}=="FTDI", KERNEL=="ttyUSB*", SYMLINK="sleeptracker", MODE="660", GROUP="usb" | ||
8 | |||
9 | Note, that the I've wiped out the serial number, so that you don't try to use | ||
10 | mine. Perhaps it will differ, although I have only one device. | ||
11 | |||
12 | You can also set the other port name using SLEEPTRACKER_PORT environment | ||
13 | variable, like | ||
14 | |||
15 | env SLEEPTRACKER_PORT=/dev/ttyUSB0 napkin | ||