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

2020-06-11 Thread Macpaul Lin
On Wed, 2020-06-10 at 10:31 -0400, Alan Stern wrote: > On Wed, Jun 10, 2020 at 02:15:18PM +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. So

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

2020-06-10 Thread Alan Stern
On Wed, Jun 10, 2020 at 02:15:18PM +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 introduced as wel

[PATCH v2] 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 introduced as well. Signed-off-by: Justin Hsieh Signed-off-by: Hakieyin Hsieh Signed-