Re: [linux-usb-devel] [patch]suspend support for usb serial

2007-05-03 Thread Greg KH
On Wed, May 02, 2007 at 11:53:49PM -0700, Greg KH wrote: > On Fri, Apr 27, 2007 at 08:54:57PM +0200, Oliver Neukum wrote: > > +EXPORT_SYMBOL(usb_serial_suspend); > > I changed these to be EXPORT_SYMBOL_GPL() like the rest of the > usb-serial core. > > > static const struct tty_operations serial_

Re: [linux-usb-devel] [patch]suspend support for usb serial

2007-05-03 Thread Greg KH
On Fri, Apr 27, 2007 at 08:54:57PM +0200, Oliver Neukum wrote: > +EXPORT_SYMBOL(usb_serial_suspend); I changed these to be EXPORT_SYMBOL_GPL() like the rest of the usb-serial core. > static const struct tty_operations serial_ops = { > .open = serial_open, > .close =

[linux-usb-devel] [patch]suspend support for usb serial

2007-04-27 Thread Oliver Neukum
Hi, this implements generic support for suspend/resume for usb serial. Regards Oliver Signed-off-by: Oliver Neukum <[EMAIL PROTECTED]> -- --- linux-2.6.21-rc7/include/linux/usb/serial.h 2007-04-25 17:02:20.0 +0200 +++ linux-2.6.21-rc7-auto/include/linux/usb/seri