[Kernel-packages] [Bug 1802738] Re: cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB modem

2019-07-24 Thread Brad Figg
** Tags added: cscc -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1802738 Title: cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB modem Status in linux package in

[Kernel-packages] [Bug 1802738] Re: cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB modem

2019-06-06 Thread Maarten Jacobs
Hello Kai-Heng, I see how the fix I provided is included in the 4.4.0, however I don't see it (yet) in 4.15.0. Is there something I need to do to get this fix into 4.15.0, or will it eventually percolate through by itself? Thanks! -- You received this bug notification because you are a member

[Kernel-packages] [Bug 1802738] Re: cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB modem

2019-05-26 Thread Kai-Heng Feng
** Changed in: linux (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1802738 Title: cdc_acm driver lacks trival support for Hiro

[Kernel-packages] [Bug 1802738] Re: cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB modem

2018-11-30 Thread Maarten Jacobs
The patch was picked up in the stable kernel (https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/), and added to 4.19.5, 4.14.84, 4.9.141, 4.4.165, and 4.20-rc4. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in

[Kernel-packages] [Bug 1802738] Re: cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB modem

2018-11-20 Thread Maarten Jacobs
My kernel patch was accepted this morning (very quick!!). Per the notification received: "The patch will show up in the next release of the linux-next tree (usually sometime within the next 24 hours during the week.) The patch will hopefully also be merged in Linus's tree for the next -rc kernel

[Kernel-packages] [Bug 1802738] Re: cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB modem

2018-11-19 Thread Maarten Jacobs
Hello Joseph, To keep things in sync here (and to make sure the bug doesn't expire due to inactivity): 1. I worked my way through the process for submitting a kernel patch. (Not for the faint hearted I might add ;)) 2. The patch has been submitted - now I have to wait and see if there's anybody

[Kernel-packages] [Bug 1802738] Re: cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB modem

2018-11-16 Thread Joseph Salisbury
Thank you for providing a patch, and making Ubuntu better. Can you provide some information on the status of the patch with regards to getting it merged upstream? Has it been sent upstream, what sort of feedback has it received, is it getting applied to a subsystem maintainer's tree, etc? People

[Kernel-packages] [Bug 1802738] Re: cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB modem

2018-11-11 Thread Maarten Jacobs
The change I applied to cdc-acm.c is as follows: --- cdc-acm.orig.c 2018-11-11 11:31:18.754382981 -0500 +++ cdc-acm.c 2018-11-10 17:32:29.802278377 -0500 @@ -1713,6 +1713,9 @@ { USB_DEVICE(0x0572, 0x1324), /* Conexant USB MODEM RD02-D400 */ .driver_info = NO_UNION_NORMAL,