> Then please, let us know this kind of information in the beginning, > without me having to drag it out of you all over the course of a week > and 9 email exchanges. Don't be vague, it doesn't help anyone out, and > wastes people's time. Right, miscommunication on our part.
> > I saw that the network driver framework has the ability to register > > packet handlers to devices data streams via the dev_add_pack command, I > > was hoping that the usb_serial drivers might have similar functionality > > (I couldn't find any). > > No, the tty layer doesn't let you do this. Well, it could, if you > create a new line discipline, but I really think you don't want to do > that, it's quite difficult. > > Why not just use what Alan suggested? Do all of this logic in a > userspace program? We were hoping to have the DM stream output from a virtual serial port for easy & direct access for 3rd party developers (file handles are simple and straightforward to read/write from). My thought is that implementing this in a userspace daemon/program requires cross-process communication which I feel is a bit more complex (or is there a standard way for a userspace program to output to a virtual serial port to obtain the same net effect). Thanks, -Kevin - To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
