Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1228136

Re: problem with "serial" driver in kernel 3.16.0

From Greg KH <greg@kroah.com>
Newsgroups linux.kernel
Subject Re: problem with "serial" driver in kernel 3.16.0
Date 2015-09-18 18:30 +0200
Message-ID <qa6HU-7Th-29@gated-at.bofh.it> (permalink)
References <q9HzQ-50m-13@gated-at.bofh.it> <q9NFg-5L7-17@gated-at.bofh.it> <qa09s-6UG-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw



On Fri, Sep 18, 2015 at 11:24:05AM +0200, Wolfgang Wilhelm wrote:
> Thankyou very much for your quick answers. I searched now
> in the linux sources for the problem and I think I could find it
> in the file linux-source-3.16/drivers/tty/serial/8250/8250_pci.c
> 
> There is a function serial_pci_guessboard and a blacklist
> including the vendor- and device-ids of 3 softmodems and 
> 2 multi-io cards. I think if the vendor id 0x10e8 (standard AMCC)
> and device id 0x8226 could be inserted into that blacklist
> I could load our driver and get the software for our MPA-3 
> multiparameter system working. It seems that these id's are 
> not really used by any existing serial card, but this guessboard 
> function anyway takes our card as a serial board.

Who makes this card, you?  Why is the serial driver grabbing it if it is
not a serial device?

> Is this a matter of the Debian distribution or the general linux kernel?

The kernel is responsible for this, but I would like to see your driver
before marking this device as blacklisted.  Do you have a pointer to the
source for it anywhere?

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

problem with "serial" driver in kernel 3.16.0 "Wolfgang Wilhelm" <wilhelm@fastcomtec.com> - 2015-09-17 15:40 +0200
  Re: problem with "serial" driver in kernel 3.16.0 Greg KH <greg@kroah.com> - 2015-09-17 16:00 +0200
  Re: problem with "serial" driver in kernel 3.16.0 Austin S Hemmelgarn <ahferroin7@gmail.com> - 2015-09-17 22:10 +0200
    Re: problem with "serial" driver in kernel 3.16.0 "Wolfgang Wilhelm" <wilhelm@fastcomtec.com> - 2015-09-18 11:30 +0200
      Re: problem with "serial" driver in kernel 3.16.0 Greg KH <greg@kroah.com> - 2015-09-18 18:30 +0200
        Re: problem with "serial" driver in kernel 3.16.0 "Dr. Wolfgang Wilhelm" <wilhelm@fastcomtec.com> - 2015-09-18 20:00 +0200

csiph-web