Re: serial driver not properly detecting modem

2001-04-24 Thread Jeff Garzik
Alan Cox wrote: > > > I've fixed this here merely by adding an entry to the PCI table of > > serial.c for PCI_CLASS_COMMUNICATION_OTHER. Is this the best way to fix > > this? Is there some reason that this shouldn't be done in general? If > > not, I'd like to see it fix in the kernel proper.

Re: serial driver not properly detecting modem

2001-04-24 Thread Alan Cox
> I've fixed this here merely by adding an entry to the PCI table of > serial.c for PCI_CLASS_COMMUNICATION_OTHER. Is this the best way to fix > this? Is there some reason that this shouldn't be done in general? If > not, I'd like to see it fix in the kernel proper. Most class other devices

Re: serial driver not properly detecting modem

2001-04-24 Thread Jeff Garzik
Steven Walter wrote: > > It would seem that I have a modem (hardware based, not winmodem) of > PCI_CLASS_COMMUNICATION_OTHER. This, unfortunately, prevents it from > being automagically detected by the serial driver, which only looks for > devices of > > I've fixed this here merely by adding

Re: serial driver not properly detecting modem

2001-04-24 Thread Jeff Garzik
Steven Walter wrote: It would seem that I have a modem (hardware based, not winmodem) of PCI_CLASS_COMMUNICATION_OTHER. This, unfortunately, prevents it from being automagically detected by the serial driver, which only looks for devices of I've fixed this here merely by adding an

Re: serial driver not properly detecting modem

2001-04-24 Thread Alan Cox
I've fixed this here merely by adding an entry to the PCI table of serial.c for PCI_CLASS_COMMUNICATION_OTHER. Is this the best way to fix this? Is there some reason that this shouldn't be done in general? If not, I'd like to see it fix in the kernel proper. Most class other devices wont

Re: serial driver not properly detecting modem

2001-04-24 Thread Jeff Garzik
Alan Cox wrote: I've fixed this here merely by adding an entry to the PCI table of serial.c for PCI_CLASS_COMMUNICATION_OTHER. Is this the best way to fix this? Is there some reason that this shouldn't be done in general? If not, I'd like to see it fix in the kernel proper. Most

serial driver not properly detecting modem

2001-04-23 Thread Steven Walter
It would seem that I have a modem (hardware based, not winmodem) of PCI_CLASS_COMMUNICATION_OTHER. This, unfortunately, prevents it from being automagically detected by the serial driver, which only looks for devices of PCI_CLASS_COMMUNICATION_SERIAL. I've fixed this here merely by adding an

serial driver not properly detecting modem

2001-04-23 Thread Steven Walter
It would seem that I have a modem (hardware based, not winmodem) of PCI_CLASS_COMMUNICATION_OTHER. This, unfortunately, prevents it from being automagically detected by the serial driver, which only looks for devices of PCI_CLASS_COMMUNICATION_SERIAL. I've fixed this here merely by adding an