Hello Rajesh;
Thank you for the patch. I have applied to the kernel and updated our cvs
tree, the new kernel will be in V0.16 today as np2-hh3. I was wondering why
so many people where suddenly having problems with IrDA. They were bitten by
the new power saving code.
Thank you for resolving this problem.
Best Regards,
--George
George France, france@crl.dec.com
Cambridge Research Laboratory, Compaq Computer Corporation
One Cambridgecenter MS: CRL
Cambridge, MA 02142 USA
> -----Original Message-----
> From: Rajesh Krishna Balan [mailto:rajesh+@cs.cmu.edu]
> Sent: Thursday, September 28, 2000 1:51 PM
> To: Nils Faerber
> Cc: ipaq@handhelds.org
> Subject: [iPAQ] patch for IrDA for the iPAQ
>
>
> Hi,
>
> the logic for turning on the IR hardware on the iPAQ seems to
> have been
> inverted in serial_sa1100.c in drivers/char
>
> attached is a patch which solves the problem for me and turns
> on the IR
> harcware.
>
> Rajesh
>
> --------------------------------------------------------------
> --------------
> --- serial_sa1100.c.orig Thu Sep 28 13:38:14 2000
> +++ serial_sa1100.c Thu Sep 28 13:36:56 2000
> @@ -589,7 +589,7 @@
>
> #ifdef CONFIG_SA1100_BITSY
> if (machine_is_bitsy()) {
> - clr_bitsy_egpio(EGPIO_BITSY_IR_ON);
> + set_bitsy_egpio(EGPIO_BITSY_IR_ON);
> }
> #endif
>
> @@ -654,7 +654,7 @@
>
> #ifdef CONFIG_SA1100_BITSY
> if (machine_is_bitsy()) {
> - set_bitsy_egpio(EGPIO_BITSY_IR_ON);
> + clr_bitsy_egpio(EGPIO_BITSY_IR_ON);
> }
> #endif
> }
>
> _______________________________________________
> iPAQ mailing list
> iPAQ@handhelds.org
> http://handhelds.org/mailman/listinfo/ipaq
>
Received on Thu Sep 28 11:39:26 2000
This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:43:42 EDT