kopia lustrzana https://gitlab.com/sane-project/backends
LiDE 210 GPIO settings fix
rodzic
9547c057bd
commit
c6c16f4956
|
@ -1,3 +1,6 @@
|
||||||
|
2010-12-19 Stéphane Voltz <stef.dev@free.fr>
|
||||||
|
* backend/genesys_gl124.h: LiDE 210 GPIO fix
|
||||||
|
|
||||||
2010-12-16 Stéphane Voltz <stef.dev@free.fr>
|
2010-12-16 Stéphane Voltz <stef.dev@free.fr>
|
||||||
* backend/genesys.c backend/genesys.conf.in backend/genesys_devices.c
|
* backend/genesys.c backend/genesys.conf.in backend/genesys_devices.c
|
||||||
backend/genesys_gl124.h:
|
backend/genesys_gl124.h:
|
||||||
|
|
|
@ -564,6 +564,10 @@ static Gpio_layout gpios[]={
|
||||||
{ /* 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x38 */
|
{ /* 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x38 */
|
||||||
0x9f, 0x59, 0x01, 0x80, 0x5f, 0x01, 0x00
|
0x9f, 0x59, 0x01, 0x80, 0x5f, 0x01, 0x00
|
||||||
},
|
},
|
||||||
|
/* LiDE 210 */
|
||||||
|
{
|
||||||
|
0x9f, 0x59, 0x01, 0x80, 0x5f, 0x01, 0x00
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
|
|
Ładowanie…
Reference in New Issue