Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:FactoryCandidates
ch341eepromtool
ch341eepromtool-printf.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ch341eepromtool-printf.patch of Package ch341eepromtool
Index: ch341eepromtool_0.5/ch341eeprom.c =================================================================== --- ch341eepromtool_0.5.orig/ch341eeprom.c +++ ch341eepromtool_0.5/ch341eeprom.c @@ -136,10 +136,10 @@ int main(int argc, char **argv) { } if(!(devHandle = ch341configure(USB_LOCK_VENDOR, USB_LOCK_PRODUCT))) { - fprintf(stderr, "Couldnt configure USB device\n", USB_LOCK_VENDOR, USB_LOCK_PRODUCT); + fprintf(stderr, "Couldnt configure USB device %04x:%04x\n", USB_LOCK_VENDOR, USB_LOCK_PRODUCT); goto shutdown; } - fprintf(verbout, "Configured USB device\n", USB_LOCK_VENDOR, USB_LOCK_PRODUCT); + fprintf(verbout, "Configured USB device %04x:%04x\n", USB_LOCK_VENDOR, USB_LOCK_PRODUCT); if(ch341setstream(devHandle, CH341_I2C_STANDARD_SPEED) < 0) { fprintf(stderr, "Couldnt set i2c bus speed\n");
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor