On Monday, September 26, 2011 20:10:50 Simon Glass wrote:
> +int serial_init(void)
> +{
> +     return 0;
> +}

this probably should set the tty to raw input with termios.  if you're not 
familiar with the termios API, just lemme know, and i can send you a chunk of 
code to do what you need.

> +void serial_exit(void)
> +{
> +}

no one actually implements this :).  just delete it, and i'll delete the 
prototype from common.h.

> +int serial_tstc(void)
> +{
> +     return 0;
> +}

once serial_init() reconfigures the tty to a more "serial" like mode, you can 
implement this properly.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to