https://github.com/torvalds/linux
Raw File
Tip revision: 5771a8c08880cdca3bfb4a3fc6d309d6bba20877 authored by Linus Torvalds on 15 July 2017, 22:22:10 UTC
Linux v4.13-rc1
Tip revision: 5771a8c
capability.txt
Generic Block Device Capability
===============================================================================
This file documents the sysfs file block/<disk>/capability

capability is a hex word indicating which capabilities a specific disk
supports.  For more information on bits not listed here, see
include/linux/genhd.h

Capability				Value
-------------------------------------------------------------------------------
GENHD_FL_MEDIA_CHANGE_NOTIFY		4
	When this bit is set, the disk supports Asynchronous Notification
	of media change events.  These events will be broadcast to user
	space via kernel uevent.

back to top