From 4d445f762152f854353198948d51acb395fa3ce8 Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ospite@studenti.unina.it>
Date: Thu, 21 Apr 2011 11:38:43 +0200
Subject: [PATCH] Support unloading the module built from the full kernel

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 9629b26..df59efe 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ clean:
 
 unload:
 	-sudo rmmod kinect
+	-sudo rmmod gspca_kinect
 	-sudo rmmod gspca_main
 load: all
 	sudo modprobe gspca_main
-- 
2.1.4