Re: [PATCH] Add CDC-ACM support for the CX93010-2x UCMxx USB Modem

2012-10-17 Thread Greg Kroah-Hartman
On Wed, Oct 17, 2012 at 01:32:39PM -0700, Greg Kroah-Hartman wrote: > On Thu, Oct 11, 2012 at 12:29:06AM +0200, Jean-Christian de Rivaz wrote: > > On Wed, Oct 10, 2012 at 09:42:32PM +0200, Oliver Neukum wrote: > > > On Friday 28 September 2012 16:16:04 j...@eclis.ch wrote: > > > > From: Jean-Christ

Re: [PATCH] Add CDC-ACM support for the CX93010-2x UCMxx USB Modem

2012-10-17 Thread Greg Kroah-Hartman
On Thu, Oct 11, 2012 at 12:29:06AM +0200, Jean-Christian de Rivaz wrote: > On Wed, Oct 10, 2012 at 09:42:32PM +0200, Oliver Neukum wrote: > > On Friday 28 September 2012 16:16:04 j...@eclis.ch wrote: > > > From: Jean-Christian de Rivaz > > > > > > This USB V.92/V.32bis Controllered Modem have the

Re: [PATCH] Add CDC-ACM support for the CX93010-2x UCMxx USB Modem

2012-10-17 Thread Greg Kroah-Hartman
On Wed, Oct 10, 2012 at 09:42:32PM +0200, Oliver Neukum wrote: > On Friday 28 September 2012 16:16:04 j...@eclis.ch wrote: > > From: Jean-Christian de Rivaz > > > > This USB V.92/V.32bis Controllered Modem have the USB vendor ID 0x0572 > > and device ID 0x1340. It need the NO_UNION_NORMAL quirk t

Re: [PATCH] Add CDC-ACM support for the CX93010-2x UCMxx USB Modem

2012-10-10 Thread Jean-Christian de Rivaz
On Wed, Oct 10, 2012 at 09:42:32PM +0200, Oliver Neukum wrote: > On Friday 28 September 2012 16:16:04 j...@eclis.ch wrote: > > From: Jean-Christian de Rivaz > > > > This USB V.92/V.32bis Controllered Modem have the USB vendor ID 0x0572 > > and device ID 0x1340. It need the NO_UNION_NORMAL quirk t

Re: [PATCH] Add CDC-ACM support for the CX93010-2x UCMxx USB Modem

2012-10-10 Thread Oliver Neukum
On Friday 28 September 2012 16:16:04 j...@eclis.ch wrote: > From: Jean-Christian de Rivaz > > This USB V.92/V.32bis Controllered Modem have the USB vendor ID 0x0572 > and device ID 0x1340. It need the NO_UNION_NORMAL quirk to be recognized. > > Reference: > http://www.conexant.com/servlets/Downl

[PATCH] Add CDC-ACM support for the CX93010-2x UCMxx USB Modem

2012-09-28 Thread jc
From: Jean-Christian de Rivaz This USB V.92/V.32bis Controllered Modem have the USB vendor ID 0x0572 and device ID 0x1340. It need the NO_UNION_NORMAL quirk to be recognized. Reference: http://www.conexant.com/servlets/DownloadServlet/DSH-201723-005.pdf?docid=1725&revid=5 Signed-off-by: Jean-Ch