]> git.webhop.me Git - lcd4linux.git/commitdiff
indentation
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Wed, 23 Sep 2009 04:23:00 +0000 (04:23 +0000)
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Wed, 23 Sep 2009 04:23:00 +0000 (04:23 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1043 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

drv_G15.c

index e6ec9406b46a12fda2a1c05f200f7a746c7bdbef..eca3c31cd6e41abd83ce2b9170bbf5a023b01b7f 100644 (file)
--- a/drv_G15.c
+++ b/drv_G15.c
@@ -332,7 +332,7 @@ static int drv_G15_open()
                    case G15_DEVICE2:
                    case M1730_DEVICE:
                        {
-                               info("%s: Found Logitech G-15 Keyboard", Name);
+                           info("%s: Found Logitech G-15 Keyboard", Name);
                            interf = 0;
                            config = 1;
                            usb_endpoint = 0x02;
@@ -340,7 +340,7 @@ static int drv_G15_open()
                        }
                    case Z10_DEVICE:
                        {
-                               info("%s: Found Logitech Z-10 Speaker", Name);
+                           info("%s: Found Logitech Z-10 Speaker", Name);
                            interf = 2;
                            usb_endpoint = 0x03;
                            break;
@@ -351,12 +351,12 @@ static int drv_G15_open()
 
                    if (interf >= 0) {
                        debug("%s: Vendor 0x%x Product 0x%x found",
-                            Name, dev->descriptor.idVendor, dev->descriptor.idProduct);
+                             Name, dev->descriptor.idVendor, dev->descriptor.idProduct);
                        //if (dev->descriptor.bNumConfigurations > 1) {
                        /* detach from the kernel if we need to */
                        retval = usb_get_driver_np(g15_lcd, interf, dname, 31);
                        debug("%s: Ret %i from usb_get_driver_np(interf.%d), Drivername %s",
-                            Name, retval, interf, dname);
+                             Name, retval, interf, dname);
                        if (retval == 0 && strcmp(dname, "usbhid") == 0) {
                            debug("%s: detaching...", Name);
                            usb_detach_kernel_driver_np(g15_lcd, interf);