qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Scott Tsai <scottt.tw@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH V2 0/3] usb-gotemp: USB thermometer emulation
Date: Tue, 10 Nov 2009 17:37:27 +0800	[thread overview]
Message-ID: <1257845850-4660-1-git-send-email-scottt.tw@gmail.com> (raw)

Rebased on top of the master branch of git://git.savannah.nongnu.org/qemu.git since
last posting. Any advice on how to get these reviewed and merged or rejected greatly
appreciated!

Greg Kroah-Hartman has been giving a talk titled "Write a Real, Working, Linux Driver"
for the past four years at various conferences.  This patch series enables qemu to emulate
the Vernier Go!Temp USB thermometer used in that talk.

This was motivated by experience from the FreedomHEC Taipei 2009 conference,
where students complained that the gadget was too expensive while professional
developers complained the limited number of devices Greg brought sold out too quickly.

The emulation is complete enough for gregkh's sample driver and 
using the vendor supplied SDK through the in-kernel 'ldusb' module under Linux.
No testing have yet been done with the vendor's fancier Windows software.

Video, slides and code from gregkh's talk:
http://www.kernel.org/pub/media/talks/gregkh/2008_driver_writing_tutorial_gregkh.avi
http://www.archive.org/download/LinuxDriverTutorialFreedomhecTaipei2009_215/06-linux-driver-tutorial.ogg
http://freedomhectaipei.pbworks.com/f/gregkh-driver-tutorial-freedomhectaipei.pdf
http://freedomhectaipei.pbworks.com/f/usb_tutorial.tar.gz

             reply	other threads:[~2009-11-10  9:40 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-10  9:37 Scott Tsai [this message]
2009-11-10  9:37 ` [Qemu-devel] [PATCH V2 1/3] usb: move HID request defines to hw/usb.h Scott Tsai
2009-11-10  9:37   ` [Qemu-devel] [PATCH V2 2/3] usb-gotemp: new module emulating a USB thermometer Scott Tsai
2009-11-10  9:37     ` [Qemu-devel] [PATCH V2 3/3] Documentation: -usbdevice thermometer option Scott Tsai
2009-11-10 14:48     ` [Qemu-devel] [PATCH V2 2/3] usb-gotemp: new module emulating a USB thermometer Avi Kivity
2009-11-10 15:14       ` Scott Tsai
2009-11-10 15:33         ` Alexander Graf
2009-11-10 15:55           ` Scott Tsai
2009-11-10 17:06             ` Luiz Capitulino
2009-11-10 17:52               ` Scott Tsai
2009-11-10 20:52                 ` Luiz Capitulino
2009-11-11  0:06                   ` [Qemu-devel] [PATCH V3 2/3] usb-gotemp: reworked to add monitor commands Scott Tsai
2009-11-11  0:09                 ` [Qemu-devel] [PATCH V2 2/3] usb-gotemp: new module emulating a USB thermometer Anthony Liguori
2009-11-11  0:15                   ` Alexander Graf
2009-11-11  0:57                     ` Greg KH
2009-11-11  1:05                       ` Alexander Graf
2009-11-11  1:06                       ` Scott Tsai
2009-12-04  5:28                         ` Greg KH
2009-11-11  2:10                   ` Scott Tsai
2009-11-10 16:50           ` Avi Kivity
2009-11-10 15:39         ` [Qemu-devel] " Juan Quintela
2009-11-10 15:56           ` Scott Tsai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1257845850-4660-1-git-send-email-scottt.tw@gmail.com \
    --to=scottt.tw@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).