Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326099
b: refs/heads/master
c: 059bb46
h: refs/heads/master
i:
  326097: 795fdb6
  326095: bbffdaf
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 18, 2012
1 parent c509f29 commit be0ffaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6e03b8cecbd836f729afe1a50814544baa5e5f97
refs/heads/master: 059bb46a5177b5e271d3289a8fe9dd883550d90c
5 changes: 0 additions & 5 deletions trunk/drivers/usb/serial/opticon.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
* an examples of 1D barcode types are EAN, UPC, Code39, IATA etc.. */
#define DRIVER_DESC "Opticon USB barcode to serial driver (1D)"

static bool debug;

static const struct usb_device_id id_table[] = {
{ USB_DEVICE(0x065a, 0x0009) },
{ },
Expand Down Expand Up @@ -611,6 +609,3 @@ module_usb_serial_driver(serial_drivers, id_table);

MODULE_DESCRIPTION(DRIVER_DESC);
MODULE_LICENSE("GPL");

module_param(debug, bool, S_IRUGO | S_IWUSR);
MODULE_PARM_DESC(debug, "Debug enabled or not");

0 comments on commit be0ffaf

Please sign in to comment.