⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.in

📁 linux嵌入式课程实践中的一个关于声卡驱动程序 。
💻 IN
字号:
## USB device configuration from the device viewpoint (e.g. Linux running inside a USB device, not as host)## Copyright (C) 2001 Lineo, Inc.# Copyright (C) 2001 Hewlett-Packard Co.mainmenu_option next_commentcomment 'USB Device Support'tristate 'Support for USB Devices (as device, not host)' CONFIG_USBDif [ ! "$CONFIG_USBD" = "n" ]; then	hex     '     VendorID (hex value)' CONFIG_USBD_VENDORID "0000"	hex     '     ProductID (hex value)' CONFIG_USBD_PRODUCTID "0000"	string  '     Product Name' CONFIG_USBD_PRODUCT_NAME "" 	string  '     Manufacturer' CONFIG_USBD_MANUFACTURER "Lineo"	bool    '     Use Serial Number in Device Descriptor' CONFIG_USBD_USE_SERIAL_NUMBER	string  '     Default Serial number (string)' CONFIG_USBD_SERIAL_NUMBER_STR ""	bool    '     Self Powered' CONFIG_USBD_SELFPOWERED	if [ ! "$CONFIG_USBD_SELFPOWERED" = "y" ]; then	    	int     '     Max Power (mA)' CONFIG_USBD_MAXPOWER "0"	fi#	tristate '  USB Device Monitor' CONFIG_USBD_MONITOR	comment ''	bool 	'  USBD Proc FS' CONFIG_USBD_PROCFS $CONFIG_USBD		comment 'USB Device functions --'#	source drivers/usbd/net_fd/Config.in#	source drivers/usbd/serial_fd/Config.in#	source drivers/usbd/msc/Config.in	comment 'USBD BUS INTERFACE DRIVER'	source drivers/usb/cy7c67300/usbd/bi/Config.in		comment 'USB Device bus interfaces --'fiendmenu

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -