From: Dave Penkler <dpenkler@gmail.com>
To: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org
Cc: guido.kiener@rohde-schwarz.com, john.harvey@non.keysight.com,
jian-wei_wu@keysight.com, gabe.jones@ni.com, dpenkler@gmail.com
Subject: [PATCH 4/4] USB: usbtmc: Bump USBTMC_API_VERSION value
Date: Tue, 15 Dec 2020 16:56:21 +0100 [thread overview]
Message-ID: <20201215155621.9592-5-dpenkler@gmail.com> (raw)
In-Reply-To: <20201215155621.9592-1-dpenkler@gmail.com>
The previous patches in this series have changed the behaviour of the
driver and added new calls.
Signed-off-by: Dave Penkler <dpenkler@gmail.com>
Reviewed-by: Guido Kiener <guido.kiener@rohde-schwarz.com>
Tested-by: Jian-Wei Wu <jian-wei_wu@keysight.com>
---
drivers/usb/class/usbtmc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/class/usbtmc.c b/drivers/usb/class/usbtmc.c
index d2fcc698c745..74d5a9c5238a 100644
--- a/drivers/usb/class/usbtmc.c
+++ b/drivers/usb/class/usbtmc.c
@@ -25,7 +25,7 @@
/* Increment API VERSION when changing tmc.h with new flags or ioctls
* or when changing a significant behavior of the driver.
*/
-#define USBTMC_API_VERSION (2)
+#define USBTMC_API_VERSION (3)
#define USBTMC_HEADER_SIZE 12
#define USBTMC_MINOR_BASE 176
--
2.29.2
next prev parent reply other threads:[~2020-12-15 16:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-15 15:56 [PATCH 0/4] USB: usbtmc: Fix stale status byte ioctl Dave Penkler
2020-12-15 15:56 ` [PATCH 1/4] USB: usbtmc: Fix reading stale status byte Dave Penkler
2020-12-15 15:56 ` [PATCH 2/4] USB: usbtmc: Add USBTMC_IOCTL_GET_STB Dave Penkler
2020-12-15 15:56 ` [PATCH 3/4] USB: usbtmc: Add separate USBTMC_IOCTL_GET_SRQ_STB Dave Penkler
2020-12-15 15:56 ` Dave Penkler [this message]
2020-12-28 14:49 ` [PATCH 4/4] USB: usbtmc: Bump USBTMC_API_VERSION value Greg KH
[not found] <8cbd8ae5bfb24bde9c41fdb4dbd53597@rohde-schwarz.com>
2020-12-30 12:04 ` guido
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=20201215155621.9592-5-dpenkler@gmail.com \
--to=dpenkler@gmail.com \
--cc=gabe.jones@ni.com \
--cc=gregkh@linuxfoundation.org \
--cc=guido.kiener@rohde-schwarz.com \
--cc=jian-wei_wu@keysight.com \
--cc=john.harvey@non.keysight.com \
--cc=linux-usb@vger.kernel.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).