fix
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user