mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 09:08:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
13
fs/omfs/Kconfig
Normal file
13
fs/omfs/Kconfig
Normal file
|
@ -0,0 +1,13 @@
|
|||
config OMFS_FS
|
||||
tristate "SonicBlue Optimized MPEG File System support"
|
||||
depends on BLOCK
|
||||
select CRC_ITU_T
|
||||
help
|
||||
This is the proprietary file system used by the Rio Karma music
|
||||
player and ReplayTV DVR. Despite the name, this filesystem is not
|
||||
more efficient than a standard FS for MPEG files, in fact likely
|
||||
the opposite is true. Say Y if you have either of these devices
|
||||
and wish to mount its disk.
|
||||
|
||||
To compile this file system support as a module, choose M here: the
|
||||
module will be called omfs. If unsure, say N.
|
Loading…
Add table
Add a link
Reference in a new issue