This commit is contained in:
NIIBE Yutaka
2012-05-14 15:38:03 +09:00
parent ee61781b92
commit 5ff82b6d8b
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
2012-05-14 Niibe Yutaka <gniibe@fsij.org>
* src/openpgp-do.c (proc_key_import): Fix checking extended header.
* src/hardclock.c: Remove.
* src/usb_prop.c (MSC_INTERFACE_NO): New.
@@ -13,6 +15,8 @@
* src/Makefile.in: Follow the rename of usb-msc.c and remove of
hardclock.c.
* src/pin-dnd.c, src/usb_prop.c: Follow the rename of usb-msc.h.
2012-05-12 Niibe Yutaka <gniibe@fsij.org>
* src/usb_msc.c (ep6_out): Rename (was: ep7_out).

View File

@@ -25,7 +25,7 @@
#include "ch.h"
#include "board.h"
#include "gnuk.h"
#include "usb_msc.h"
#include "usb-msc.h"
struct folder {
uint8_t parent;

View File

@@ -74,7 +74,7 @@ vcom_port_setup_with_nodata (uint8_t RequestNo)
#endif
#ifdef PINPAD_DND_SUPPORT
#include "usb_msc.h"
#include "usb-msc.h"
#define MSC_NUM_INTERFACES 1
#else
#define MSC_NUM_INTERFACES 0