00001 #ifndef APP_USB_STRINGS_H_INCLUDED 00002 #define APP_USB_STRINGS_H_INCLUDED 00003 00004 extern const char *usb_dev_string_table[]; 00005 00006 enum usb_string_id { 00007 USB_STRING_LANGID, 00008 USB_STRING_DEV_MANUFACTURER, 00009 USB_STRING_DEV_PRODUCT, 00010 USB_STRING_DEV_SERIAL, 00011 USB_NR_STRINGS, 00012 }; 00013 00014 #define USB_DEV_LANGID 0x0409 /* English (United States) */ 00015 00016 #endif /* APP_USB_STRINGS_H_INCLUDED */
1.5.8