diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2019-11-02 09:12:30 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2019-11-02 09:12:30 -0400 |
commit | 6032e88b01faf283a94f64adc54e4839d3badfaa (patch) | |
tree | 650a6a472b9914c0a9cbc8fd1cf8cca0e3ba4a80 /backend_sinfonia.h | |
parent | 78dd9afbfda0e66c23c4e45331097c48313bf817 (diff) | |
download | selphy_print-6032e88b01faf283a94f64adc54e4839d3badfaa.tar.gz selphy_print-6032e88b01faf283a94f64adc54e4839d3badfaa.tar.bz2 selphy_print-6032e88b01faf283a94f64adc54e4839d3badfaa.zip |
all: Pass the USB bInterfaceNum into the backend attach() function.
Diffstat (limited to 'backend_sinfonia.h')
-rw-r--r-- | backend_sinfonia.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend_sinfonia.h b/backend_sinfonia.h index 28ecb2a..2726054 100644 --- a/backend_sinfonia.h +++ b/backend_sinfonia.h @@ -83,6 +83,7 @@ struct sinfonia_usbdev { uint8_t endp_up; uint8_t endp_down; int type; + int iface; const struct sinfonia_param *params; int params_count; |