]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/usb/serial/navman.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh...
[mv-sheeva.git] / drivers / usb / serial / navman.c
index 04a6cbbed2c0f1de6837d9b3d611a3f543e18e97..1f00f243c26cf5e1825632e40fc9c2a60287f9e3 100644 (file)
@@ -12,6 +12,7 @@
  *     flags as the navman is rx only so cannot echo.
  */
 
+#include <linux/gfp.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/tty.h>
@@ -24,6 +25,7 @@ static int debug;
 
 static const struct usb_device_id id_table[] = {
        { USB_DEVICE(0x0a99, 0x0001) }, /* Talon Technology device */
+       { USB_DEVICE(0x0df7, 0x0900) }, /* Mobile Action i-gotU */
        { },
 };
 MODULE_DEVICE_TABLE(usb, id_table);