Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338240
b: refs/heads/master
c: 9f673d7
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Hajnoczi authored and Greg Kroah-Hartman committed Nov 27, 2012
1 parent bae8966 commit 819d647
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 26 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: 59ac6936bcb7fc95039eb7813bfb827271185c56
refs/heads/master: 9f673d7a6022b9425fc412d619fd72bcadcf80c3
11 changes: 0 additions & 11 deletions trunk/drivers/staging/line6/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,6 @@ config LINE6_USB_DUMP_PCM

If unsure, say N.

config LINE6_USB_RAW
bool "raw data communication"
default n
help
Say Y here to create special files which allow to send raw data
to the device. This bypasses any sanity checks, so if you discover
the code to erase the firmware, feel free to render your device
useless, but only after reading the GPL section "NO WARRANTY".

If unsure, say N.

config LINE6_USB_IMPULSE_RESPONSE
bool "measure impulse response"
default n
Expand Down
14 changes: 0 additions & 14 deletions trunk/drivers/staging/line6/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -641,20 +641,6 @@ ssize_t line6_nop_write(struct device *dev, struct device_attribute *attr,
return count;
}

/*
"write" request on "raw" special file.
*/
#ifdef CONFIG_LINE6_USB_RAW
ssize_t line6_set_raw(struct device *dev, struct device_attribute *attr,
const char *buf, size_t count)
{
struct usb_interface *interface = to_usb_interface(dev);
struct usb_line6 *line6 = usb_get_intfdata(interface);
line6_send_raw_message(line6, buf, count);
return count;
}
#endif

/*
Generic destructor.
*/
Expand Down

0 comments on commit 819d647

Please sign in to comment.