Merge branch 'unstable' into rettichschnidi
authorReto Schneider <github@reto-schneider.ch>
Fri, 16 Mar 2012 19:46:29 +0000 (20:46 +0100)
committerReto Schneider <github@reto-schneider.ch>
Fri, 16 Mar 2012 19:46:29 +0000 (20:46 +0100)
README.asciidoc
src/am7xxx.c

index 0d878bc..133c13b 100644 (file)
@@ -46,7 +46,7 @@ manually with the command:
 
 Examples of devices based on AM7XXX are:
 
-  - Acer Series C pico projectors (C20 C110 C112):
+  - Acer Series C pico projectors (C20, C110, C112):
       * http://www.acer.it/ac/it/IT/content/models/projector-c
       * http://support.acer.com/product/default.aspx?modelId=3888
     
index a840589..67718db 100644 (file)
@@ -244,6 +244,7 @@ static void debug_dump_header(am7xxx_context *ctx, struct am7xxx_header *h)
        (void)ctx;
        (void)h;
 }
+
 static void trace_dump_buffer(am7xxx_context *ctx, const char *message,
                              uint8_t *buffer, unsigned int len)
 {