uru4000: add fwenc search location for UareU4000
ticket #14 includes a device with a different firmware, this should get it up and running.
This commit is contained in:
parent
d12ad6dea9
commit
d6d4e56ccf
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ static const struct uru4k_dev_profile {
|
||||||
* When we find a pattern we know that the encryption byte ius the X7 byte.
|
* When we find a pattern we know that the encryption byte ius the X7 byte.
|
||||||
*/
|
*/
|
||||||
static const uint16_t fwenc_offsets[] = {
|
static const uint16_t fwenc_offsets[] = {
|
||||||
0x510, 0x62d, 0x792,
|
0x510, 0x62d, 0x792, 0x7f4,
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef void (*irq_cb_fn)(struct fp_img_dev *dev, int status, uint16_t type,
|
typedef void (*irq_cb_fn)(struct fp_img_dev *dev, int status, uint16_t type,
|
||||||
|
|
Loading…
Reference in a new issue