From: Tim 'mithro' Ansell Date: Wed, 1 Jul 2015 15:17:49 +0000 (+1000) Subject: Allow the vizzini module to be installed side-by-side with cdc-acm. X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=c48dea5195a3bc374c6357df7ec1ffc3106d22b4;hp=c48dea5195a3bc374c6357df7ec1ffc3106d22b4;p=exar-uart-driver.git Allow the vizzini module to be installed side-by-side with cdc-acm. * Use a dynamically allocated major device number. * Use the tty name of /dev/ttyVIZx so it doesn't conflict with other devices. * Create a udev rule which makes sure the device is bound to the vizzini module. This is needed if the vizzini module is loaded *after* the cdc-acm module as drivers are checked in the order they have been loaded and the cdc-acm registers for the device class exported by the device. * Adding slightly better debug messages. ---