From fbea2413f6c3cf935ded2466ce27029575b7d1d4 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 8 Jan 2012 11:52:15 +0100 Subject: DFU: add support for setting the USB SERIAL by a board this will allow us to use the Unique Chip ID as serial number in the USB descriptor, which in turn allows customers to write device-specific udev rules for persistent naming, etc. --- boards/at91sam3u-ek/board.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'boards') diff --git a/boards/at91sam3u-ek/board.h b/boards/at91sam3u-ek/board.h index da479a8..9669fd3 100644 --- a/boards/at91sam3u-ek/board.h +++ b/boards/at91sam3u-ek/board.h @@ -696,5 +696,7 @@ typedef enum IRQn #define BOARD_USB_PRODUCT 0x0763 #define BOARD_USB_RELEASE 0x0001 +#define BOARD_USB_SERIAL + #endif //#ifndef BOARD_H -- cgit v1.2.3