|
From: James S. <jsi...@su...> - 2001-01-16 22:52:13
|
On Tue, 16 Jan 2001, Justin Cormack wrote:
> Trying to get the input drivers working on Arm (sa1100), and having
> problems with inputattach.
Arm :-) How does ruby work on it?
> First is that it isnt dropping RTS to reset
> the devices. Someone else is working on that - it doesnt matter for all
> devices anyway.
Could the patch been sent are way once you are done?
> However I am getting a failure in
>
> devt = SERIO_RS232 | input_types[type].type | (input_types[type].extra << 16);
>
> if(ioctl(fd, SPIOCSTYPE, &devt)) {
> fprintf(stderr, "inputattach: can't set device type\n");
> return 1;
> }
What is the exact error you are getting? What serial device are you using?
Are they modular or built in?
|