Skip to content

Commit 614b388

Browse files
dpenklergregkh
authored andcommitted
USB: usbtmc: Bump USBTMC_API_VERSION value
The previous patches in this series have changed the behaviour of the driver and added new calls. Tested-by: Jian-Wei Wu <[email protected]> Reviewed-by: Guido Kiener <[email protected]> Signed-off-by: Dave Penkler <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent d1d9def commit 614b388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/class/usbtmc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/* Increment API VERSION when changing tmc.h with new flags or ioctls
2626
* or when changing a significant behavior of the driver.
2727
*/
28-
#define USBTMC_API_VERSION (2)
28+
#define USBTMC_API_VERSION (3)
2929

3030
#define USBTMC_HEADER_SIZE 12
3131
#define USBTMC_MINOR_BASE 176

0 commit comments

Comments
 (0)