Re: [PATCH 1/2] jsm: add support for additional Neo cards

2014-08-30 Thread Greg KH
On Sat, Aug 30, 2014 at 02:54:36PM -0400, wf...@worldbroken.com wrote: From: Bill Pemberton wf...@worldbroken.com Add device ids for additional Neo cards. The ids come from the dgnc driver. Signed-off-by: Bill Pemberton wf...@worldbroken.com --- drivers/tty/serial/jsm/jsm_driver.c | 38

[PATCH 1/2] jsm: add support for additional Neo cards

2014-08-30 Thread wfp5p
From: Bill Pemberton wf...@worldbroken.com Add device ids for additional Neo cards. The ids come from the dgnc driver. Signed-off-by: Bill Pemberton wf...@worldbroken.com --- drivers/tty/serial/jsm/jsm_driver.c | 38 + include/linux/pci_ids.h |

Re: [PATCH 1/2] jsm: add support for additional Neo cards

2014-08-30 Thread Bill Pemberton
On 08/30/2014 02:59 PM, Greg KH wrote: On Sat, Aug 30, 2014 at 02:54:36PM -0400, wf...@worldbroken.com wrote: From: Bill Pemberton wf...@worldbroken.com Add device ids for additional Neo cards. The ids come from the dgnc driver. Signed-off-by: Bill Pemberton wf...@worldbroken.com ---