USB: necessary update for mos7720 driver
authorOliver Neukum <oneukum@suse.de>
Wed, 14 Mar 2007 10:11:08 +0000 (11:11 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 19 Mar 2007 20:22:18 +0000 (13:22 -0700)
commite8e30c765c5cfa5219918d3e5017fc563cf7ea03
tree0b85c8f213cf705e6b92b379f188c8baed7dc333
parenta7f3dd5d4b74030964c80fb1b7f2131986fe2d67
USB: necessary update for mos7720 driver

these devices have a shared interrupt endpoint. For serialcore to pass
an interrupt endpoint to a subdriver, the subdriver must define and
_export_ a fitting callback. The mos7720 driver failed to do so. This led
invariably to an oops upon open. This patch fixes it. The driver is useless
without it. Please try to get this into 2.6.21 and the stable kernels that
have this driver.

Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/mos7720.c