]> sigrok.org Git - libsigrok.git/blobdiff - hardware/fx2lafw/fx2lafw.h
Bump copyright year
[libsigrok.git] / hardware / fx2lafw / fx2lafw.h
index 1e3c09906eca2ec69ab3f0e4b6f00b9dca410c06..3c1116b3af47315ae6d029ce93fe29c256463e4f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the sigrok project.
  *
- * Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
+ * Copyright (C) 2013 Bert Vermeulen <bert@biot.com>
  * Copyright (C) 2012 Joel Holdsworth <joel@airwebreathe.org.uk>
  *
  * This program is free software: you can redistribute it and/or modify
@@ -95,7 +95,7 @@ struct dev_context {
        int submitted_transfers;
        int empty_transfer_count;
 
-       void *session_dev_id;
+       void *cb_data;
 
        struct sr_usb_dev_inst *usb;