summaryrefslogtreecommitdiff
path: root/firmware/drivers/isp1583.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2010-07-31 12:43:38 +0000
committerBertrik Sikken <bertrik@sikken.nl>2010-07-31 12:43:38 +0000
commit4a8ea6c9d9b0db1de59ee4d2b9cc0125caa990c7 (patch)
treea3c6697c6de315cfab1f839191b1d62293978bca /firmware/drivers/isp1583.c
parentc2529c341d4ecb8bea28f99f0f9e28e70c311487 (diff)
downloadrockbox-4a8ea6c9d9b0db1de59ee4d2b9cc0125caa990c7.tar.gz
rockbox-4a8ea6c9d9b0db1de59ee4d2b9cc0125caa990c7.zip
Various minor clean-ups for Zen Vision
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27636 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/isp1583.c')
-rw-r--r--firmware/drivers/isp1583.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/drivers/isp1583.c b/firmware/drivers/isp1583.c
index 26d638171c..f45ff6eb5e 100644
--- a/firmware/drivers/isp1583.c
+++ b/firmware/drivers/isp1583.c
@@ -397,15 +397,16 @@ static void setup_endpoints(void)
397 ZVM_SPECIFIC; 397 ZVM_SPECIFIC;
398} 398}
399 399
400void usb_helper(void) 400#if 0 /* currently unused */
401static void usb_helper(void)
401{ 402{
402 if(ISP1583_GEN_INT_READ & ISP1583_INIT_INTEN_READ) 403 if(ISP1583_GEN_INT_READ & ISP1583_INIT_INTEN_READ)
403 { 404 {
404 logf("Helper detected interrupt... [%d]", (int)current_tick); 405 logf("Helper detected interrupt... [%d]", (int)current_tick);
405 usb_drv_int(); 406 usb_drv_int();
406 } 407 }
407 return;
408} 408}
409#endif
409 410
410void usb_drv_init(void) 411void usb_drv_init(void)
411{ 412{