All of lore.kernel.org
 help / color / mirror / Atom feed
* USB IR Dongle Serial Driver broken
@ 2003-09-17 15:09 Meelis Roos
  2003-09-17 22:41 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Meelis Roos @ 2003-09-17 15:09 UTC (permalink / raw)
  To: linux-kernel

Just tried to compile USB IR Dongle Serial Driver, it breaks with

ir-usb.c: In function `ir_set_termios':
ir-usb.c:571: error: `B4000000' undeclared (first use in this function)

2.4.23-pre4 on sparc64

-- 
Meelis Roos (mroos@linux.ee)


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: USB IR Dongle Serial Driver broken
  2003-09-17 15:09 USB IR Dongle Serial Driver broken Meelis Roos
@ 2003-09-17 22:41 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2003-09-17 22:41 UTC (permalink / raw)
  To: Meelis Roos; +Cc: linux-kernel

On Wed, Sep 17, 2003 at 06:09:35PM +0300, Meelis Roos wrote:
> Just tried to compile USB IR Dongle Serial Driver, it breaks with
> 
> ir-usb.c: In function `ir_set_termios':
> ir-usb.c:571: error: `B4000000' undeclared (first use in this function)
> 
> 2.4.23-pre4 on sparc64

Looks like someone needs to fix up include/asm-sparc64/termbits.h:

/* These have totally bogus values and nobody uses them
   so far. Later on we'd have to use say 0x10000x and
   adjust CBAUD constant and drivers accordingly.
#define B2500000  0x00001010
#define B3000000  0x00001011
#define B3500000  0x00001012
#define B4000000  0x00001013  */


thanks,

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-09-17 22:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-17 15:09 USB IR Dongle Serial Driver broken Meelis Roos
2003-09-17 22:41 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.