From e2a25592f8655fda9bf9260d22501017fba26390 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Wed, 14 Jan 2009 07:01:49 +0000 Subject: Gigabeat S has no need for a USB tick. Put in a simple framework that allows USB monitoring by event. Also add a couple missed usb_enable calls when the connection is not for 'slave mode'. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19768 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/usb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export') diff --git a/firmware/export/usb.h b/firmware/export/usb.h index 49b70f659a..a6cfad5889 100644 --- a/firmware/export/usb.h +++ b/firmware/export/usb.h @@ -114,6 +114,8 @@ void usb_wait_for_disconnect(struct event_queue *q); int usb_wait_for_disconnect_w_tmo(struct event_queue *q, int ticks); bool usb_inserted(void); /* return the official value, what's been reported to the threads */ int usb_detect(void); /* return the raw hardware value - nothing/pc/charger */ +/* For tick-less USB monitoring (USB_STATUS_BY_EVENT) */ +void usb_status_event(int current_status); #ifdef HAVE_USB_POWER bool usb_powered(void); #ifdef CONFIG_CHARGING -- cgit v1.2.3