]> git.decadent.org.uk Git - exar-uart-driver.git/commit - debian/changelog
Allow the vizzini module to be installed side-by-side with cdc-acm.
authorTim 'mithro' Ansell <mithro@mithis.com>
Wed, 1 Jul 2015 15:17:49 +0000 (01:17 +1000)
committerTim 'mithro' Ansell <mithro@mithis.com>
Thu, 2 Jul 2015 04:24:14 +0000 (14:24 +1000)
commitc48dea5195a3bc374c6357df7ec1ffc3106d22b4
tree48a1e7afaa6f60b2872dedd46c0f92638e2a77fb
parent72ff64be57417d2cad4bdfbe83bf7feea5de4867
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.
99-vizzini.rules [new file with mode: 0644]
Makefile
debian/changelog
debian/rules
vizzini.c
vizzini.h