drivers/usb/storage/unusual_ene_ub6250.h

Source file repositories/reference/linux-study-clean/drivers/usb/storage/unusual_ene_ub6250.h

File Facts

System
Linux kernel
Corpus path
drivers/usb/storage/unusual_ene_ub6250.h
Extension
.h
Size
315 bytes
Lines
11
Domain
Driver Families
Bucket
drivers/usb
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#if defined(CONFIG_USB_STORAGE_ENE_UB6250) || \
		defined(CONFIG_USB_STORAGE_ENE_UB6250_MODULE)

UNUSUAL_DEV(0x0cf2, 0x6250, 0x0000, 0x9999,
		"ENE",
		"ENE UB6250 reader",
		USB_SC_DEVICE, USB_PR_DEVICE, NULL, 0),

#endif /* defined(CONFIG_USB_STORAGE_ENE_UB6250) || ... */

Annotation

Implementation Notes