usb serial: use new descriptor infrastructure.
commitf29783f72ea77dfbd7ea0c993d62d253d4c4e023
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 17 Nov 2010 10:05:32 +0000 (17 11:05 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 11 Jan 2011 14:56:00 +0000 (11 15:56 +0100)
tree6e28847b7c9456a24c499679177d0f0dd3b8be28
parent0e4e9695d5c4a5923094906433b5f7b431ba35e4
usb serial: use new descriptor infrastructure.

Switch the usb serial drivers (serial, braille) over to the
new descriptor infrastructure.

Note that this removes the freely configurable vendor and product id
properties.  I think the only reason this was configurable is that the
only difference between the serial and the braille device is the
vendor+product id.  Of course the serial and braille devices keep their
different IDs, but they can't be overritten from the command line any
more.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb-serial.c