2008-05-25 23:23:27 by Thomas Klausner | Files touched by this commit (12) |
Log message:
Reset maintainer on his request.
|
2007-05-16 13:46:11 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
This needs openobex>=1.3nb2 for the bdaddr_t fix in obex.h.
|
2007-05-16 13:02:12 by Juan Romero Pardines | Files touched by this commit (3) |
Log message:
Now that pooka@ fixed the libpthread problem, remove the hack to
not link it to libpthread.
Also disable debugging output... too verbose, and it works well
enough.
|
2007-05-16 12:32:52 by Juan Romero Pardines | Files touched by this commit (7) | |
Log message:
Initial import of fuse-obexfs-0.8.
FUSE based filesystem using ObexFTP (currently beta).
Actually ObexFS is just a thin layer wrapping a basic ObexFTP
client into FUSE callbacks.
This works well enough on NetBSD/amd64:
$ mount|grep obexfs
puffs:refuse:obexfs on k600i/ type puffs (nosuid, nodev, mounted by juan)
$
$ ls -l k600i/
total 2
drwxr-xr-x 1 juan users 0 Jan 1 1970 Memoria del tel?fono
drwxr-xr-x 1 juan users 0 Jan 1 1970 Memory Stick
$
|