Skip to content

Commit

Permalink
Remove old includes. Fix a few small formatting issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
audiohacked committed Mar 21, 2017
1 parent 9f80245 commit 6f09d8c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
6 changes: 0 additions & 6 deletions device.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
#include <libusb.h>
#include "device.h"
#include "driver.h"
// #include "lowlevel/asetek4.h"
// #include "lowlevel/hid.h"
// #include "lowlevel/rmi.h"
// #include "protocol/asetek4/core.h"
// #include "protocol/hid/core.h"
// #include "protocol/rmi/core.h"

struct corsair_device_info corsairlink_devices[] = {
{
Expand Down
5 changes: 0 additions & 5 deletions device.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ struct corsair_device_info {
uint8_t read_endpoint;
uint8_t write_endpoint;

/** libusb device structures */
// struct libusb_device_handle *handle;
// libusb_context *context;
// int interface;

/** device control info */
struct corsair_device_driver *driver;
uint8_t led_control_count; // used mostly with HID driver
Expand Down
1 change: 1 addition & 0 deletions driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ struct corsair_device_driver {
extern struct corsair_device_driver corsairlink_driver_hid;
extern struct corsair_device_driver corsairlink_driver_asetek;
extern struct corsair_device_driver corsairlink_driver_rmi;

#endif

0 comments on commit 6f09d8c

Please sign in to comment.