Lines Matching +full:linux +full:- +full:event +full:- +full:codes
4 Linux Hotplugging
8 In hotpluggable busses like USB (and Cardbus PCI), end-users plug devices
12 - Find a driver that can handle the device. That may involve
13 loading a kernel module; newer drivers can use module-init-tools
16 - Bind a driver to that device. Bus frameworks do that using a
19 - Tell other subsystems to configure the new device. Print
22 be driver-specific actions.
48 some kernel event. That name is used as the first key for further event
54 http://linux-hotplug.sourceforge.net
70 PRODUCT USB vendor, product, and version codes (hex)
71 TYPE device class codes (decimal)
72 INTERFACE interface 0 class codes (decimal)
83 modules, and can invoke driver-specific setup scripts. The newest ones
84 leverage USB module-init-tools support. Later agents might unload drivers.
90 Current versions of module-init-tools will create a ``modules.usbmap`` file
95 See ``linux/usb.h`` for full information about such table entries; or look
118 { } /* end with an all-zeroes entry */