Re: [PATCH] usb/gadget/function: introduce Built-in CDROM support

2020-06-09 Thread Greg Kroah-Hartman
On Wed, Jun 10, 2020 at 10:32:29AM +0800, Macpaul Lin wrote: > Introduce Built-In CDROM (BICR) support. > This feature depends on USB_CONFIGFS_MASS_STORAGE option. > > 1. Some settings and new function is introduced for BICR. > 2. Some work around for adapting Android settings is intorduced as wel

Re: [PATCH] usb/gadget/function: introduce Built-in CDROM support

2020-06-09 Thread Peter Chen
On 20-06-10 10:32:29, Macpaul Lin wrote: > Introduce Built-In CDROM (BICR) support. > This feature depends on USB_CONFIGFS_MASS_STORAGE option. > > 1. Some settings and new function is introduced for BICR. > 2. Some work around for adapting Android settings is intorduced as well. %s/intorduced/in

[PATCH] usb/gadget/function: introduce Built-in CDROM support

2020-06-09 Thread Macpaul Lin
Introduce Built-In CDROM (BICR) support. This feature depends on USB_CONFIGFS_MASS_STORAGE option. 1. Some settings and new function is introduced for BICR. 2. Some work around for adapting Android settings is intorduced as well. Signed-off-by: Justin Hsieh Signed-off-by: Hakieyin Hsieh Signed-