From: Justin C. <jp...@do...> - 2001-01-17 11:54:52
|
> > > 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? Sorry, doesnt. Yet. These are the standard kernel js drivers, but they are the same as the ruby ones. There are several input drivers (touchscreen etc) to convert to tuby plus the framebuffer code - will work on it gradually. > > 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? oh yes. > > 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? modular. spaceorb or newtonkbd. I'll do more debugging today and find out whats going on exactly. Justin |