aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/udlfb/udlfb.h
diff options
context:
space:
mode:
authorBernie Thompson <bernie@plugable.com>2010-02-15 06:45:49 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-03 16:42:59 -0800
commitcc403dc67d10b895fec14b837fa2a6cb6ee6c8bd (patch)
tree3e474cfc4a8b178345a0f1af959c0a929b293da0 /drivers/staging/udlfb/udlfb.h
parentStaging: udlfb: checkpatch cleanup (diff)
downloadlinux-dev-cc403dc67d10b895fec14b837fa2a6cb6ee6c8bd.tar.xz
linux-dev-cc403dc67d10b895fec14b837fa2a6cb6ee6c8bd.zip
Staging: udlfb: reorganize function order
Reorganize the location of a few things to be closer to related code Signed-off-by: Bernie Thompson <bernie@plugable.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/udlfb/udlfb.h')
-rw-r--r--drivers/staging/udlfb/udlfb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/udlfb/udlfb.h b/drivers/staging/udlfb/udlfb.h
index 245234b2f131..15f3d3a68364 100644
--- a/drivers/staging/udlfb/udlfb.h
+++ b/drivers/staging/udlfb/udlfb.h
@@ -26,6 +26,9 @@ struct dlfb_data {
u32 pseudo_palette[256];
};
+#define NR_USB_REQUEST_I2C_SUB_IO 0x02
+#define NR_USB_REQUEST_CHANNEL 0x12
+
static void dlfb_bulk_callback(struct urb *urb)
{
struct dlfb_data *dev_info = urb->context;