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:
parent
f83fc36d88
commit
063d37b08f
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@ typedef struct {
|
||||||
#define DFU_INIT_CRC 0xffffffff
|
#define DFU_INIT_CRC 0xffffffff
|
||||||
|
|
||||||
#define USB_VID_SAMSUNG 0x0419
|
#define USB_VID_SAMSUNG 0x0419
|
||||||
#define USB_PID_M6SL 0x1240
|
#define USB_PID_M6SL 0x0145
|
||||||
#define USB_PID_M3_M6 0x1240
|
#define USB_PID_M3_M6 0x0141
|
||||||
|
|
||||||
void init_img(image_data_t *img, const char *filename, image_attr_t *attr)
|
void init_img(image_data_t *img, const char *filename, image_attr_t *attr)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue