Файловый менеджер - Редактировать - /var/www/xthruster/html/wp-content/uploads/flags/memstick.tar
Назад
core/Kconfig 0000644 00000002641 14722070615 0007006 0 ustar 00 # SPDX-License-Identifier: GPL-2.0-only # # MemoryStick core configuration # comment "MemoryStick drivers" config MEMSTICK_UNSAFE_RESUME bool "Allow unsafe resume (DANGEROUS)" help If you say Y here, the MemoryStick layer will assume that all cards stayed in their respective slots during the suspend. The normal behaviour is to remove them at suspend and redetecting them at resume. Breaking this assumption will in most cases result in data corruption. This option is usually just for embedded systems which use a MemoryStick card for rootfs. Most people should say N here. config MSPRO_BLOCK tristate "MemoryStick Pro block device driver" depends on BLOCK help Say Y here to enable the MemoryStick Pro block device driver support. This provides a block device driver, which you can use to mount the filesystem. Almost everyone wishing MemoryStick support should say Y or M here. config MS_BLOCK tristate "MemoryStick Standard device driver" depends on BLOCK help Say Y here to enable the MemoryStick Standard device driver support. This provides a block device driver, which you can use to mount the filesystem. This driver works with old (bulky) MemoryStick and MemoryStick Duo but not PRO. Say Y if you have such card. Driver is new and not yet well tested, thus it can damage your card (even permanently) core/Makefile 0000644 00000000320 14722070615 0007133 0 ustar 00 # SPDX-License-Identifier: GPL-2.0-only # # Makefile for the kernel MemoryStick core. # obj-$(CONFIG_MEMSTICK) += memstick.o obj-$(CONFIG_MS_BLOCK) += ms_block.o obj-$(CONFIG_MSPRO_BLOCK) += mspro_block.o Kconfig 0000644 00000001211 14722070615 0006046 0 ustar 00 # SPDX-License-Identifier: GPL-2.0-only # # MemoryStick subsystem configuration # menuconfig MEMSTICK tristate "Sony MemoryStick card support" help Sony MemoryStick is a proprietary storage/extension card protocol. If you want MemoryStick support, you should say Y here and also to the specific driver for your MemoryStick interface. if MEMSTICK config MEMSTICK_DEBUG bool "MemoryStick debugging" help This is an option for use by developers; most people should say N here. This enables MemoryStick core and driver debugging. source "drivers/memstick/core/Kconfig" source "drivers/memstick/host/Kconfig" endif # MEMSTICK Makefile 0000644 00000000332 14722070615 0006206 0 ustar 00 # SPDX-License-Identifier: GPL-2.0-only # # Makefile for the kernel MemoryStick device drivers. # subdir-ccflags-$(CONFIG_MEMSTICK_DEBUG) := -DDEBUG obj-$(CONFIG_MEMSTICK) += core/ obj-$(CONFIG_MEMSTICK) += host/ host/Kconfig 0000644 00000004013 14722070615 0007026 0 ustar 00 # SPDX-License-Identifier: GPL-2.0-only # # MemoryStick host controller drivers # comment "MemoryStick Host Controller Drivers" config MEMSTICK_TIFM_MS tristate "TI Flash Media MemoryStick Interface support " depends on PCI select TIFM_CORE help Say Y here if you want to be able to access MemoryStick cards with the Texas Instruments(R) Flash Media card reader, found in many laptops. This option 'selects' (turns on, enables) 'TIFM_CORE', but you probably also need appropriate card reader host adapter, such as 'Misc devices: TI Flash Media PCI74xx/PCI76xx host adapter support (TIFM_7XX1)'. To compile this driver as a module, choose M here: the module will be called tifm_ms. config MEMSTICK_JMICRON_38X tristate "JMicron JMB38X MemoryStick interface support" depends on PCI help Say Y here if you want to be able to access MemoryStick cards with the JMicron(R) JMB38X MemoryStick card reader. To compile this driver as a module, choose M here: the module will be called jmb38x_ms. config MEMSTICK_R592 tristate "Ricoh R5C592 MemoryStick interface support" depends on PCI help Say Y here if you want to be able to access MemoryStick cards with the Ricoh R5C592 MemoryStick card reader (which is part of 5 in one multifunction reader) To compile this driver as a module, choose M here: the module will be called r592. config MEMSTICK_REALTEK_PCI tristate "Realtek PCI-E Memstick Card Interface Driver" depends on MISC_RTSX_PCI help Say Y here to include driver code to support Memstick card interface of Realtek PCI-E card reader To compile this driver as a module, choose M here: the module will be called rtsx_pci_ms. config MEMSTICK_REALTEK_USB tristate "Realtek USB Memstick Card Interface Driver" depends on MISC_RTSX_USB help Say Y here to include driver code to support Memstick card interface of Realtek RTS5129/39 series USB card reader To compile this driver as a module, choose M here: the module will be called rts5139_ms. host/Makefile 0000644 00000000511 14722070615 0007162 0 ustar 00 # SPDX-License-Identifier: GPL-2.0 # # Makefile for MemoryStick host controller drivers # obj-$(CONFIG_MEMSTICK_TIFM_MS) += tifm_ms.o obj-$(CONFIG_MEMSTICK_JMICRON_38X) += jmb38x_ms.o obj-$(CONFIG_MEMSTICK_R592) += r592.o obj-$(CONFIG_MEMSTICK_REALTEK_PCI) += rtsx_pci_ms.o obj-$(CONFIG_MEMSTICK_REALTEK_USB) += rtsx_usb_ms.o
| ver. 1.4 |
Github
|
.
| PHP 7.4.3-4ubuntu2.24 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка