mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
qmod eeprom/i2c: Re-start watchdog while slow bit-banging
This commit is contained in:
@@ -563,8 +563,8 @@ const USBDeviceDescriptor deviceDescriptor = {
|
||||
.bDeviceSubClass = 0xff,
|
||||
.bDeviceProtocol = 0xff,
|
||||
.bMaxPacketSize0 = BOARD_USB_ENDPOINTS_MAXPACKETSIZE(0),
|
||||
.idVendor = SIMTRACE_VENDOR_ID,
|
||||
.idProduct = SIMTRACE_PRODUCT_ID,
|
||||
.idVendor = BOARD_USB_VENDOR_ID,
|
||||
.idProduct = BOARD_USB_PRODUCT_ID,
|
||||
.bcdDevice = 2, /* Release number */
|
||||
.iManufacturer = MANUF_STR,
|
||||
.iProduct = PRODUCT_STRING,
|
||||
|
||||
Reference in New Issue
Block a user