Re: [linux-usb-devel] [RFC] g_serial: Real tty device passthrough.

2007-03-09 Thread Harald Welte
On Fri, Mar 09, 2007 at 03:25:58PM -0400, Felipe Balbi wrote: > >2. Ask about opinions and suggestions for doing this in an elegant > > way. We don't like to write throw-away code. It should go into > > mainline and also be used for other projects. > > > >Just to get it right. You suggest to ex

Re: [linux-usb-devel] [RFC] g_serial: Real tty device passthrough.

2007-03-09 Thread Stefan Schmidt
Hello. On Fri, 2007-03-09 at 15:25, Felipe Balbi wrote: > >On Fri, 2007-03-09 at 14:19, Felipe Balbi wrote: > >> On 3/8/07, Stefan Schmidt <[EMAIL PROTECTED]> wrote: > > >1. Ask if code for something like this exists that we can use instead > > reinvent the wheel. > > I don't think that we alr

Re: [linux-usb-devel] [RFC] g_serial: Real tty device passthrough.

2007-03-09 Thread Felipe Balbi
Hello Again Stefan On 3/9/07, Stefan Schmidt <[EMAIL PROTECTED]> wrote: > [added cc's again] > > Hello. > > On Fri, 2007-03-09 at 14:19, Felipe Balbi wrote: > > On 3/8/07, Stefan Schmidt <[EMAIL PROTECTED]> wrote: > > > > > >We have a linux smartphone here with the GSM modem on /dev/ttySAC0 . > >

Re: [linux-usb-devel] [RFC] g_serial: Real tty device passthrough.

2007-03-09 Thread Stefan Schmidt
[added cc's again] Hello. On Fri, 2007-03-09 at 14:19, Felipe Balbi wrote: > On 3/8/07, Stefan Schmidt <[EMAIL PROTECTED]> wrote: > > > >We have a linux smartphone here with the GSM modem on /dev/ttySAC0 . > >As now like to make this tty available to the host through g_serial. > >This allows us f

[linux-usb-devel] [RFC] g_serial: Real tty device passthrough.

2007-03-08 Thread Stefan Schmidt
Hello. We have a linux smartphone here with the GSM modem on /dev/ttySAC0 . As now like to make this tty available to the host through g_serial. This allows us faster development and testing. The first idea we had was to splice /dev/ttygs* and /dev/ttySAC0 together in phone userspace. But how can