qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/12] usb descriptor overhaul.
@ 2010-11-29 16:03 Gerd Hoffmann
  2010-11-29 16:03 ` [Qemu-devel] [PATCH 01/12] usb: data structs and helpers for usb descriptors Gerd Hoffmann
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Gerd Hoffmann @ 2010-11-29 16:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

This patch series is the start for an overhaul of the usb descriptor
handling for emulated usb devices.  Instead of storing the device
desriptors in blobs (aka char arrays) they are stored in structs,
which makes it alot easier to work with them.  This in turn allows
to move common device management to common code, the last two patches
show the direction I'm heading to, more simliar patches will follow.

cheers,
  Gerd

Gerd Hoffmann (12):
  usb: data structs and helpers for usb descriptors.
  usb hid: use new descriptor infrastructure.
  usb serial: use new descriptor infrastructure.
  usb storage: use new descriptor infrastructure.
  usb wacom: use new descriptor infrastructure.
  usb bluetooth: use new descriptor infrastructure.
  usb hub: use new descriptor infrastructure.
  usb descriptors: add settable strings.
  usb storage: serial number support
  usb network: use new descriptor infrastructure.
  usb: move USB_REQ_SET_ADDRESS handling to common code
  usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common code

 Makefile.objs   |    2 +-
 hw/usb-bt.c     |  501 +++++++++++++++++++++++--------------------------------
 hw/usb-bus.c    |    1 +
 hw/usb-desc.c   |  303 +++++++++++++++++++++++++++++++++
 hw/usb-desc.h   |   89 ++++++++++
 hw/usb-hid.c    |  459 +++++++++++++++++++++++----------------------------
 hw/usb-hub.c    |  152 +++++++++--------
 hw/usb-msd.c    |  183 ++++++++-------------
 hw/usb-net.c    |  500 ++++++++++++++++++++++++------------------------------
 hw/usb-serial.c |  209 +++++++++--------------
 hw/usb-wacom.c  |  188 ++++++++-------------
 hw/usb.h        |   20 +++
 12 files changed, 1351 insertions(+), 1256 deletions(-)
 create mode 100644 hw/usb-desc.c
 create mode 100644 hw/usb-desc.h

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2010-11-29 16:04 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-29 16:03 [Qemu-devel] [PATCH 00/12] usb descriptor overhaul Gerd Hoffmann
2010-11-29 16:03 ` [Qemu-devel] [PATCH 01/12] usb: data structs and helpers for usb descriptors Gerd Hoffmann
2010-11-29 16:03 ` [Qemu-devel] [PATCH 02/12] usb hid: use new descriptor infrastructure Gerd Hoffmann
2010-11-29 16:04 ` [Qemu-devel] [PATCH 03/12] usb serial: " Gerd Hoffmann
2010-11-29 16:04 ` [Qemu-devel] [PATCH 04/12] usb storage: " Gerd Hoffmann
2010-11-29 16:04 ` [Qemu-devel] [PATCH 05/12] usb wacom: " Gerd Hoffmann
2010-11-29 16:04 ` [Qemu-devel] [PATCH 06/12] usb bluetooth: " Gerd Hoffmann
2010-11-29 16:04 ` [Qemu-devel] [PATCH 07/12] usb hub: " Gerd Hoffmann
2010-11-29 16:04 ` [Qemu-devel] [PATCH 08/12] usb descriptors: add settable strings Gerd Hoffmann
2010-11-29 16:04 ` [Qemu-devel] [PATCH 09/12] usb storage: serial number support Gerd Hoffmann
2010-11-29 16:04 ` [Qemu-devel] [PATCH 10/12] usb network: use new descriptor infrastructure Gerd Hoffmann
2010-11-29 16:04 ` [Qemu-devel] [PATCH 11/12] usb: move USB_REQ_SET_ADDRESS handling to common code Gerd Hoffmann
2010-11-29 16:04 ` [Qemu-devel] [PATCH 12/12] usb: move USB_REQ_{GET, SET}_CONFIGURATION " Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).