aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/devices.txt1
-rw-r--r--include/linux/miscdevice.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devices.txt b/Documentation/devices.txt
index 80b72419ffd8..10378cc48374 100644
--- a/Documentation/devices.txt
+++ b/Documentation/devices.txt
@@ -409,6 +409,7 @@ Your cooperation is appreciated.
409 193 = /dev/d7s SPARC 7-segment display 409 193 = /dev/d7s SPARC 7-segment display
410 194 = /dev/zkshim Zero-Knowledge network shim control 410 194 = /dev/zkshim Zero-Knowledge network shim control
411 195 = /dev/elographics/e2201 Elographics touchscreen E271-2201 411 195 = /dev/elographics/e2201 Elographics touchscreen E271-2201
412 196 = /dev/vfio/vfio VFIO userspace driver interface
412 198 = /dev/sexec Signed executable interface 413 198 = /dev/sexec Signed executable interface
413 199 = /dev/scanners/cuecat :CueCat barcode scanner 414 199 = /dev/scanners/cuecat :CueCat barcode scanner
414 200 = /dev/net/tun TAP/TUN network device 415 200 = /dev/net/tun TAP/TUN network device
diff --git a/include/linux/miscdevice.h b/include/linux/miscdevice.h
index f7eaf2d60083..3737f7218f51 100644
--- a/include/linux/miscdevice.h
+++ b/include/linux/miscdevice.h
@@ -30,6 +30,7 @@
30#define STORE_QUEUE_MINOR 155 30#define STORE_QUEUE_MINOR 155
31#define I2O_MINOR 166 31#define I2O_MINOR 166
32#define MICROCODE_MINOR 184 32#define MICROCODE_MINOR 184
33#define VFIO_MINOR 196
33#define TUN_MINOR 200 34#define TUN_MINOR 200
34#define CUSE_MINOR 203 35#define CUSE_MINOR 203
35#define MWAVE_MINOR 219 /* ACP/Mwave Modem */ 36#define MWAVE_MINOR 219 /* ACP/Mwave Modem */