Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
avrdude
avrdude-use-serial-device-for-serbb.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File avrdude-use-serial-device-for-serbb.patch of Package avrdude
From: Bernhard Walle <bernhard.walle@gmx.de> Subject: [PATCH] Use default_serial for "serbb" programmers This patch fixes the problem that "default_parport" device is used even for "serbb" programmers like the "ponyser" device. That is wrong. Signed-off-by: Bernhard Walle <bwalle@suse.de> --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index: avrdude-5.10/main.c =================================================================== --- avrdude-5.10.orig/main.c +++ avrdude-5.10/main.c @@ -683,7 +683,8 @@ int main(int argc, char * argv []) (strcmp(pgm->type, "avr910") == 0) || (strcmp(pgm->type, "BusPirate") == 0) || (strcmp(pgm->type, "STK500V2") == 0) || - (strcmp(pgm->type, "JTAGMKII") == 0)) { + (strcmp(pgm->type, "JTAGMKII") == 0) || + (strcmp(pgm->type, "SERBB") == 0)) { if (port == default_parallel) { port = default_serial; }
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