diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-09-23 04:23:00 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-09-23 04:23:00 +0000 |
commit | f105fd58e80d8a3668998b5e498518b41822779b (patch) | |
tree | 26cfb618a49cc030b75996bf6993980c56ac3050 | |
parent | caa4c4d3869f85ad6751313d3f6748939448c4b8 (diff) | |
download | lcd4linux-f105fd58e80d8a3668998b5e498518b41822779b.tar.gz |
indentation
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1043 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
-rw-r--r-- | drv_G15.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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); |