Defines the set of devices that this driver can manage, so that the USB core knows for which devices this driver should be used
The MODULE_DEVICE_TABLE macro allows depmod to extract at compile time the relation between device identifiers and drivers, so that drivers can be loaded automatically by udev. See /lib/modules/$(uname -r)/modules.{alias,usbmap}