1
0
Fork 0
forked from len0rd/rockbox

Oops, big oops: revert the PID values back to their proper values. Oversight on my part. :)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18656 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Menes 2008-09-27 16:51:46 +00:00
parent f83fc36d88
commit 063d37b08f

View file

@ -97,8 +97,8 @@ typedef struct {
#define DFU_INIT_CRC 0xffffffff
#define USB_VID_SAMSUNG 0x0419
#define USB_PID_M6SL 0x1240
#define USB_PID_M3_M6 0x1240
#define USB_PID_M6SL 0x0145
#define USB_PID_M3_M6 0x0141
void init_img(image_data_t *img, const char *filename, image_attr_t *attr)
{