Re: Write USB Device Driver entry not called

From: Alan Cox
Date: Wed Oct 13 2004 - 06:42:46 EST


On Iau, 2004-10-21 at 18:52, eshwar wrote:
> Open is sucessfull.... I don't think the problem the flags of open

I do. See any book on C/Unix style file opening. For an existing file
you want
open("foo", O_flags)

for a new file possibly

open("foo", O_CREAT|o_flags, S_Iblah)


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/